Merge pull request #341 from coopdevs/ruby_version_via_gemfile
Expose Ruby version via Gemfile.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
ruby File.read('.ruby-version').strip
|
||||
|
||||
gem 'rails', '~> 4.2'
|
||||
gem 'rails-i18n'
|
||||
gem "rdiscount"
|
||||
|
||||
@@ -414,5 +414,8 @@ DEPENDENCIES
|
||||
web-console (= 2.1.3)
|
||||
whenever
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.3.0p0
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.1
|
||||
|
||||
Reference in New Issue
Block a user