From 938393d54b9542cb801079463ac3242e86762e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:46:55 +0000 Subject: [PATCH] Bump grape from 2.1.2 to 2.1.3 Bumps [grape](https://github.com/ruby-grape/grape) from 2.1.2 to 2.1.3. - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-grape/grape/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: grape dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 47 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bf19842..e04e1cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,8 +71,11 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) + bcrypt (3.1.20) bigdecimal (3.1.8) bindex (0.8.1) bootsnap (1.18.4) @@ -82,18 +85,27 @@ GEM builder (3.3.0) concurrent-ruby (1.3.4) connection_pool (2.4.1) + crack (1.0.0) + bigdecimal + rexml crass (1.0.6) date (3.3.4) debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) + devise (4.9.4) + bcrypt (~> 3.0) + orm_adapter (~> 0.1) + railties (>= 4.1.0) + responders + warden (~> 1.2.3) diff-lcs (1.5.1) docile (1.4.0) drb (2.2.1) dry-core (1.0.1) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) - dry-inflector (1.0.0) + dry-inflector (1.1.0) dry-logic (1.5.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0, < 2) @@ -107,21 +119,27 @@ GEM zeitwerk (~> 2.6) error_highlight (0.6.0) erubi (1.13.0) + factory_bot (6.4.6) + activesupport (>= 5.0.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) + railties (>= 5.0.0) + faker (3.4.2) + i18n (>= 1.8.11, < 2) faraday (2.11.0) faraday-net_http (>= 2.0, < 3.4) logger - faraday-http-cache (2.5.1) - faraday (>= 0.8) faraday-net_http (3.3.0) net-http globalid (1.2.1) activesupport (>= 6.1) - grape (2.1.2) + grape (2.1.3) activesupport (>= 6) dry-types (>= 1.1) mustermann-grape (~> 1.1.0) rack (>= 2) zeitwerk + hashdiff (1.1.1) i18n (1.14.5) concurrent-ruby (~> 1.0) importmap-rails (2.0.1) @@ -151,7 +169,7 @@ GEM mini_portile2 (2.8.7) minitest (5.25.1) msgpack (1.7.2) - mustermann (3.0.0) + mustermann (3.0.2) ruby2_keywords (~> 0.0.1) mustermann-grape (1.1.0) mustermann (>= 1.0.0) @@ -175,12 +193,14 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) + orm_adapter (0.5.0) parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc psych (5.1.2) stringio + public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) racc (1.8.1) @@ -230,6 +250,9 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) + responders (3.1.1) + actionpack (>= 5.2) + railties (>= 5.2) rexml (3.3.6) strscan rspec-core (3.13.0) @@ -321,11 +344,19 @@ GEM unicode-display_width (2.5.0) uri (0.13.1) useragent (0.16.10) + vcr (6.3.1) + base64 + warden (1.2.9) + rack (>= 2.0.9) web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) + webmock (3.23.1) + addressable (>= 2.8.0) + crack (>= 0.3.2) + hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -342,9 +373,11 @@ DEPENDENCIES bootsnap brakeman debug + devise (~> 4.9) error_highlight (>= 0.4.0) + factory_bot_rails + faker faraday - faraday-http-cache grape (~> 2.1) importmap-rails jbuilder @@ -361,7 +394,9 @@ DEPENDENCIES tailwindcss-rails (~> 2.7) turbo-rails tzinfo-data + vcr web-console + webmock BUNDLED WITH 2.5.4