aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorManu J <manu.1982@gmail.com>2012-01-13 22:43:31 +0530
committerManu J <manu.1982@gmail.com>2012-01-13 22:43:31 +0530
commit6248a20fed1ab2eadc939dafeea11dc103bc3533 (patch)
treef3a0f8b5ed240b6880c40863581c37c2ba86eaae /Gemfile
parent1e69181c5f4120d604fe86a9c2620694760d6c8e (diff)
downloadrails-6248a20fed1ab2eadc939dafeea11dc103bc3533.tar.gz
rails-6248a20fed1ab2eadc939dafeea11dc103bc3533.tar.bz2
rails-6248a20fed1ab2eadc939dafeea11dc103bc3533.zip
Remove MRI 1.8 specific gems
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 76be75e872..3046a97573 100644
--- a/Gemfile
+++ b/Gemfile
@@ -37,11 +37,6 @@ end
# AS
gem 'memcache-client', '>= 1.8.5'
-platforms :mri_18 do
- gem 'system_timer'
- gem 'json'
-end
-
# Add your own local bundler stuff
local_gemfile = File.dirname(__FILE__) + "/.Gemfile"
instance_eval File.read local_gemfile if File.exists? local_gemfile