Skip to content

Commit 1698113

Browse files
Bump the patch-and-minor-dependencies group with 3 updates
Bumps the patch-and-minor-dependencies group with 3 updates: [prism](https://github.com/ruby/prism), [rubocop](https://github.com/rubocop/rubocop) and [sequel](https://github.com/jeremyevans/sequel). Updates `prism` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/ruby/prism/releases) - [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md) - [Commits](ruby/prism@v1.8.0...v1.9.0) Updates `rubocop` from 1.82.1 to 1.84.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.84.0) Updates `sequel` from 5.100.0 to 5.101.0 - [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG) - [Commits](jeremyevans/sequel@5.100.0...5.101.0) --- updated-dependencies: - dependency-name: prism dependency-version: 1.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop dependency-version: 1.84.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: sequel dependency-version: 5.101.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 5bd2e21 commit 1698113

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

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

1313
group :development do
1414
gem 'htmlbeautifier'
15-
gem 'prism', '~> 1.8'
15+
gem 'prism', '~> 1.9'
1616
gem 'rubocop', require: false
1717
gem 'rubocop-minitest', require: false
1818
gem 'rubocop-performance', require: false
@@ -33,5 +33,5 @@ gem 'rack-unreloader', '~> 2.1'
3333
gem 'rackup', '~> 2.3.1'
3434
gem 'rake', '~> 13.3'
3535
gem 'roda', '~> 3.100'
36-
gem 'sequel', '~> 5.100'
36+
gem 'sequel', '~> 5.101'
3737
gem 'tilt', '~> 2.7'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ GEM
1717
nio4r (2.7.5-java)
1818
ostruct (0.6.3)
1919
parallel (1.27.0)
20-
parser (3.3.10.0)
20+
parser (3.3.10.1)
2121
ast (~> 2.4.1)
2222
racc
23-
prism (1.8.0)
23+
prism (1.9.0)
2424
puma (7.2.0)
2525
nio4r (~> 2.0)
2626
puma (7.2.0-java)
@@ -38,15 +38,15 @@ GEM
3838
regexp_parser (2.11.3)
3939
roda (3.100.0)
4040
rack
41-
rubocop (1.82.1)
41+
rubocop (1.84.0)
4242
json (~> 2.3)
4343
language_server-protocol (~> 3.17.0.2)
4444
lint_roller (~> 1.1.0)
4545
parallel (~> 1.10)
4646
parser (>= 3.3.0.2)
4747
rainbow (>= 2.2.2, < 4.0)
4848
regexp_parser (>= 2.9.3, < 3.0)
49-
rubocop-ast (>= 1.48.0, < 2.0)
49+
rubocop-ast (>= 1.49.0, < 2.0)
5050
ruby-progressbar (~> 1.7)
5151
unicode-display_width (>= 2.4.0, < 4.0)
5252
rubocop-ast (1.49.0)
@@ -67,7 +67,7 @@ GEM
6767
lint_roller (~> 1.1)
6868
rubocop (>= 1.72.1, < 2)
6969
ruby-progressbar (1.13.0)
70-
sequel (5.100.0)
70+
sequel (5.101.0)
7171
bigdecimal
7272
tilt (2.7.0)
7373
unicode-display_width (3.2.0)
@@ -89,7 +89,7 @@ DEPENDENCIES
8989
logger (~> 1.7)
9090
minitest (~> 6.0)
9191
ostruct (~> 0.6.3)
92-
prism (~> 1.8)
92+
prism (~> 1.9)
9393
puma (~> 7.2.0)
9494
rack-test (~> 2.1)
9595
rack-unreloader (~> 2.1)
@@ -101,7 +101,7 @@ DEPENDENCIES
101101
rubocop-performance
102102
rubocop-rake (~> 0.7.1)
103103
rubocop-sequel (~> 0.4.1)
104-
sequel (~> 5.100)
104+
sequel (~> 5.101)
105105
tilt (~> 2.7)
106106
yard (~> 0.9.38)
107107

0 commit comments

Comments
 (0)