1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Upgraded to rails 6.1.5.1 and Ruby 3.0.4

This commit is contained in:
2022-04-28 00:53:18 +00:00
parent 4d3f93a109
commit 85701e194a
4 changed files with 78 additions and 74 deletions

View File

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