1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Switch to Ruby 2.7.2

This commit is contained in:
Daniel Barber 2021-01-31 16:36:07 -05:00
parent 08f4fccd0b
commit c47d8a61d8
4 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
2.6.2 2.7.2

View File

@ -1 +1 @@
ruby 2.6.2 ruby 2.7.2

View File

@ -2,7 +2,7 @@
# the following line to use "http://" instead # the following line to use "http://" instead
source 'https://rubygems.org' source 'https://rubygems.org'
ruby "2.6.2" ruby "2.7.2"
gem "bourbon" gem "bourbon"

View File

@ -112,8 +112,9 @@ DEPENDENCIES
bourbon bourbon
middleman middleman
middleman-livereload middleman-livereload
tzinfo-data
wdm (~> 0.1.0)
RUBY VERSION RUBY VERSION
ruby 2.6.2 ruby 2.7.2p137
BUNDLED WITH
2.2.7