Skip to content

Commit 4835c89

Browse files
Bump the patch-and-minor-dependencies group across 1 directory with 6 updates
Bumps the patch-and-minor-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prism](https://github.com/ruby/prism) | `1.6.0` | `1.7.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.81.7` | `1.82.1` | | [yard](https://github.com/lsegal/yard) | `0.9.37` | `0.9.38` | | [rackup](https://github.com/rack/rackup) | `2.2.1` | `2.3.1` | | [roda](https://github.com/jeremyevans/roda) | `3.97.0` | `3.99.0` | | [sequel](https://github.com/jeremyevans/sequel) | `5.97.0` | `5.99.0` | Updates `prism` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/ruby/prism/releases) - [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md) - [Commits](ruby/prism@v1.6.0...v1.7.0) Updates `rubocop` from 1.81.7 to 1.82.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.82.1) Updates `yard` from 0.9.37 to 0.9.38 - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](lsegal/yard@v0.9.37...v0.9.38) Updates `rackup` from 2.2.1 to 2.3.1 - [Release notes](https://github.com/rack/rackup/releases) - [Changelog](https://github.com/rack/rackup/blob/main/releases.md) - [Commits](rack/rackup@v2.2.1...v2.3.1) Updates `roda` from 3.97.0 to 3.99.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](jeremyevans/roda@3.97.0...3.99.0) Updates `sequel` from 5.97.0 to 5.99.0 - [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG) - [Commits](jeremyevans/sequel@5.97.0...5.99.0) --- updated-dependencies: - dependency-name: prism dependency-version: 1.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: yard dependency-version: 0.9.38 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: rackup dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: roda dependency-version: 3.99.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: sequel dependency-version: 5.99.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 f424ff2 commit 4835c89

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ end
1212

1313
group :development do
1414
gem 'htmlbeautifier'
15-
gem 'prism', '~> 1.6'
15+
gem 'prism', '~> 1.7'
1616
gem 'rubocop', require: false
1717
gem 'rubocop-minitest', require: false
1818
gem 'rubocop-performance', require: false
1919
gem 'rubocop-rake', '~> 0.7.1', require: false
2020
gem 'rubocop-sequel', '~> 0.4.1', require: false
21-
gem 'yard', '~> 0.9.34'
21+
gem 'yard', '~> 0.9.38'
2222
end
2323

2424
group :test do
@@ -30,8 +30,8 @@ gem 'logger', '~> 1.7'
3030
gem 'ostruct', '~> 0.6.3'
3131
gem 'puma', '~> 7.1.0'
3232
gem 'rack-unreloader', '~> 2.1'
33-
gem 'rackup', '~> 2.2.1'
33+
gem 'rackup', '~> 2.3.1'
3434
gem 'rake', '~> 13.3'
35-
gem 'roda', '~> 3.97'
36-
gem 'sequel', '~> 5.97'
35+
gem 'roda', '~> 3.99'
36+
gem 'sequel', '~> 5.99'
3737
gem 'tilt', '~> 2.6'

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.3)
5-
bigdecimal (3.3.1)
6-
bigdecimal (3.3.1-java)
5+
bigdecimal (4.0.1)
6+
bigdecimal (4.0.1-java)
77
htmlbeautifier (1.4.3)
88
jdbc-h2 (2.0.204)
9-
json (2.15.2)
10-
json (2.15.2-java)
9+
json (2.18.0)
10+
json (2.18.0-java)
1111
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
1313
logger (1.7.0)
@@ -19,38 +19,38 @@ GEM
1919
parser (3.3.10.0)
2020
ast (~> 2.4.1)
2121
racc
22-
prism (1.6.0)
22+
prism (1.7.0)
2323
puma (7.1.0)
2424
nio4r (~> 2.0)
2525
puma (7.1.0-java)
2626
nio4r (~> 2.0)
2727
racc (1.8.1)
2828
racc (1.8.1-java)
29-
rack (3.2.3)
29+
rack (3.2.4)
3030
rack-test (2.2.0)
3131
rack (>= 1.3)
3232
rack-unreloader (2.1.0)
33-
rackup (2.2.1)
33+
rackup (2.3.1)
3434
rack (>= 3)
3535
rainbow (3.1.1)
3636
rake (13.3.1)
3737
regexp_parser (2.11.3)
38-
roda (3.97.0)
38+
roda (3.99.0)
3939
rack
40-
rubocop (1.81.7)
40+
rubocop (1.82.1)
4141
json (~> 2.3)
4242
language_server-protocol (~> 3.17.0.2)
4343
lint_roller (~> 1.1.0)
4444
parallel (~> 1.10)
4545
parser (>= 3.3.0.2)
4646
rainbow (>= 2.2.2, < 4.0)
4747
regexp_parser (>= 2.9.3, < 3.0)
48-
rubocop-ast (>= 1.47.1, < 2.0)
48+
rubocop-ast (>= 1.48.0, < 2.0)
4949
ruby-progressbar (~> 1.7)
5050
unicode-display_width (>= 2.4.0, < 4.0)
51-
rubocop-ast (1.47.1)
51+
rubocop-ast (1.49.0)
5252
parser (>= 3.3.7.2)
53-
prism (~> 1.4)
53+
prism (~> 1.7)
5454
rubocop-minitest (0.38.2)
5555
lint_roller (~> 1.1)
5656
rubocop (>= 1.75.0, < 2.0)
@@ -66,13 +66,13 @@ GEM
6666
lint_roller (~> 1.1)
6767
rubocop (>= 1.72.1, < 2)
6868
ruby-progressbar (1.13.0)
69-
sequel (5.97.0)
69+
sequel (5.99.0)
7070
bigdecimal
7171
tilt (2.6.1)
7272
unicode-display_width (3.2.0)
7373
unicode-emoji (~> 4.1)
74-
unicode-emoji (4.1.0)
75-
yard (0.9.37)
74+
unicode-emoji (4.2.0)
75+
yard (0.9.38)
7676

7777
PLATFORMS
7878
universal-java-11
@@ -88,21 +88,21 @@ DEPENDENCIES
8888
logger (~> 1.7)
8989
minitest (~> 5.26)
9090
ostruct (~> 0.6.3)
91-
prism (~> 1.6)
91+
prism (~> 1.7)
9292
puma (~> 7.1.0)
9393
rack-test (~> 2.1)
9494
rack-unreloader (~> 2.1)
95-
rackup (~> 2.2.1)
95+
rackup (~> 2.3.1)
9696
rake (~> 13.3)
97-
roda (~> 3.97)
97+
roda (~> 3.99)
9898
rubocop
9999
rubocop-minitest
100100
rubocop-performance
101101
rubocop-rake (~> 0.7.1)
102102
rubocop-sequel (~> 0.4.1)
103-
sequel (~> 5.97)
103+
sequel (~> 5.99)
104104
tilt (~> 2.6)
105-
yard (~> 0.9.34)
105+
yard (~> 0.9.38)
106106

107107
BUNDLED WITH
108108
2.7.1

0 commit comments

Comments
 (0)