Skip to content

Commit

Permalink
Improve versions in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
luisalima committed Jul 10, 2017
1 parent 9d19188 commit fc57b3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions outdatedbrowser_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]

s.add_dependency "rails", "~> 5.1.1"
s.add_dependency "rails", "~> 5.1"

s.test_files = Dir["spec/**/*"]
s.add_development_dependency "capybara"
s.add_development_dependency "rspec-rails"
s.add_development_dependency "capybara", "~> 2.14"
s.add_development_dependency "rspec-rails", "~> 3"
end

0 comments on commit fc57b3b

Please sign in to comment.