1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-26 18:18:51 +01:00

Upgrade rails to 7.0.4.3

This commit is contained in:
2023-05-01 12:12:15 +02:00
parent c45e78d4d4
commit ba7a83c902
2 changed files with 67 additions and 70 deletions

View File

@@ -2,7 +2,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '7.0.4'
gem 'rails', '~> 7.0.4', '>= 7.0.4.3'
# Use Puma as the app server
gem 'puma', '~> 6.2'
# Use sqlite3 as the database for Active Record