aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2015-10-03 19:30:02 -0700
committerJeremy Daer <jeremydaer@gmail.com>2015-10-03 19:30:02 -0700
commit24b1850130c68fe70b912277527e9c139ccc6742 (patch)
tree91608c8f039c8527bf3437a44ac86a00ca685efa /Gemfile
parentf849cfe36c585fbc58c4a5fd91b0ae1571d38bcb (diff)
downloadrails-24b1850130c68fe70b912277527e9c139ccc6742.tar.gz
rails-24b1850130c68fe70b912277527e9c139ccc6742.tar.bz2
rails-24b1850130c68fe70b912277527e9c139ccc6742.zip
Missed Gemfile change in f849cfe36c585fbc58c4a5fd91b0ae1571d38bcb
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 97406be742..82a992fe03 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'