Skip to content

Commit 47e755c

Browse files
committed
Remove explicit dependency on rack for our build
Using rack from git opens up opportunities to fail due to unreleased rack issues, e.g. rack/rack#1768 No need to explicitly depend on rack, Rails does that https://github.com/rails/rails/blob/c2b083df913f44e664576aafe24c41ec657f8eb5/actionpack/actionpack.gemspec#L37
1 parent 211d7d9 commit 47e755c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gemfile-rails-dependencies

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ when /master/
88
gem "activerecord-deprecated_finders", :git => "https://github.com/rails/activerecord-deprecated_finders.git"
99
gem "web-console", :git => "https://github.com/rails/web-console", :group => :development
1010
gem 'coffee-rails', :git => "https://github.com/rails/coffee-rails.git"
11-
gem 'rack', :git => 'https://github.com/rack/rack.git'
1211
gem 'i18n', :git => 'https://github.com/svenfuchs/i18n.git', :branch => 'master'
1312
gem 'sprockets', :git => 'https://github.com/rails/sprockets.git', :branch => 'master'
1413
gem 'sprockets-rails', :git => 'https://github.com/rails/sprockets-rails.git', :branch => 'master'

0 commit comments

Comments
 (0)