aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 013d96dff..764c12932 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'