Merge pull request #341 from coopdevs/ruby_version_via_gemfile

Expose Ruby version via Gemfile.
This commit is contained in:
Pau Pérez Fabregat
2018-04-05 10:12:02 +02:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
source 'https://rubygems.org'
ruby File.read('.ruby-version').strip
gem 'rails', '~> 4.2'
gem 'rails-i18n'
gem "rdiscount"
+3
View File
@@ -414,5 +414,8 @@ DEPENDENCIES
web-console (= 2.1.3)
whenever
RUBY VERSION
ruby 2.3.0p0
BUNDLED WITH
1.16.1