Skip to content

Commit 1e8f3f6

Browse files
Bump the patch-and-minor-dependencies group with 5 updates
Bumps the patch-and-minor-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [bigdecimal](https://github.com/ruby/bigdecimal) | `3.1.9` | `3.2.1` | | [roda](https://github.com/jeremyevans/roda) | `3.91.0` | `3.92.0` | | [rake](https://github.com/ruby/rake) | `13.2.1` | `13.3.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.75.5` | `1.75.8` | | [solargraph](https://github.com/castwide/solargraph) | `0.54.2` | `0.54.5` | Updates `bigdecimal` from 3.1.9 to 3.2.1 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.1.9...v3.2.1) Updates `roda` from 3.91.0 to 3.92.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](jeremyevans/roda@3.91.0...3.92.0) Updates `rake` from 13.2.1 to 13.3.0 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.2.1...v13.3.0) Updates `rubocop` from 1.75.5 to 1.75.8 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.5...v1.75.8) Updates `solargraph` from 0.54.2 to 0.54.5 - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](castwide/solargraph@v0.54.2...v0.54.5) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: roda dependency-version: 3.92.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rake dependency-version: 13.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop dependency-version: 1.75.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: solargraph dependency-version: 0.54.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b0293a commit 1e8f3f6

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'bigdecimal', '~> 3.1'
5+
gem 'bigdecimal', '~> 3.2'
66
gem 'ka-ching-client', '~> 0.6.6'
77
gem 'money', '~> 6.16'
88
gem 'puma', '~> 6.6'
99
gem 'rack-unreloader', '~> 2.1'
1010
gem 'rackup', '~> 2.2'
11-
gem 'roda', '~> 3.91'
11+
gem 'roda', '~> 3.92'
1212

1313
group :development do
1414
gem 'htmlbeautifier', '~> 1.4'
1515
gem 'pry', '~> 0.15.2'
16-
gem 'rake', '~> 13.1'
17-
gem 'rubocop', '~> 1.75.5', require: false
16+
gem 'rake', '~> 13.3'
17+
gem 'rubocop', '~> 1.75.8', require: false
1818
gem 'rubocop-performance', '~> 1.25.0', require: false
19-
gem 'solargraph', '~> 0.54.2', require: false
19+
gem 'solargraph', '~> 0.54.5', require: false
2020
end

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ GEM
33
specs:
44
ast (2.4.3)
55
backport (1.2.0)
6-
benchmark (0.4.0)
7-
bigdecimal (3.1.9)
6+
benchmark (0.4.1)
7+
bigdecimal (3.2.1)
88
coderay (1.1.3)
99
concurrent-ruby (1.3.5)
10-
diff-lcs (1.6.1)
10+
diff-lcs (1.6.2)
1111
faraday (2.13.1)
1212
faraday-net_http (>= 2.0, < 3.5)
1313
json
@@ -20,20 +20,20 @@ GEM
2020
http-2 (>= 1.0.0)
2121
i18n (1.14.7)
2222
concurrent-ruby (~> 1.0)
23-
jaro_winkler (1.6.0)
24-
json (2.11.3)
23+
jaro_winkler (1.6.1)
24+
json (2.12.2)
2525
ka-ching-client (0.6.6)
2626
faraday (>= 2.7.10, < 2.14.0)
2727
httpx (>= 1.0.0, < 1.5.0)
2828
kramdown (2.5.1)
2929
rexml (>= 3.3.9)
3030
kramdown-parser-gfm (1.1.0)
3131
kramdown (~> 2.0)
32-
language_server-protocol (3.17.0.4)
32+
language_server-protocol (3.17.0.5)
3333
lint_roller (1.1.0)
3434
logger (1.7.0)
3535
method_source (1.1.0)
36-
mini_portile2 (2.8.8)
36+
mini_portile2 (2.8.9)
3737
money (6.19.0)
3838
i18n (>= 0.6.4, <= 2)
3939
net-http (0.6.0)
@@ -59,21 +59,21 @@ GEM
5959
puma (6.6.0)
6060
nio4r (~> 2.0)
6161
racc (1.8.1)
62-
rack (3.1.14)
62+
rack (3.1.15)
6363
rack-unreloader (2.1.0)
6464
rackup (2.2.1)
6565
rack (>= 3)
6666
rainbow (3.1.1)
67-
rake (13.2.1)
68-
rbs (3.9.2)
67+
rake (13.3.0)
68+
rbs (3.9.4)
6969
logger
7070
regexp_parser (2.10.0)
7171
reverse_markdown (3.0.0)
7272
nokogiri
7373
rexml (3.4.1)
74-
roda (3.91.0)
74+
roda (3.92.0)
7575
rack
76-
rubocop (1.75.5)
76+
rubocop (1.75.8)
7777
json (~> 2.3)
7878
language_server-protocol (~> 3.17.0.2)
7979
lint_roller (~> 1.1.0)
@@ -92,12 +92,12 @@ GEM
9292
rubocop (>= 1.75.0, < 2.0)
9393
rubocop-ast (>= 1.38.0, < 2.0)
9494
ruby-progressbar (1.13.0)
95-
solargraph (0.54.2)
95+
solargraph (0.54.5)
9696
backport (~> 1.2)
9797
benchmark (~> 0.4)
9898
bundler (~> 2.0)
9999
diff-lcs (~> 1.4)
100-
jaro_winkler (~> 1.6)
100+
jaro_winkler (~> 1.6, >= 1.6.1)
101101
kramdown (~> 2.3)
102102
kramdown-parser-gfm (~> 1.1)
103103
logger (~> 1.6)
@@ -127,19 +127,19 @@ PLATFORMS
127127
x86_64-linux
128128

129129
DEPENDENCIES
130-
bigdecimal (~> 3.1)
130+
bigdecimal (~> 3.2)
131131
htmlbeautifier (~> 1.4)
132132
ka-ching-client (~> 0.6.6)
133133
money (~> 6.16)
134134
pry (~> 0.15.2)
135135
puma (~> 6.6)
136136
rack-unreloader (~> 2.1)
137137
rackup (~> 2.2)
138-
rake (~> 13.1)
139-
roda (~> 3.91)
140-
rubocop (~> 1.75.5)
138+
rake (~> 13.3)
139+
roda (~> 3.92)
140+
rubocop (~> 1.75.8)
141141
rubocop-performance (~> 1.25.0)
142-
solargraph (~> 0.54.2)
142+
solargraph (~> 0.54.5)
143143

144144
BUNDLED WITH
145145
2.6.5

0 commit comments

Comments
 (0)