File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ group :deployment do
30
30
gem 'capistrano' , '~> 3.19' , require : false
31
31
gem 'capistrano-rails' , '~> 1.7' , require : false
32
32
gem 'capistrano-rvm' , '0.1.2' , require : false
33
- gem 'capistrano3-puma' , '~> 6.2 .0' , require : false
33
+ gem 'capistrano3-puma' , '~> 7.0 .0' , require : false
34
34
gem 'rbnacl' , '>= 3.2' , '< 8.0'
35
35
gem 'rbnacl-libsodium'
36
36
gem 'bcrypt_pbkdf' , '>= 1.0' , '< 2.0'
Original file line number Diff line number Diff line change 95
95
capistrano-rvm (0.1.2 )
96
96
capistrano (~> 3.0 )
97
97
sshkit (~> 1.2 )
98
- capistrano3-puma (6.2 .0 )
98
+ capistrano3-puma (7.0 .0 )
99
99
capistrano (~> 3.7 )
100
100
capistrano-bundler
101
- puma (>= 5 .1 , < 7 .0 )
101
+ puma (>= 6 .1 , < 8 .0 )
102
102
coffee-rails (5.0.0 )
103
103
coffee-script (>= 2.2.0 )
104
104
railties (>= 5.2.0 )
@@ -278,7 +278,7 @@ DEPENDENCIES
278
278
capistrano (~> 3.19 )
279
279
capistrano-rails (~> 1.7 )
280
280
capistrano-rvm (= 0.1.2 )
281
- capistrano3-puma (~> 6.2 .0 )
281
+ capistrano3-puma (~> 7.0 .0 )
282
282
coffee-rails (~> 5.0.0 )
283
283
ed25519
284
284
pg
You can’t perform that action at this time.
0 commit comments