Skip to content

Commit

Permalink
More liberal active record dependency that supports rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jul 7, 2016
1 parent b1e2ee3 commit c37266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipper-active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |gem|
gem.version = Flipper::VERSION

gem.add_dependency 'flipper', "~> #{Flipper::VERSION}"
gem.add_dependency 'activerecord', ">= 3.2", "< 5"
gem.add_dependency 'activerecord', ">= 3.2", "< 6"
end

0 comments on commit c37266c

Please sign in to comment.