Skip to content

Commit 3f24116

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 | | --- | --- | --- | | [prism](https://github.com/ruby/prism) | `1.7.0` | `1.8.0` | | [puma](https://github.com/puma/puma) | `7.1.0` | `7.2.0` | | [roda](https://github.com/jeremyevans/roda) | `3.99.0` | `3.100.0` | | [sequel](https://github.com/jeremyevans/sequel) | `5.99.0` | `5.100.0` | | [tilt](https://github.com/jeremyevans/tilt) | `2.6.1` | `2.7.0` | Updates `prism` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/ruby/prism/releases) - [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md) - [Commits](ruby/prism@v1.7.0...v1.8.0) Updates `puma` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.1.0...v7.2.0) Updates `roda` from 3.99.0 to 3.100.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](jeremyevans/roda@3.99.0...3.100.0) Updates `sequel` from 5.99.0 to 5.100.0 - [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG) - [Commits](jeremyevans/sequel@5.99.0...5.100.0) Updates `tilt` from 2.6.1 to 2.7.0 - [Changelog](https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md) - [Commits](jeremyevans/tilt@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: prism dependency-version: 1.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: puma dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: roda dependency-version: 3.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: sequel dependency-version: 5.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: tilt dependency-version: 2.7.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 eaa8600 commit 3f24116

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 5 additions & 5 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.7'
15+
gem 'prism', '~> 1.8'
1616
gem 'rubocop', require: false
1717
gem 'rubocop-minitest', require: false
1818
gem 'rubocop-performance', require: false
@@ -28,10 +28,10 @@ end
2828

2929
gem 'logger', '~> 1.7'
3030
gem 'ostruct', '~> 0.6.3'
31-
gem 'puma', '~> 7.1.0'
31+
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.99'
36-
gem 'sequel', '~> 5.99'
37-
gem 'tilt', '~> 2.6'
35+
gem 'roda', '~> 3.100'
36+
gem 'sequel', '~> 5.100'
37+
gem 'tilt', '~> 2.7'

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ GEM
1919
parser (3.3.10.0)
2020
ast (~> 2.4.1)
2121
racc
22-
prism (1.7.0)
23-
puma (7.1.0)
22+
prism (1.8.0)
23+
puma (7.2.0)
2424
nio4r (~> 2.0)
25-
puma (7.1.0-java)
25+
puma (7.2.0-java)
2626
nio4r (~> 2.0)
2727
racc (1.8.1)
2828
racc (1.8.1-java)
@@ -35,7 +35,7 @@ GEM
3535
rainbow (3.1.1)
3636
rake (13.3.1)
3737
regexp_parser (2.11.3)
38-
roda (3.99.0)
38+
roda (3.100.0)
3939
rack
4040
rubocop (1.82.1)
4141
json (~> 2.3)
@@ -66,9 +66,9 @@ GEM
6666
lint_roller (~> 1.1)
6767
rubocop (>= 1.72.1, < 2)
6868
ruby-progressbar (1.13.0)
69-
sequel (5.99.0)
69+
sequel (5.100.0)
7070
bigdecimal
71-
tilt (2.6.1)
71+
tilt (2.7.0)
7272
unicode-display_width (3.2.0)
7373
unicode-emoji (~> 4.1)
7474
unicode-emoji (4.2.0)
@@ -88,20 +88,20 @@ DEPENDENCIES
8888
logger (~> 1.7)
8989
minitest (~> 5.26)
9090
ostruct (~> 0.6.3)
91-
prism (~> 1.7)
92-
puma (~> 7.1.0)
91+
prism (~> 1.8)
92+
puma (~> 7.2.0)
9393
rack-test (~> 2.1)
9494
rack-unreloader (~> 2.1)
9595
rackup (~> 2.3.1)
9696
rake (~> 13.3)
97-
roda (~> 3.99)
97+
roda (~> 3.100)
9898
rubocop
9999
rubocop-minitest
100100
rubocop-performance
101101
rubocop-rake (~> 0.7.1)
102102
rubocop-sequel (~> 0.4.1)
103-
sequel (~> 5.99)
104-
tilt (~> 2.6)
103+
sequel (~> 5.100)
104+
tilt (~> 2.7)
105105
yard (~> 0.9.38)
106106

107107
BUNDLED WITH

0 commit comments

Comments
 (0)