diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2015-08-20 13:43:57 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2015-08-20 13:45:11 -0700 |
commit | 51211a94bd7a34d80f2412a7f94fefe7366647a5 (patch) | |
tree | b4b3df2f609e9a1390e45130968bd6c10df589d0 /Gemfile | |
parent | 86e0136f4815ebf5b3a3eadbf980b36735ec6748 (diff) | |
download | rails-51211a94bd7a34d80f2412a7f94fefe7366647a5.tar.gz rails-51211a94bd7a34d80f2412a7f94fefe7366647a5.tar.bz2 rails-51211a94bd7a34d80f2412a7f94fefe7366647a5.zip |
point at rack master
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ gem 'rake', '>= 10.3' # Active Job depends on the URI::GID::MissingModelIDError, which isn't released yet. gem 'globalid', github: 'rails/globalid' +gem 'rack', github: 'rack/rack' # This needs to be with require false as it is # loaded after loading the test library to |