diff --git a/Gemfile b/Gemfile index 6f90479e..9d2dbaa3 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem "aws-sdk-lambda" gem "aws-sigv4" # API and Documentation -gem "grape", "~> 2.4" +gem "grape", "~> 3.1" gem "grape-swagger" gem "paper_trail", "~> 17.0" diff --git a/Gemfile.lock b/Gemfile.lock index c8cf9a4a..b728d6cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,6 +166,9 @@ GEM dotenv (= 3.2.0) railties (>= 6.1) drb (2.2.3) + dry-configurable (1.3.0) + dry-core (~> 1.1) + zeitwerk (~> 2.6) dry-core (1.2.0) concurrent-ruby (~> 1.0) logger @@ -192,8 +195,9 @@ GEM railties (>= 6.1.0) globalid (1.3.0) activesupport (>= 6.1) - grape (2.4.0) - activesupport (>= 6.1) + grape (3.1.1) + activesupport (>= 7.1) + dry-configurable dry-types (>= 1.1) mustermann-grape (~> 1.1.0) rack (>= 2) @@ -529,7 +533,7 @@ DEPENDENCIES dockerfile-rails (>= 1.7.9) dotenv-rails (~> 3.1) factory_bot_rails (~> 6.5) - grape (~> 2.4) + grape (~> 3.1) grape-swagger httpparty jsbundling-rails