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 1268588 commit 914ba38Copy full SHA for 914ba38
Gemfile
@@ -1,4 +1,5 @@
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)
4
5
gemspec
0 commit comments