Skip to content

Commit

Permalink
Revert "Set upper bound for Rails version"
Browse files Browse the repository at this point in the history
This reverts commit 4b010f8.
  • Loading branch information
tawan committed Sep 11, 2016
1 parent aacc71b commit 96d992a
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.6.1)
aws-sdk (~> 2)
rails (>= 4.2, < 5.0.1)
rails (>= 4.2)

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', '< 5.0.1'
spec.add_dependency 'rails', '>= 4.2'
end

0 comments on commit 96d992a

Please sign in to comment.