diff --git a/Gemfile b/Gemfile index 8dc719b..9e71f1c 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'grape_logging', '~> 1.8', '>= 1.8.4' gem 'grape-swagger', '~> 2.1' gem 'jwt', '~> 2.8' gem 'kaminari', '~> 1.2', '>= 1.2.2' -gem 'otr-activerecord', '~> 2.2' +gem 'otr-activerecord', '~> 2.3' gem 'pg', '~> 1.5' gem 'prometheus-client', '~> 4.2' gem 'puma', '~> 6.4' diff --git a/Gemfile.lock b/Gemfile.lock index 261dcbc..3dcc5a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,8 +166,8 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - otr-activerecord (2.2.0) - activerecord (>= 4.0, < 7.2) + otr-activerecord (2.3.0) + activerecord (>= 6.0, < 7.2) hashie-forbidden_attributes (~> 0.1) parallel (1.25.1) parser (3.3.4.0) @@ -282,7 +282,7 @@ DEPENDENCIES guard-puma (~> 0.8.1) jwt (~> 2.8) kaminari (~> 1.2, >= 1.2.2) - otr-activerecord (~> 2.2) + otr-activerecord (~> 2.3) pg (~> 1.5) prometheus-client (~> 4.2) puma (~> 6.4)