Skip to content

Commit

Permalink
Relax rails constraints for now
Browse files Browse the repository at this point in the history
I can't say I am going to debug or support 4.2 but if others want to that is fine.

xref #540
  • Loading branch information
jnunemaker committed Jun 29, 2021
1 parent 7f6e4f0 commit d006c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flipper-active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |gem|
gem.metadata = Flipper::METADATA

gem.add_dependency 'flipper', "~> #{Flipper::VERSION}"
gem.add_dependency 'activerecord', '>= 5.0', '< 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 @@ -21,5 +21,5 @@ Gem::Specification.new do |gem|
gem.metadata = Flipper::METADATA

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

0 comments on commit d006c65

Please sign in to comment.