Skip to content

Commit

Permalink
Relax the AR version in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Dec 23, 2015
1 parent f4d68e4 commit 5083d5e
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 @@ -20,5 +20,5 @@ Gem::Specification.new do |gem|
gem.version = Flipper::VERSION

gem.add_dependency 'flipper', "~> #{Flipper::VERSION}"
gem.add_dependency 'activerecord', "~> #{ENV["RAILS_VERSION"] || '4.2.0'}"
gem.add_dependency 'activerecord', ">= 3.2", "< 5"
end

0 comments on commit 5083d5e

Please sign in to comment.