diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-15 15:14:33 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-15 15:14:33 +0000 |
commit | 7cc8cae3a669fc5de91d6bc23812c265e8af4c93 (patch) | |
tree | cb153b82b3e1d451be2d299b6114c99b6610b173 | |
parent | 8e6cbf8713ffdeaa6936338d023d61c53f5736c4 (diff) |
Try just specifying that rails should come from git, to avoid deprecation warnings about "require 'actionmailer'" rather than "require 'action_mailer'" etc.
-rw-r--r-- | Gemfile | 5 | ||||
-rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 0 insertions, 10 deletions
@@ -10,11 +10,6 @@ source :rubygems # A fork of rails that is kept up to date with security patches git "git://github.com/mysociety/rails.git", :branch => "2-3-stable" do gem 'rails' - gem 'actionmailer' - gem 'actionpack' - gem 'activerecord' - gem 'activeresource' - gem 'activesupport' end gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index 2bbb8b35e..903562017 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,11 +151,6 @@ PLATFORMS ruby DEPENDENCIES - actionmailer! - actionpack! - activerecord! - activeresource! - activesupport! annotate bootstrap-sass capistrano |