diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2013-11-26 22:12:06 -0800 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2013-11-26 22:12:06 -0800 |
commit | 1a09ceeea87e05055979b6fd9adaa1dfac770789 (patch) | |
tree | 2a7b2264bb6c42e3ce6bde74dd244ff53f6459ec /Gemfile | |
parent | 5fdbec7dd15a8e6edef861899accb8b3b69cc87a (diff) | |
download | rails-1a09ceeea87e05055979b6fd9adaa1dfac770789.tar.gz rails-1a09ceeea87e05055979b6fd9adaa1dfac770789.tar.bz2 rails-1a09ceeea87e05055979b6fd9adaa1dfac770789.zip |
Dropped yajl from Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ group :test do end platforms :ruby do - gem 'yajl-ruby' gem 'nokogiri', '>= 1.4.5' # Needed for compiling the ActionDispatch::Journey parser |