Skip to content

Commit

Permalink
Update other rails dependencies to >= 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Sep 12, 2019
1 parent 177c48c commit 3f20f35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/active_record/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ An ActiveRecord adapter for [Flipper](https://github.com/jnunemaker/flipper).

Supported Active Record versions:

* 3.2.x
* 4.2.x
* 5.0.x
* 6.0.x
Expand Down
2 changes: 1 addition & 1 deletion flipper-active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |gem|
gem.metadata = Flipper::METADATA

gem.add_dependency 'flipper', "~> #{Flipper::VERSION}"
gem.add_dependency 'activerecord', '>= 3.2', '< 7'
gem.add_dependency 'activerecord', '>= 4.2', '< 7'
end
2 changes: 1 addition & 1 deletion flipper-active_support_cache_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |gem|
gem.metadata = Flipper::METADATA

gem.add_dependency 'flipper', "~> #{Flipper::VERSION}"
gem.add_dependency 'activesupport', '>= 3.2', '< 7'
gem.add_dependency 'activesupport', '>= 4.2', '< 7'
end

0 comments on commit 3f20f35

Please sign in to comment.