File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66gemspec
77
88gem "rails" , "~> 7.1.0"
9- gem "puma" , "~> 6.6 .0"
9+ gem "puma" , "~> 7.0 .0"
1010
1111gem "sqlite3" , "~> 1.7.0"
1212gem "pg" , "~> 1.6.0"
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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.
55gemspec
66
7- gem "puma" , "6.6.1 "
7+ gem "puma" , "7.0.4 "
88
99gem "sqlite3" , "1.7.3"
1010
Original file line number Diff line number Diff line change 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
149149DEPENDENCIES
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
You can’t perform that action at this time.
0 commit comments