We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0347fe commit a257ba0Copy full SHA for a257ba0
Gemfile-rails-dependencies
@@ -1,10 +1,5 @@
1
version_file = File.expand_path("../.rails-version", __FILE__)
2
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
-
8
case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp) || ''
9
when /master/
10
gem "rails", :git => "https://github.com/rails/rails.git"
0 commit comments