Skip to content

Commit 8c8a1fa

Browse files
Bump puma from 5.6.4 to 6.3.1 in /example
Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 6.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.4...v6.3.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 893a353 commit 8c8a1fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem 'hanami', '~> 1.3'
44
gem 'hanami-model', '~> 1.3'
55
gem 'slim'
66
gem 'sqlite3'
7-
gem "puma", "~> 5.6"
7+
gem "puma", "~> 6.3"
88

99
gemspec path: '../'
1010

example/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ GEM
161161
method_source (1.0.0)
162162
mini_mime (1.1.2)
163163
multipart-post (2.3.0)
164-
nio4r (2.5.8)
164+
nio4r (2.5.9)
165165
nokogiri (1.14.3-arm64-darwin)
166166
racc (~> 1.4)
167167
nokogiri (1.14.3-x86_64-linux)
@@ -173,7 +173,7 @@ GEM
173173
coderay (~> 1.1)
174174
method_source (~> 1.0)
175175
public_suffix (5.0.1)
176-
puma (5.6.4)
176+
puma (6.3.1)
177177
nio4r (~> 2.0)
178178
racc (1.6.2)
179179
rack (2.2.7)
@@ -262,7 +262,7 @@ DEPENDENCIES
262262
hanami-model (~> 1.3)
263263
hanami-webconsole
264264
pry
265-
puma (~> 5.6)
265+
puma (~> 6.3)
266266
rake
267267
rspec
268268
rubocop

0 commit comments

Comments
 (0)