diff --git a/Gemfile b/Gemfile index 985c787f..83f0b745 100644 --- a/Gemfile +++ b/Gemfile @@ -85,8 +85,3 @@ gem "sentry-rails", "~> 5.12" # For tasks that use shell commands. gem "shell", "~> 0.8.1" - -# For automated testing. -group :test do - gem 'sqlite3', '~> 1.7' -end diff --git a/Gemfile.lock b/Gemfile.lock index 5c38e505..8a4dc287 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -381,8 +381,6 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.2) - mini_portile2 (~> 2.8.0) stackprof (0.2.26) stringio (3.1.0) swd (2.0.3) @@ -466,7 +464,6 @@ DEPENDENCIES sentry-ruby (~> 5.12) shell (~> 0.8.1) sprockets (~> 4.2) - sqlite3 (~> 1.7) stackprof (~> 0.2.25) terser (~> 1.1, >= 1.1.17) thread-local (~> 1.1) diff --git a/vendor/cache/sqlite3-1.7.2-x86_64-darwin.gem b/vendor/cache/sqlite3-1.7.2-x86_64-darwin.gem deleted file mode 100644 index 6ca87e8f..00000000 Binary files a/vendor/cache/sqlite3-1.7.2-x86_64-darwin.gem and /dev/null differ diff --git a/vendor/cache/sqlite3-1.7.2-x86_64-linux.gem b/vendor/cache/sqlite3-1.7.2-x86_64-linux.gem deleted file mode 100644 index 39295f17..00000000 Binary files a/vendor/cache/sqlite3-1.7.2-x86_64-linux.gem and /dev/null differ