diff --git a/Gemfile b/Gemfile index 36823a5d8cb..b6816e7947d 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'puma' gem 'rake' gem 'redis' gem 'rubyzip', '>= 1.3.0' -gem 'sequel', '~> 5.96' +gem 'sequel', '~> 5.97' gem 'sequel_pg', require: 'sequel' gem 'sinatra', '~> 3.2' gem 'sinatra-contrib' diff --git a/Gemfile.lock b/Gemfile.lock index 09722db4cfb..ce2fc30e06b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -526,7 +526,7 @@ GEM sexp_processor (~> 4.1) rubyzip (3.1.1) securerandom (0.4.1) - sequel (5.96.0) + sequel (5.97.0) bigdecimal sequel_pg (1.17.2) pg (>= 0.18.0, != 1.2.0) @@ -701,7 +701,7 @@ DEPENDENCIES rubocop-rspec_rails rubocop-sequel (~> 0.4.1) rubyzip (>= 1.3.0) - sequel (~> 5.96) + sequel (~> 5.97) sequel_pg sinatra (~> 3.2) sinatra-contrib