diff --git a/Gemfile b/Gemfile index 27fc5286e..8aa7c61a6 100644 --- a/Gemfile +++ b/Gemfile @@ -114,7 +114,7 @@ gem 'binding_of_caller' # see has_changelog.rb group :test, :development do gem 'pry' - gem 'sqlite3', '~> 1.4' + gem 'sqlite3', '~> 2.7' # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index 9305c72a6..62b260e64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2184,7 +2184,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.7.1-x86_64-linux-gnu) stackprof (0.2.27) statsd-ruby (1.5.0) stripe (15.1.0) @@ -2308,7 +2308,7 @@ DEPENDENCIES slack-notifier spring sprockets (~> 4.2.0) - sqlite3 (~> 1.4) + sqlite3 (~> 2.7) stackprof stripe stripe_event