Skip to content

Commit 086e8b7

Browse files
Bump puma from 6.3.1 to 6.4.2 in /example (#39)
Bumps [puma](https://github.com/puma/puma) from 6.3.1 to 6.4.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.3.1...v6.4.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c1fcd6 commit 086e8b7

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
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", "~> 6.3"
7+
gem "puma", "~> 6.4"
88

99
gemspec path: '../'
1010

example/Gemfile.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ..
33
specs:
44
flagsmith (3.1.1)
5-
faraday
5+
faraday (>= 1.0.0)
66
faraday-retry
77
faraday_middleware
88
semantic
@@ -20,6 +20,7 @@ GEM
2020
bigdecimal (1.4.4)
2121
binding_of_caller (0.8.0)
2222
debug_inspector (>= 0.0.1)
23+
byebug (11.1.3)
2324
capybara (3.39.0)
2425
addressable
2526
matrix
@@ -161,7 +162,7 @@ GEM
161162
method_source (1.0.0)
162163
mini_mime (1.1.2)
163164
multipart-post (2.3.0)
164-
nio4r (2.5.9)
165+
nio4r (2.7.0)
165166
nokogiri (1.14.3-arm64-darwin)
166167
racc (~> 1.4)
167168
nokogiri (1.14.3-x86_64-linux)
@@ -172,8 +173,11 @@ GEM
172173
pry (0.14.1)
173174
coderay (~> 1.1)
174175
method_source (~> 1.0)
176+
pry-byebug (3.10.1)
177+
byebug (~> 11.0)
178+
pry (>= 0.13, < 0.15)
175179
public_suffix (5.0.1)
176-
puma (6.3.1)
180+
puma (6.4.2)
177181
nio4r (~> 2.0)
178182
racc (1.6.2)
179183
rack (2.2.7)
@@ -262,7 +266,8 @@ DEPENDENCIES
262266
hanami-model (~> 1.3)
263267
hanami-webconsole
264268
pry
265-
puma (~> 6.3)
269+
pry-byebug
270+
puma (~> 6.4)
266271
rake
267272
rspec
268273
rubocop

0 commit comments

Comments
 (0)