Skip to content

Commit b26899c

Browse files
⬆️ Upgrade dependency puma to v7
1 parent 4e44284 commit b26899c

4 files changed

Lines changed: 6 additions & 6 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.0.0"
1010

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ GEM
254254
date
255255
stringio
256256
public_suffix (6.0.2)
257-
puma (6.6.1)
257+
puma (7.0.4)
258258
nio4r (~> 2.0)
259259
racc (1.8.1)
260260
rack (3.2.1)
@@ -429,7 +429,7 @@ DEPENDENCIES
429429
factory_bot_rails (~> 6.5.0)
430430
jwt (~> 2.10.0)
431431
pg (~> 1.6.0)
432-
puma (~> 6.6.0)
432+
puma (~> 7.0.0)
433433
rails (~> 7.1.0)
434434
rails-erd (~> 1.7.2)
435435
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.0.4"
88

99
gem "sqlite3", "1.7.3"
1010

captive-crash-reporter/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ GEM
7474
psych (5.2.6)
7575
date
7676
stringio
77-
puma (6.6.1)
77+
puma (7.0.4)
7878
nio4r (~> 2.0)
7979
racc (1.8.1)
8080
rack (3.2.1)
@@ -148,7 +148,7 @@ PLATFORMS
148148

149149
DEPENDENCIES
150150
captive-crash-reporter!
151-
puma (= 6.6.1)
151+
puma (= 7.0.4)
152152
sprockets-rails (= 3.5.2)
153153
sqlite3 (= 1.7.3)
154154

0 commit comments

Comments
 (0)