Skip to content

Commit

Permalink
Update rspec dependency to 2.99
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Nov 7, 2013
1 parent 7f26947 commit 8b04e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.add_development_dependency('bundler', '>= 1.0.3')
s.add_development_dependency('rake', '> 0.8.7')
s.add_development_dependency('rspec', '~> 2.14.0')
s.add_development_dependency('rspec', '~> 2.99.0.beta1')
s.add_development_dependency('rdoc')

s.require_path = 'lib'
Expand Down

0 comments on commit 8b04e1d

Please sign in to comment.