Skip to content

Commit 978f3f0

Browse files
committed
Update ruby version in gemfile
1 parent 62aa332 commit 978f3f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

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

4-
ruby '3.0.1'
4+
# ruby '3.0.1'
5+
ruby '3.0.2'
56

67
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
78
gem 'rails', '~> 6.1.3', '>= 6.1.3.2'

0 commit comments

Comments
 (0)