From 504aba0bcd2c853d6e7c9f24a429603375d99502 Mon Sep 17 00:00:00 2001 From: yaqinking Date: Fri, 22 Jan 2021 17:18:47 +0800 Subject: [PATCH] update ruby version to 2.7.2 --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 42539f5..cd626ae 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "2.6.3" +ruby "2.7.2" gem 'dotenv', '2.7.4' gem 'encrypted_cookie', '0.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index c79a2cb..81ede5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,6 +27,7 @@ GEM PLATFORMS ruby + x64-mingw32 DEPENDENCIES dotenv (= 2.7.4) @@ -36,7 +37,7 @@ DEPENDENCIES stripe (= 4.21.2) RUBY VERSION - ruby 2.6.3p62 + ruby 2.7.2p137 BUNDLED WITH - 1.17.3 + 2.2.6