summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-03-11 02:28:02 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2013-03-11 02:28:02 +0100
commit1a3f0435a28319a08ec33c27ab2194c05395bab7 (patch)
tree54d7f332d9b2ba508db09a440f6f419adbf6a3c0
parent1cdf0e17af6c280dc12130a9200d8196b056bbe9 (diff)
downloadcoderay-1a3f0435a28319a08ec33c27ab2194c05395bab7.tar.gz
remove activesupport from Gemfile
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b4177f9..0f49975 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,5 +11,4 @@ group :development do
gem "shoulda-context", "~> 1.0.0"
gem "json" if RUBY_VERSION < '1.9'
gem "rdoc"
- gem "activesupport"
end