1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14: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' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.2.2' gem 'rails', '5.2.2'
# Use sqlite3 as the database for Active Record # 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 # Use Uglifier as compressor for JavaScript assets
gem 'uglifier' gem 'uglifier'

View File

@@ -238,7 +238,7 @@ GEM
actionpack (>= 4.0) actionpack (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.4.0) sqlite3 (1.3.13)
terminal-table (1.8.0) terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (~> 1.1, >= 1.1.1)
therubyracer (0.12.3) therubyracer (0.12.3)
@@ -306,7 +306,7 @@ DEPENDENCIES
rubocop rubocop
sdoc sdoc
spring spring
sqlite3 sqlite3 (~> 1.3.6)
therubyracer therubyracer
travis travis
turbolinks turbolinks