Skip to content

Commit 420ce0c

Browse files
committed
upgraded builder app to ruby 2.7.0
1 parent 44cd31e commit 420ce0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder/Gemfile

Lines changed: 1 addition & 1 deletion
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.5'
4+
ruby '2.7.0'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 5.2.0'

builder/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ DEPENDENCIES
177177
webpacker
178178

179179
RUBY VERSION
180-
ruby 2.6.5p114
180+
ruby 2.7.0p0
181181

182182
BUNDLED WITH
183183
2.1.4

0 commit comments

Comments
 (0)