diff --git a/Gemfile b/Gemfile index c223d6f01c0..1f57236917e 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'puma' gem 'rake' gem 'redis' gem 'rubyzip', '>= 1.3.0' -gem 'sequel', '~> 5.107' +gem 'sequel', '~> 5.108' gem 'sequel_pg', require: 'sequel' gem 'sinatra', '~> 4.2' gem 'sinatra-contrib' diff --git a/Gemfile.lock b/Gemfile.lock index 6f2cacf6c77..1207a9dbdb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -346,7 +346,7 @@ GEM sexp_processor (~> 4.16) rubyzip (3.5.0) securerandom (0.4.1) - sequel (5.107.0) + sequel (5.108.0) bigdecimal sequel_pg (1.19.0) pg (>= 0.18.0, != 1.2.0) @@ -490,7 +490,7 @@ DEPENDENCIES rubocop-sequel (~> 0.4.1) ruby-lsp-rspec rubyzip (>= 1.3.0) - sequel (~> 5.107) + sequel (~> 5.108) sequel_pg simplecov (~> 1.1) sinatra (~> 4.2)