Ruby 3.0.0

This commit is contained in:
Jérémy Lecour 2020-12-27 11:44:17 +01:00
parent ce1df5f2d6
commit 69473ffbcc
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
2.7.0
3.0.0

View file

@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.7.0'
ruby '>= 2.7.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.0'

View file

@ -280,7 +280,7 @@ DEPENDENCIES
webpacker (~> 4.0)
RUBY VERSION
ruby 2.7.0p0
ruby 3.0.0p0
BUNDLED WITH
2.1.4
2.2.3