Skip to content

Commit

Permalink
Bump rspec to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
titanous committed Jun 13, 2012
1 parent b2ad115 commit cd78a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency 'maildir', '>= 0.5.0'
s.add_dependency 'i18n', '>= 0.4.1' # fix for mail/activesupport-3 dependency issue

s.add_development_dependency 'rspec', '~> 2.6.0'
s.add_development_dependency 'rspec', '~> 2.10'

s.files = Dir.glob('{bin,lib,examples}/**/*') + %w(LICENSE README.md USER_GUIDE.md)
s.require_path = 'lib'
Expand Down

0 comments on commit cd78a4f

Please sign in to comment.