locking sqlite3 install version to 1.3.11

The new version of sqlite3 breaks the install process for the windows setup.
This commit is contained in:
usmcfiredog 2019-02-05 17:54:47 -08:00 committed by GitHub
parent ad11cefb4e
commit 8b9aeec43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ source 'http://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
gem 'sqlite3', '1.3.11'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.3'
# Use Uglifier as compressor for JavaScript assets