Skip to content

Commit a257ba0

Browse files
committed
Remove unnecessary hack
1 parent a0347fe commit a257ba0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Gemfile-rails-dependencies

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
version_file = File.expand_path("../.rails-version", __FILE__)
22

3-
# FIXME: rack 2.1.0 introduces a deprecation warning that rails is triggering,
4-
# but in later versions this warning will be removed. Get rid of this hack once
5-
# rack 2.1.0+ is out.
6-
gem 'rack', '!= 2.1.0'
7-
83
case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp) || ''
94
when /master/
105
gem "rails", :git => "https://github.com/rails/rails.git"

0 commit comments

Comments
 (0)