Allow all minor updates of Rails 5.0.

This commit is contained in:
Dennis Wu 2016-08-17 16:02:02 +08:00
parent 19beb9e34d
commit f2274cad78
No known key found for this signature in database
GPG Key ID: 7763EF806342DFB0

View File

@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,bower_components/swagger-ui/dist,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.add_dependency 'rack'
s.add_dependency "rails", ">= 3.1", "<= 5"
s.add_dependency "rails", ">= 3.1", "< 5.1"
s.add_development_dependency "rspec-rails", "~> 3.0"
end