diff options
author | Manu J <manu.1982@gmail.com> | 2012-01-13 22:43:31 +0530 |
---|---|---|
committer | Manu J <manu.1982@gmail.com> | 2012-01-13 22:43:31 +0530 |
commit | 6248a20fed1ab2eadc939dafeea11dc103bc3533 (patch) | |
tree | f3a0f8b5ed240b6880c40863581c37c2ba86eaae /Gemfile | |
parent | 1e69181c5f4120d604fe86a9c2620694760d6c8e (diff) | |
download | rails-6248a20fed1ab2eadc939dafeea11dc103bc3533.tar.gz rails-6248a20fed1ab2eadc939dafeea11dc103bc3533.tar.bz2 rails-6248a20fed1ab2eadc939dafeea11dc103bc3533.zip |
Remove MRI 1.8 specific gems
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |