diff --git a/Gemfile b/Gemfile index a688e2c..c9ebb7b 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ when '4', '5', '6' gem 'responders' end -gem 'sqlite3', '1.4.1' +gem 'sqlite3', '~> 1.3.6' gem 'rswag-api', path: './rswag-api' gem 'rswag-ui', path: './rswag-ui'