Skip to content

Commit 7546427

Browse files
committed
updated Gemfile due to new ruby versions in docker images
1 parent 69285aa commit 7546427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.2'
55

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

0 commit comments

Comments
 (0)