Gemfile in ransack-1.2.2 vs Gemfile in ransack-1.2.3
- old
+ new
@@ -1,12 +1,12 @@
source 'https://rubygems.org'
gemspec
gem 'rake'
-rails = ENV['RAILS'] || 'master'
+rails = ENV['RAILS'] || '4-1-stable'
-gem 'polyamorous', github: 'activerecord-hackery/polyamorous'
+gem 'polyamorous', '~> 1.0.0'
case rails
when /\// # A path
gem 'activesupport', path: "#{rails}/activesupport"
gem 'activemodel', path: "#{rails}/activemodel"