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:
2
Gemfile
2
Gemfile
@@ -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'
|
||||
|
||||
@@ -238,7 +238,7 @@ GEM
|
||||
actionpack (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.4.0)
|
||||
sqlite3 (1.3.13)
|
||||
terminal-table (1.8.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
therubyracer (0.12.3)
|
||||
@@ -306,7 +306,7 @@ DEPENDENCIES
|
||||
rubocop
|
||||
sdoc
|
||||
spring
|
||||
sqlite3
|
||||
sqlite3 (~> 1.3.6)
|
||||
therubyracer
|
||||
travis
|
||||
turbolinks
|
||||
|
||||
Reference in New Issue
Block a user