diff options
author | Jeremy Daer <jeremydaer@gmail.com> | 2015-10-03 19:30:02 -0700 |
---|---|---|
committer | Jeremy Daer <jeremydaer@gmail.com> | 2015-10-03 19:30:02 -0700 |
commit | 24b1850130c68fe70b912277527e9c139ccc6742 (patch) | |
tree | 91608c8f039c8527bf3437a44ac86a00ca685efa /Gemfile | |
parent | f849cfe36c585fbc58c4a5fd91b0ae1571d38bcb (diff) | |
download | rails-24b1850130c68fe70b912277527e9c139ccc6742.tar.gz rails-24b1850130c68fe70b912277527e9c139ccc6742.tar.bz2 rails-24b1850130c68fe70b912277527e9c139ccc6742.zip |
Missed Gemfile change in f849cfe36c585fbc58c4a5fd91b0ae1571d38bcb
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -5,10 +5,6 @@ gemspec # We need a newish Rake since Active Job sets its test tasks' descriptions. gem 'rake', '>= 10.3' -# Active Support depends on a prerelease concurrent-ruby 1.0.0, so track -# latest master as it approaches release. -gem 'concurrent-ruby', '~> 1.0.0.pre3', github: 'ruby-concurrency/concurrent-ruby' - # Active Job depends on the URI::GID::MissingModelIDError, which isn't released yet. gem 'globalid', github: 'rails/globalid', branch: 'master' gem 'rack', github: 'rack/rack', branch: 'master' |