From a9c5044ba984b94e82731ff84471f283a25a5210 Mon Sep 17 00:00:00 2001 From: Stefan Kolb Date: Tue, 3 Sep 2024 15:12:22 +0200 Subject: [PATCH] Grape bug --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index cbc5fb69..cb921ee2 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby File.read('.ruby-version').strip gem 'activesupport' gem 'geocoder' -gem 'grape', '~> 1.5.3' +gem 'grape', '~> 1.8.0' gem 'grape-entity', '~> 0.8.1' gem 'iso_country_codes' gem 'mongo', '~> 2.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index 55004430..f07e3668 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,8 +36,8 @@ GEM activesupport (>= 4.2.0) ffi (1.13.1-x86-mingw32) geocoder (1.6.7) - grape (1.5.3) - activesupport + grape (1.8.0) + activesupport (>= 5) builder dry-types (>= 1.1) mustermann-grape (~> 1.0.0) @@ -149,7 +149,7 @@ DEPENDENCIES database_cleaner factory_bot geocoder - grape (~> 1.5.3) + grape (~> 1.8.0) grape-entity (~> 0.8.1) iso_country_codes minitest