diff Gemfile @ 485:6cac8fcf8164

Update to rails 7 (and ruby 3.1)
author nanaya <me@nanaya.pro>
date Sat, 15 Jan 2022 02:07:02 +0900
parents 2672acc670d2
children 5246edd5b8ad
line wrap: on
line diff
--- a/Gemfile	Sun Nov 28 20:01:18 2021 +0900
+++ b/Gemfile	Sat Jan 15 02:07:02 2022 +0900
@@ -1,6 +1,6 @@
 source "https://rubygems.org"
 
-gem "rails", "~> 6.1.0"
+gem "rails", "~> 7.0.1"
 gem "sass-rails"
 gem "autoprefixer-rails"
 gem "webpacker"