diff --git a/Gemfile b/Gemfile index 89e5cc53c08..4921c181b6e 100644 --- a/Gemfile +++ b/Gemfile @@ -358,7 +358,7 @@ end gem "bootsnap", "~> 1.18.0", require: false # API gems -gem "grape", "~> 2.1.0" +gem "grape", "~> 2.2.0" gem "grape_logging", "~> 1.8.4" gem "roar", "~> 1.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3b9ca84b9a7..b33552e2f00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -621,7 +621,7 @@ GEM multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - grape (2.1.3) + grape (2.2.0) activesupport (>= 6) dry-types (>= 1.1) mustermann-grape (~> 1.1.0) @@ -1254,7 +1254,7 @@ DEPENDENCIES good_job (= 3.26.2) google-apis-gmail_v1 googleauth - grape (~> 2.1.0) + grape (~> 2.2.0) grape_logging (~> 1.8.4) grids! html-pipeline (~> 2.14.0)