Skip to content

Commit 80f2bef

Browse files
⬆️ Upgrade dependency puma to v7
1 parent 0a71d1b commit 80f2bef

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
gemspec
77

88
gem "rails", "~> 7.1.0"
9-
gem "puma", "~> 6.6.0"
9+
gem "puma", "~> 7.2.0"
1010

1111
gem "sqlite3", "~> 1.7.0"
1212
gem "pg", "~> 1.6.0"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ GEM
226226
timeout
227227
net-smtp (0.5.1)
228228
net-protocol
229-
nio4r (2.7.4)
229+
nio4r (2.7.5)
230230
nokogiri (1.18.10-arm64-darwin)
231231
racc (~> 1.4)
232232
nokogiri (1.18.10-x86_64-linux-gnu)
@@ -255,7 +255,7 @@ GEM
255255
date
256256
stringio
257257
public_suffix (6.0.2)
258-
puma (6.6.1)
258+
puma (7.2.0)
259259
nio4r (~> 2.0)
260260
racc (1.8.1)
261261
rack (3.2.3)
@@ -432,7 +432,7 @@ DEPENDENCIES
432432
factory_bot_rails (~> 6.5.0)
433433
jwt (~> 2.10.0)
434434
pg (~> 1.6.0)
435-
puma (~> 6.6.0)
435+
puma (~> 7.2.0)
436436
rails (~> 7.1.0)
437437
rails-erd (~> 1.7.2)
438438
rspec (~> 3.13.0)

captive-crash-reporter/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
# Specify your gem's dependencies in captive-crash-reporter.gemspec.
55
gemspec
66

7-
gem "puma", "6.6.1"
7+
gem "puma", "7.2.0"
88

99
gem "sqlite3", "1.7.3"
1010

captive-crash-reporter/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GEM
6363
nokogiri (>= 1.12.0)
6464
mini_portile2 (2.8.9)
6565
minitest (5.26.0)
66-
nio4r (2.7.4)
66+
nio4r (2.7.5)
6767
nokogiri (1.18.10-arm64-darwin)
6868
racc (~> 1.4)
6969
nokogiri (1.18.10-x86_64-linux-gnu)
@@ -74,7 +74,7 @@ GEM
7474
psych (5.2.6)
7575
date
7676
stringio
77-
puma (6.6.1)
77+
puma (7.2.0)
7878
nio4r (~> 2.0)
7979
racc (1.8.1)
8080
rack (3.2.3)
@@ -151,7 +151,7 @@ PLATFORMS
151151

152152
DEPENDENCIES
153153
captive-crash-reporter!
154-
puma (= 6.6.1)
154+
puma (= 7.2.0)
155155
sprockets-rails (= 3.5.2)
156156
sqlite3 (= 1.7.3)
157157

0 commit comments

Comments
 (0)