Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit b931736

Browse files
committed
Update the ruby version to 2.7
1 parent f1e72a7 commit b931736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '2.6.6'
4+
ruby '2.7.6'
55

66
gem 'rails', '~> 6.1'
77
# Use pg as the database for Active Record

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ DEPENDENCIES
500500
web-console (>= 3.3.0)
501501

502502
RUBY VERSION
503-
ruby 2.6.6p146
503+
ruby 2.7.6p219
504504

505505
BUNDLED WITH
506506
2.2.25

0 commit comments

Comments
 (0)