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.2 .0"
1010
1111gem "sqlite3" , "~> 1.7.0"
1212gem "pg" , "~> 1.6.0"
Original file line number Diff line number Diff line change 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 )
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 )
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.2.0 "
88
99gem "sqlite3" , "1.7.3"
1010
Original file line number Diff line number Diff line change 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 )
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
152152DEPENDENCIES
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
You can’t perform that action at this time.
0 commit comments