diff --git a/Gemfile b/Gemfile index 7bc873f..f99c1fd 100644 --- a/Gemfile +++ b/Gemfile @@ -10,9 +10,8 @@ gem 'polyamorous', '~> 1.0.0' case rails when /\// # A path gem 'activesupport', path: "#{rails}/activesupport" - gem 'activemodel', path: "#{rails}/activemodel" gem 'activerecord', path: "#{rails}/activerecord" - gem 'actionpack', path: "#{rails}/activerecord" + gem 'actionpack', path: "#{rails}/actionpack" when /^v/ # A tagged version git 'git://github.com/rails/rails.git', :tag => rails do gem 'activesupport'