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

Updating gems

This commit is contained in:
2020-06-26 10:19:45 -04:00
parent 6d5f6d39f7
commit 4a43f5e53f
2 changed files with 118 additions and 109 deletions

View File

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