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

Updated to rails 6.1.5

This commit is contained in:
2022-03-23 19:36:55 +00:00
parent f9095d8c99
commit 4d3f93a109
2 changed files with 92 additions and 91 deletions

View File

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