mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-26 18:18:51 +01:00
Upgrade to rails 7.0
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
||||
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '6.1.4.1'
|
||||
gem 'rails', '7.0.1'
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '~> 5.5'
|
||||
# Use sqlite3 as the database for Active Record
|
||||
@@ -21,7 +21,7 @@ gem 'coffee-rails', '~> 5.0.0'
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
# gem 'therubyracer', platforms: :ruby
|
||||
|
||||
gem 'rails-i18n', '~> 6.0.0'
|
||||
gem 'rails-i18n', '~> 7.0.1'
|
||||
|
||||
gem 'rails-controller-testing'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user