From c1297498d20e34ed26db8cf5ff1a605d4a1026b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 09:38:25 +0000 Subject: [PATCH] Bump the patch-and-minor-dependencies group with 7 updates Bumps the patch-and-minor-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [bigdecimal](https://github.com/ruby/bigdecimal) | `3.1.6` | `3.1.7` | | [money](https://github.com/RubyMoney/money) | `6.16.0` | `6.19.0` | | [roda](https://github.com/jeremyevans/roda) | `3.76.0` | `3.79.0` | | [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) | `1.4.2` | `1.4.3` | | [rake](https://github.com/ruby/rake) | `13.1.0` | `13.2.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.60.2` | `1.63.2` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.20.2` | `1.21.0` | Updates `bigdecimal` from 3.1.6 to 3.1.7 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/bigdecimal/compare/v3.1.6...v3.1.7) Updates `money` from 6.16.0 to 6.19.0 - [Changelog](https://github.com/RubyMoney/money/blob/main/CHANGELOG.md) - [Commits](https://github.com/RubyMoney/money/compare/v6.16.0...v6.19.0) Updates `roda` from 3.76.0 to 3.79.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](https://github.com/jeremyevans/roda/compare/3.76.0...3.79.0) Updates `htmlbeautifier` from 1.4.2 to 1.4.3 - [Changelog](https://github.com/threedaymonk/htmlbeautifier/blob/master/History.txt) - [Commits](https://github.com/threedaymonk/htmlbeautifier/compare/v1.4.2...v1.4.3) Updates `rake` from 13.1.0 to 13.2.1 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.1.0...v13.2.1) Updates `rubocop` from 1.60.2 to 1.63.2 - [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.60.2...v1.63.2) Updates `rubocop-performance` from 1.20.2 to 1.21.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.20.2...v1.21.0) --- updated-dependencies: - dependency-name: bigdecimal dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: money dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: roda dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: htmlbeautifier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: rake dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 10 +++++----- Gemfile.lock | 38 +++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index d702cbb..a2d05c6 100644 --- a/Gemfile +++ b/Gemfile @@ -4,17 +4,17 @@ source 'https://rubygems.org' gem 'bigdecimal', '~> 3.1' gem 'ka-ching-client', git: 'https://github.com/simonneutert/ka-ching-client.git', branch: 'main' -gem 'money', '~> 6.16' +gem 'money', '~> 6.19' gem 'puma', '~> 6.4' gem 'rack-unreloader', '~> 2.1' gem 'rackup', '~> 2.1' -gem 'roda', '~> 3.76' +gem 'roda', '~> 3.79' group :development do gem 'htmlbeautifier', '~> 1.4' gem 'pry', '~> 0.14.2' - gem 'rake', '~> 13.1' - gem 'rubocop', '~> 1.60.2', require: false - gem 'rubocop-performance', '~> 1.20.2', require: false + gem 'rake', '~> 13.2' + gem 'rubocop', '~> 1.63.2', require: false + gem 'rubocop-performance', '~> 1.21.0', require: false gem 'solargraph', '~> 0.50.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index ebdf1eb..4065db7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM backport (1.2.0) base64 (0.2.0) benchmark (0.3.0) - bigdecimal (3.1.6) + bigdecimal (3.1.7) coderay (1.1.3) concurrent-ruby (1.2.3) diff-lcs (1.5.0) @@ -24,14 +24,14 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) - htmlbeautifier (1.4.2) + htmlbeautifier (1.4.3) http-2-next (1.0.3) httpx (1.2.1) http-2-next (>= 1.0.3) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) jaro_winkler (1.5.6) - json (2.7.1) + json (2.7.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -39,7 +39,7 @@ GEM language_server-protocol (3.17.0.3) method_source (1.0.0) mini_portile2 (2.8.5) - money (6.16.0) + money (6.19.0) i18n (>= 0.6.4, <= 2) nio4r (2.7.0) nokogiri (1.16.2) @@ -59,21 +59,21 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (3.0.8) + rack (3.0.10) rack-unreloader (2.1.0) rackup (2.1.0) rack (>= 3) webrick (~> 1.8) rainbow (3.1.1) - rake (13.1.0) + rake (13.2.1) rbs (2.8.4) regexp_parser (2.9.0) reverse_markdown (2.1.1) nokogiri rexml (3.2.6) - roda (3.76.0) + roda (3.79.0) rack - rubocop (1.60.2) + rubocop (1.63.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -81,14 +81,14 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-performance (1.20.2) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) + rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) solargraph (0.50.0) @@ -122,15 +122,15 @@ DEPENDENCIES bigdecimal (~> 3.1) htmlbeautifier (~> 1.4) ka-ching-client! - money (~> 6.16) + money (~> 6.19) pry (~> 0.14.2) puma (~> 6.4) rack-unreloader (~> 2.1) rackup (~> 2.1) - rake (~> 13.1) - roda (~> 3.76) - rubocop (~> 1.60.2) - rubocop-performance (~> 1.20.2) + rake (~> 13.2) + roda (~> 3.79) + rubocop (~> 1.63.2) + rubocop-performance (~> 1.21.0) solargraph (~> 0.50.0) BUNDLED WITH