Skip to content

Commit f1bf9af

Browse files
Bump the patch-and-minor-dependencies group with 4 updates
Bumps the patch-and-minor-dependencies group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [minitest](https://github.com/minitest/minitest), [roda](https://github.com/jeremyevans/roda) and [sequel](https://github.com/jeremyevans/sequel). Updates `rubocop` from 1.85.0 to 1.86.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.85.0...v1.86.0) Updates `minitest` from 6.0.2 to 6.0.3 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v6.0.2...v6.0.3) Updates `roda` from 3.101.0 to 3.102.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](jeremyevans/roda@3.101.0...3.102.0) Updates `sequel` from 5.101.0 to 5.103.0 - [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG) - [Commits](jeremyevans/sequel@5.101.0...5.103.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: minitest dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: roda dependency-version: 3.102.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: sequel dependency-version: 5.103.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aebc714 commit f1bf9af

File tree

2 files changed

+13
-22
lines changed

2 files changed

+13
-22
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ gem 'puma', '~> 7.2.0'
3232
gem 'rack-unreloader', '~> 2.1'
3333
gem 'rackup', '~> 2.3.1'
3434
gem 'rake', '~> 13.3'
35-
gem 'roda', '~> 3.101'
36-
gem 'sequel', '~> 5.101'
35+
gem 'roda', '~> 3.102'
36+
gem 'sequel', '~> 5.103'
3737
gem 'tilt', '~> 2.7'

Gemfile.lock

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.9)
5-
public_suffix (>= 2.0.2, < 8.0)
64
ast (2.4.3)
75
bigdecimal (4.1.0)
86
bigdecimal (4.1.0-java)
97
drb (2.2.3)
108
htmlbeautifier (1.4.3)
119
jdbc-h2 (2.0.204)
12-
json (2.19.2)
13-
json (2.19.2-java)
14-
json-schema (6.2.0)
15-
addressable (~> 2.8)
16-
bigdecimal (>= 3.1, < 5)
10+
json (2.19.3)
11+
json (2.19.3-java)
1712
language_server-protocol (3.17.0.5)
1813
lint_roller (1.1.0)
1914
logger (1.7.0)
20-
mcp (0.9.2)
21-
json-schema (>= 4.1)
22-
minitest (6.0.2)
15+
minitest (6.0.3)
2316
drb (~> 2.0)
2417
prism (~> 1.5)
2518
nio4r (2.7.5)
2619
nio4r (2.7.5-java)
2720
ostruct (0.6.3)
2821
parallel (1.27.0)
29-
parser (3.3.10.2)
22+
parser (3.3.11.1)
3023
ast (~> 2.4.1)
3124
racc
3225
prism (1.9.0)
33-
public_suffix (7.0.5)
3426
puma (7.2.0)
3527
nio4r (~> 2.0)
3628
puma (7.2.0-java)
3729
nio4r (~> 2.0)
3830
racc (1.8.1)
3931
racc (1.8.1-java)
40-
rack (3.2.5)
32+
rack (3.2.6)
4133
rack-test (2.2.0)
4234
rack (>= 1.3)
4335
rack-unreloader (2.1.0)
@@ -46,21 +38,20 @@ GEM
4638
rainbow (3.1.1)
4739
rake (13.3.1)
4840
regexp_parser (2.11.3)
49-
roda (3.101.0)
41+
roda (3.102.0)
5042
rack
51-
rubocop (1.85.0)
43+
rubocop (1.86.0)
5244
json (~> 2.3)
5345
language_server-protocol (~> 3.17.0.2)
5446
lint_roller (~> 1.1.0)
55-
mcp (~> 0.6)
5647
parallel (~> 1.10)
5748
parser (>= 3.3.0.2)
5849
rainbow (>= 2.2.2, < 4.0)
5950
regexp_parser (>= 2.9.3, < 3.0)
6051
rubocop-ast (>= 1.49.0, < 2.0)
6152
ruby-progressbar (~> 1.7)
6253
unicode-display_width (>= 2.4.0, < 4.0)
63-
rubocop-ast (1.49.0)
54+
rubocop-ast (1.49.1)
6455
parser (>= 3.3.7.2)
6556
prism (~> 1.7)
6657
rubocop-minitest (0.39.1)
@@ -78,7 +69,7 @@ GEM
7869
lint_roller (~> 1.1)
7970
rubocop (>= 1.72.1, < 2)
8071
ruby-progressbar (1.13.0)
81-
sequel (5.101.0)
72+
sequel (5.103.0)
8273
bigdecimal
8374
tilt (2.7.0)
8475
unicode-display_width (3.2.0)
@@ -106,13 +97,13 @@ DEPENDENCIES
10697
rack-unreloader (~> 2.1)
10798
rackup (~> 2.3.1)
10899
rake (~> 13.3)
109-
roda (~> 3.101)
100+
roda (~> 3.102)
110101
rubocop
111102
rubocop-minitest
112103
rubocop-performance
113104
rubocop-rake (~> 0.7.1)
114105
rubocop-sequel (~> 0.4.1)
115-
sequel (~> 5.101)
106+
sequel (~> 5.103)
116107
tilt (~> 2.7)
117108
yard (~> 0.9.38)
118109

0 commit comments

Comments
 (0)