Fixed sqlite3 version in Gemfile

This commit is contained in:
Pavel Pivovarov
2019-02-06 03:42:05 +00:00
parent 834eb0a6b9
commit bbf4c6d03e

View File

@@ -31,4 +31,4 @@ gem 'pry-rails'
gem 'web-console', '~> 3.7'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0'
gem 'sqlite3', '~> 1.3'
gem 'sqlite3', '~> 1.3.6'