From aaa124e2cd0035dc97b92b86ba5d90c0e1ec0f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:21:42 +0000 Subject: [PATCH] build(deps): bump the gems group with 3 updates Bumps the gems group with 3 updates: [grape](https://github.com/ruby-grape/grape), [minitest](https://github.com/minitest/minitest) and [rubocop](https://github.com/rubocop/rubocop). Updates `grape` from 1.7.1 to 1.8.0 - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-grape/grape/compare/v1.7.1...v1.8.0) Updates `minitest` from 5.19.0 to 5.20.0 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.19.0...v5.20.0) Updates `rubocop` from 1.56.1 to 1.56.3 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.56.1...v1.56.3) --- updated-dependencies: - dependency-name: grape dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gems - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gems - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: gems ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index f4a2677..0fe9343 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'geocoder', '~> 1.8' -gem 'grape', '~> 1.7' +gem 'grape', '~> 1.8' gem 'grape_logging', '~> 1.8' gem 'grape-swagger', '~> 1.6' gem 'prometheus-client', '~> 4.2' @@ -14,7 +14,7 @@ gem 'rack-cors', '~> 2.0' gem 'rake', '~> 13.0' group :test, :development do - gem 'minitest', '~> 5.19' + gem 'minitest', '~> 5.20' gem 'rack-test', '~> 2.1' gem 'rubocop', '~> 1.56', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 4835770..56aba7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.7.2) + activesupport (7.0.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -10,7 +10,7 @@ GEM base64 (0.1.1) builder (3.2.4) concurrent-ruby (1.2.2) - dry-core (1.0.0) + dry-core (1.0.1) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) dry-inflector (1.0.0) @@ -25,12 +25,12 @@ GEM dry-logic (~> 1.4) zeitwerk (~> 2.6) geocoder (1.8.2) - grape (1.7.1) - activesupport + grape (1.8.0) + activesupport (>= 5) builder dry-types (>= 1.1) mustermann-grape (~> 1.0.0) - rack (>= 1.3.0, < 3) + rack (>= 1.3.0) rack-accept grape-swagger (1.6.1) grape (~> 1.3) @@ -41,7 +41,7 @@ GEM concurrent-ruby (~> 1.0) json (2.6.3) language_server-protocol (3.17.0.3) - minitest (5.19.0) + minitest (5.20.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) mustermann-grape (1.0.2) @@ -55,7 +55,7 @@ GEM puma (6.3.1) nio4r (~> 2.0) racc (1.7.1) - rack (2.2.7) + rack (3.0.8) rack-accept (0.4.5) rack (>= 0.4) rack-cors (2.0.1) @@ -66,7 +66,7 @@ GEM rake (13.0.6) regexp_parser (2.8.1) rexml (3.2.6) - rubocop (1.56.1) + rubocop (1.56.3) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -85,17 +85,17 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.4.2) - zeitwerk (2.6.8) + zeitwerk (2.6.11) PLATFORMS ruby DEPENDENCIES geocoder (~> 1.8) - grape (~> 1.7) + grape (~> 1.8) grape-swagger (~> 1.6) grape_logging (~> 1.8) - minitest (~> 5.19) + minitest (~> 5.20) prometheus-client (~> 4.2) puma (~> 6.3) rack-cors (~> 2.0)