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 f7127ac commit ca1f95bCopy full SHA for ca1f95b
Gemfile
@@ -1,6 +1,6 @@
1
source "https://rubygems.org"
2
version_file = File.expand_path("../.rails-version", __FILE__)
3
-RAILS_VERSION = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp)
+RAILS_VERSION = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp) || ""
4
5
gemspec
6
0 commit comments