1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 06:54:16 +00:00

Updated to rails 7 and Ruby 3.1

This commit is contained in:
2022-08-12 23:47:37 +00:00
parent 9c5ac6c1aa
commit da98758c95
6 changed files with 113 additions and 92 deletions

View File

@@ -1,8 +1,8 @@
source 'https://rubygems.org'
ruby '3.0.4'
ruby '3.1.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '6.1.6.1'
gem 'rails', '7.0.3.1'
# Use sqlite3 as the database for Active Record
#gem 'sqlite3', '~> 1.3', '< 1.4', :group => :development
gem 'sqlite3', :group => :development