Skip to content

Commit

Permalink
Set upper bound for Rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Apr 13, 2016
1 parent bbba0e7 commit 4b010f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
active_elastic_job (1.4.4)
aws-sdk (~> 2)
rails (>= 4.2)
rails (>= 4.2, < 5.0.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion active-elastic-job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 1.9.3'

spec.add_dependency 'aws-sdk', '~> 2'
spec.add_dependency 'rails', '>= 4.2'
spec.add_dependency 'rails', '>= 4.2', '< 5.0.1'
end

0 comments on commit 4b010f8

Please sign in to comment.