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 febef9d commit 85fa2efCopy full SHA for 85fa2ef
Gemfile-rails-dependencies
@@ -1,5 +1,5 @@
1
version_file = File.expand_path("../.rails-version", __FILE__)
2
-case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp)
+case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp) || ''
3
when /master/
4
gem "rails", :git => "https://github.com/rails/rails.git"
5
gem "arel", :git => "https://github.com/rails/arel.git"
0 commit comments