Navigation Menu

Skip to content

Commit

Permalink
Relax RSpec dependency
Browse files Browse the repository at this point in the history
The test suite is passing just fine with RSpec 3.2.
  • Loading branch information
voxik committed Feb 18, 2015
1 parent 1e37311 commit 939925d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail.gemspec
Expand Up @@ -18,7 +18,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', '~> 3.0.0')
s.add_development_dependency('rspec', '~> 3.0')
s.add_development_dependency('rdoc')

s.files = %w(README.md MIT-LICENSE CONTRIBUTING.md CHANGELOG.rdoc Dependencies.txt Gemfile Rakefile TODO.rdoc) + Dir.glob("lib/**/*")
Expand Down

0 comments on commit 939925d

Please sign in to comment.