diff --git a/Gemfile b/Gemfile index a4d0f9ea2..f2cdb76b8 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "rubocop-rspec", require: false gem "bcrypt", "~> 3.1", require: false gem "activerecord-jdbcsqlite3-adapter", platform: :jruby -gem "sqlite3", "~> 1.4", platform: %i[ruby mswin mingw x64_mingw] +gem "sqlite3", "~> 2.0", platform: %i[ruby mswin mingw x64_mingw] gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw] gem "timecop"