1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-11 07:56:28 +00:00

Updated to rails 7.1 and ruby 3.1.4

This commit is contained in:
2024-03-11 16:17:32 -04:00
parent fc3623008b
commit e27f863eeb
26 changed files with 687 additions and 216 deletions

View File

@@ -1,8 +1,12 @@
source 'https://rubygems.org'
ruby '3.0.4'
ruby '3.1.4'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '6.1.7.2'
gem 'rails', '7.1.3.2'
# Added in rails 7.1
gem 'rails-html-sanitizer'
# Use sqlite3 as the database for Active Record
#gem 'sqlite3', '~> 1.3', '< 1.4', :group => :development
gem 'sqlite3', :group => :development