File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33gem "rack" , "~> 2.2"
4- gem "puma" , "~> 5.6 "
4+ gem "puma" , "~> 6.0 "
55
66gem "capistrano3-puma"
77gem "capistrano-rvm"
Original file line number Diff line number Diff line change 1414 capistrano-rvm (0.1.2 )
1515 capistrano (~> 3.0 )
1616 sshkit (~> 1.2 )
17- capistrano3-puma (6.2 .0 )
17+ capistrano3-puma (7.0 .0 )
1818 capistrano (~> 3.7 )
1919 capistrano-bundler
20- puma (>= 5 .1 , < 7 .0 )
20+ puma (>= 6 .1 , < 8 .0 )
2121 concurrent-ruby (1.3.5 )
2222 i18n (1.14.7 )
2323 concurrent-ruby (~> 1.0 )
2929 net-ssh (7.3.0 )
3030 nio4r (2.7.4 )
3131 ostruct (0.6.3 )
32- puma (5 .6.9 )
32+ puma (6 .6.1 )
3333 nio4r (~> 2.0 )
3434 rack (2.2.20 )
3535 rake (13.3.0 )
@@ -47,7 +47,7 @@ PLATFORMS
4747DEPENDENCIES
4848 capistrano-rvm
4949 capistrano3-puma
50- puma (~> 5.6 )
50+ puma (~> 6.0 )
5151 rack (~> 2.2 )
5252
5353BUNDLED WITH
You can’t perform that action at this time.
0 commit comments