diff --git a/Gemfile b/Gemfile index 703340e7ac..3a32fc7b75 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'puma' gem 'rake' gem 'redis' gem 'rubyzip', '>= 1.3.0' -gem 'sequel', '~> 5.88' +gem 'sequel', '~> 5.89' gem 'sequel_pg', require: 'sequel' gem 'sinatra', '~> 3.2' gem 'sinatra-contrib' diff --git a/Gemfile.lock b/Gemfile.lock index ca1ef31f2b..06f95b58df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -496,7 +496,7 @@ GEM sexp_processor (~> 4.1) rubyzip (2.4.1) securerandom (0.4.1) - sequel (5.88.0) + sequel (5.89.0) bigdecimal sequel_pg (1.17.1) pg (>= 0.18.0, != 1.2.0) @@ -661,7 +661,7 @@ DEPENDENCIES rubocop-rspec_rails rubocop-sequel (~> 0.3.8) rubyzip (>= 1.3.0) - sequel (~> 5.88) + sequel (~> 5.89) sequel_pg sinatra (~> 3.2) sinatra-contrib