From c47d8a61d8e7dc69d63d09e00901420561b22efc Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sun, 31 Jan 2021 16:36:07 -0500 Subject: [PATCH] Switch to Ruby 2.7.2 --- .ruby-version | 2 +- .tool-versions | 2 +- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index 097a15a..37c2961 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.2 +2.7.2 diff --git a/.tool-versions b/.tool-versions index 4d524dc..9eb38ed 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 2.6.2 +ruby 2.7.2 diff --git a/Gemfile b/Gemfile index a9aba3e..46d61ad 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ # the following line to use "http://" instead source 'https://rubygems.org' -ruby "2.6.2" +ruby "2.7.2" gem "bourbon" diff --git a/Gemfile.lock b/Gemfile.lock index f3906ce..4214311 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,8 +112,9 @@ DEPENDENCIES bourbon middleman middleman-livereload - tzinfo-data - wdm (~> 0.1.0) RUBY VERSION - ruby 2.6.2 + ruby 2.7.2p137 + +BUNDLED WITH + 2.2.7