Skip to content

Commit 914ba38

Browse files
committed
Fix broken Gemfile
1 parent 1268588 commit 914ba38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source "https://rubygems.org"
2+
version_file = File.expand_path("../.rails-version", __FILE__)
23
RAILS_VERSION = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp)
34

45
gemspec

0 commit comments

Comments
 (0)