Skip to content

Commit b638b6b

Browse files
Bump the patch-and-minor-dependencies group across 1 directory with 7 updates
Bumps the patch-and-minor-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bigdecimal](https://github.com/ruby/bigdecimal) | `3.1.6` | `3.1.8` | | [money](https://github.com/RubyMoney/money) | `6.16.0` | `6.19.0` | | [roda](https://github.com/jeremyevans/roda) | `3.76.0` | `3.80.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.5` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.20.2` | `1.21.0` | Updates `bigdecimal` from 3.1.6 to 3.1.8 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.1.6...v3.1.8) Updates `money` from 6.16.0 to 6.19.0 - [Changelog](https://github.com/RubyMoney/money/blob/main/CHANGELOG.md) - [Commits](RubyMoney/money@v6.16.0...v6.19.0) Updates `roda` from 3.76.0 to 3.80.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](jeremyevans/roda@3.76.0...3.80.0) Updates `htmlbeautifier` from 1.4.2 to 1.4.3 - [Changelog](https://github.com/threedaymonk/htmlbeautifier/blob/master/History.txt) - [Commits](threedaymonk/htmlbeautifier@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](ruby/rake@v13.1.0...v13.2.1) Updates `rubocop` from 1.60.2 to 1.63.5 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.60.2...v1.63.5) 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](rubocop/rubocop-performance@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] <[email protected]>
1 parent 9650886 commit b638b6b

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Gemfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ source 'https://rubygems.org'
44

55
gem 'bigdecimal', '~> 3.1'
66
gem 'ka-ching-client', git: 'https://github.com/simonneutert/ka-ching-client.git', branch: 'main'
7-
gem 'money', '~> 6.16'
7+
gem 'money', '~> 6.19'
88
gem 'puma', '~> 6.4'
99
gem 'rack-unreloader', '~> 2.1'
1010
gem 'rackup', '~> 2.1'
11-
gem 'roda', '~> 3.76'
11+
gem 'roda', '~> 3.80'
1212

1313
group :development do
1414
gem 'htmlbeautifier', '~> 1.4'
1515
gem 'pry', '~> 0.14.2'
16-
gem 'rake', '~> 13.1'
17-
gem 'rubocop', '~> 1.60.2', require: false
18-
gem 'rubocop-performance', '~> 1.20.2', require: false
16+
gem 'rake', '~> 13.2'
17+
gem 'rubocop', '~> 1.63.5', require: false
18+
gem 'rubocop-performance', '~> 1.21.0', require: false
1919
gem 'solargraph', '~> 0.50.0', require: false
2020
end

Gemfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
backport (1.2.0)
1515
base64 (0.2.0)
1616
benchmark (0.3.0)
17-
bigdecimal (3.1.6)
17+
bigdecimal (3.1.8)
1818
coderay (1.1.3)
1919
concurrent-ruby (1.2.3)
2020
diff-lcs (1.5.0)
@@ -24,22 +24,22 @@ GEM
2424
faraday-net_http (>= 2.0, < 3.1)
2525
ruby2_keywords (>= 0.0.4)
2626
faraday-net_http (3.0.2)
27-
htmlbeautifier (1.4.2)
27+
htmlbeautifier (1.4.3)
2828
http-2-next (1.0.3)
2929
httpx (1.2.1)
3030
http-2-next (>= 1.0.3)
31-
i18n (1.14.1)
31+
i18n (1.14.5)
3232
concurrent-ruby (~> 1.0)
3333
jaro_winkler (1.5.6)
34-
json (2.7.1)
34+
json (2.7.2)
3535
kramdown (2.4.0)
3636
rexml
3737
kramdown-parser-gfm (1.1.0)
3838
kramdown (~> 2.0)
3939
language_server-protocol (3.17.0.3)
4040
method_source (1.0.0)
4141
mini_portile2 (2.8.5)
42-
money (6.16.0)
42+
money (6.19.0)
4343
i18n (>= 0.6.4, <= 2)
4444
nio4r (2.7.0)
4545
nokogiri (1.16.2)
@@ -50,7 +50,7 @@ GEM
5050
nokogiri (1.16.2-x86_64-linux)
5151
racc (~> 1.4)
5252
parallel (1.24.0)
53-
parser (3.3.0.5)
53+
parser (3.3.1.0)
5454
ast (~> 2.4.1)
5555
racc
5656
pry (0.14.2)
@@ -59,36 +59,36 @@ GEM
5959
puma (6.4.2)
6060
nio4r (~> 2.0)
6161
racc (1.7.3)
62-
rack (3.0.8)
62+
rack (3.0.11)
6363
rack-unreloader (2.1.0)
6464
rackup (2.1.0)
6565
rack (>= 3)
6666
webrick (~> 1.8)
6767
rainbow (3.1.1)
68-
rake (13.1.0)
68+
rake (13.2.1)
6969
rbs (2.8.4)
7070
regexp_parser (2.9.0)
7171
reverse_markdown (2.1.1)
7272
nokogiri
7373
rexml (3.2.6)
74-
roda (3.76.0)
74+
roda (3.80.0)
7575
rack
76-
rubocop (1.60.2)
76+
rubocop (1.63.5)
7777
json (~> 2.3)
7878
language_server-protocol (>= 3.17.0)
7979
parallel (~> 1.10)
8080
parser (>= 3.3.0.2)
8181
rainbow (>= 2.2.2, < 4.0)
8282
regexp_parser (>= 1.8, < 3.0)
8383
rexml (>= 3.2.5, < 4.0)
84-
rubocop-ast (>= 1.30.0, < 2.0)
84+
rubocop-ast (>= 1.31.1, < 2.0)
8585
ruby-progressbar (~> 1.7)
8686
unicode-display_width (>= 2.4.0, < 3.0)
87-
rubocop-ast (1.30.0)
88-
parser (>= 3.2.1.0)
89-
rubocop-performance (1.20.2)
87+
rubocop-ast (1.31.3)
88+
parser (>= 3.3.1.0)
89+
rubocop-performance (1.21.0)
9090
rubocop (>= 1.48.1, < 2.0)
91-
rubocop-ast (>= 1.30.0, < 2.0)
91+
rubocop-ast (>= 1.31.1, < 2.0)
9292
ruby-progressbar (1.13.0)
9393
ruby2_keywords (0.0.5)
9494
solargraph (0.50.0)
@@ -122,15 +122,15 @@ DEPENDENCIES
122122
bigdecimal (~> 3.1)
123123
htmlbeautifier (~> 1.4)
124124
ka-ching-client!
125-
money (~> 6.16)
125+
money (~> 6.19)
126126
pry (~> 0.14.2)
127127
puma (~> 6.4)
128128
rack-unreloader (~> 2.1)
129129
rackup (~> 2.1)
130-
rake (~> 13.1)
131-
roda (~> 3.76)
132-
rubocop (~> 1.60.2)
133-
rubocop-performance (~> 1.20.2)
130+
rake (~> 13.2)
131+
roda (~> 3.80)
132+
rubocop (~> 1.63.5)
133+
rubocop-performance (~> 1.21.0)
134134
solargraph (~> 0.50.0)
135135

136136
BUNDLED WITH

0 commit comments

Comments
 (0)