Skip to content

Commit

Permalink
Missed Gemfile change in f849cfe
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Oct 4, 2015
1 parent f849cfe commit 24b1850
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -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'
Expand Down

0 comments on commit 24b1850

Please sign in to comment.