Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group across 1 directory with 6…
Browse files Browse the repository at this point in the history
… updates

Bumps the patch-and-minor-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ka-ching-client](https://github.com/simonneutert/ka-ching-client) | `0.6.1` | `0.6.2` |
| [rackup](https://github.com/rack/rackup) | `2.1.0` | `2.2.1` |
| [roda](https://github.com/jeremyevans/roda) | `3.85.0` | `3.86.0` |
| [pry](https://github.com/pry/pry) | `0.14.2` | `0.15.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.67.0` | `1.68.0` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.22.1` | `1.23.0` |



Updates `ka-ching-client` from 0.6.1 to 0.6.2
- [Changelog](https://github.com/simonneutert/ka-ching-client/blob/main/CHANGELOG.md)
- [Commits](simonneutert/ka-ching-client@v0.6.1...v0.6.2)

Updates `rackup` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/rack/rackup/releases)
- [Changelog](https://github.com/rack/rackup/blob/main/releases.md)
- [Commits](rack/rackup@v2.1.0...v2.2.1)

Updates `roda` from 3.85.0 to 3.86.0
- [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG)
- [Commits](jeremyevans/roda@3.85.0...3.86.0)

Updates `pry` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.14.2...v0.15.0)

Updates `rubocop` from 1.67.0 to 1.68.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.67.0...v1.68.0)

Updates `rubocop-performance` from 1.22.1 to 1.23.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.22.1...v1.23.0)

---
updated-dependencies:
- dependency-name: ka-ching-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: rackup
  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: pry
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Nov 16, 2024
1 parent 0097200 commit 0c0b034
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 27 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
source 'https://rubygems.org'

gem 'bigdecimal', '~> 3.1'
gem 'ka-ching-client', '~> 0.6.1'
gem 'ka-ching-client', '~> 0.6.2'
gem 'money', '~> 6.16'
gem 'puma', '~> 6.4'
gem 'rack-unreloader', '~> 2.1'
gem 'rackup', '~> 2.1'
gem 'roda', '~> 3.85'
gem 'rackup', '~> 2.2'
gem 'roda', '~> 3.86'

group :development do
gem 'htmlbeautifier', '~> 1.4'
gem 'pry', '~> 0.14.2'
gem 'pry', '~> 0.15.0'
gem 'rake', '~> 13.1'
gem 'rubocop', '~> 1.67.0', require: false
gem 'rubocop-performance', '~> 1.22.1', require: false
gem 'rubocop', '~> 1.68.0', require: false
gem 'rubocop-performance', '~> 1.23.0', require: false
gem 'solargraph', '~> 0.50.0', require: false
end
40 changes: 19 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ GEM
faraday-net_http (3.3.0)
net-http
htmlbeautifier (1.4.3)
http-2 (1.0.1)
httpx (1.3.1)
http-2 (1.0.2)
httpx (1.3.3)
http-2 (>= 1.0.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.6.0)
json (2.7.2)
ka-ching-client (0.6.1)
json (2.8.2)
ka-ching-client (0.6.2)
faraday (>= 2.7.10, < 2.12.0)
httpx (>= 1.0.0, < 1.4.0)
kramdown (2.4.0)
Expand All @@ -35,7 +35,7 @@ GEM
mini_portile2 (2.8.7)
money (6.19.0)
i18n (>= 0.6.4, <= 2)
net-http (0.4.1)
net-http (0.5.0)
uri
nio4r (2.7.3)
nokogiri (1.16.7)
Expand All @@ -46,30 +46,29 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
rack-unreloader (2.1.0)
rackup (2.1.0)
rackup (2.2.1)
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rake (13.2.1)
rbs (2.8.4)
regexp_parser (2.9.2)
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.9)
roda (3.85.0)
roda (3.86.0)
rack
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -79,9 +78,9 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-performance (1.22.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
Expand All @@ -104,8 +103,7 @@ GEM
thor (1.3.2)
tilt (2.4.0)
unicode-display_width (2.6.0)
uri (0.13.1)
webrick (1.8.2)
uri (1.0.2)
yard (0.9.37)

PLATFORMS
Expand All @@ -116,16 +114,16 @@ PLATFORMS
DEPENDENCIES
bigdecimal (~> 3.1)
htmlbeautifier (~> 1.4)
ka-ching-client (~> 0.6.1)
ka-ching-client (~> 0.6.2)
money (~> 6.16)
pry (~> 0.14.2)
pry (~> 0.15.0)
puma (~> 6.4)
rack-unreloader (~> 2.1)
rackup (~> 2.1)
rackup (~> 2.2)
rake (~> 13.1)
roda (~> 3.85)
rubocop (~> 1.67.0)
rubocop-performance (~> 1.22.1)
roda (~> 3.86)
rubocop (~> 1.68.0)
rubocop-performance (~> 1.23.0)
solargraph (~> 0.50.0)

BUNDLED WITH
Expand Down

0 comments on commit 0c0b034

Please sign in to comment.