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

Fixed issue with updated sqlite3 gem to 1.4

This commit is contained in:
2019-04-19 10:45:47 -04:00
parent a76f4036b3
commit 07eb7c84e2
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ ruby '2.6.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.2.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', :group => :development
gem 'sqlite3', '~> 1.3', '< 1.4', :group => :development
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier'