Specify ruby version in Gemfile in a way that works for Heroku + Travis

This commit is contained in:
Michael Ball 2021-02-24 22:06:10 -08:00
parent 2501851c95
commit 2d1a599340
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
# ruby '~> 2.5.0' ruby ENV['TRAVIS_RUBY_VERSION'] || '2.6.6'
# rails-assets requires >= 1.8.4 # rails-assets requires >= 1.8.4
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4') if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')

View file

@ -784,5 +784,8 @@ DEPENDENCIES
webmock webmock
whenever whenever
RUBY VERSION
ruby 2.6.6p146
BUNDLED WITH BUNDLED WITH
1.17.3 1.17.3