File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gem 'sqlite3'
12
12
# Mysql2 for staging and production
13
13
gem 'mysql2'
14
14
# Use Puma as the app server
15
- gem 'puma' , '~> 3.12 '
15
+ gem 'puma' , '~> 5.3 '
16
16
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
17
17
# gem 'jbuilder', '~> 2.5'
18
18
# Use Redis adapter to run Action Cable in production
Original file line number Diff line number Diff line change 49
49
tzinfo (~> 1.1 )
50
50
addressable (2.5.2 )
51
51
public_suffix (>= 2.0.2 , < 4.0 )
52
- airbrussh (1.3 .0 )
52
+ airbrussh (1.4 .0 )
53
53
sshkit (>= 1.6.1 , != 1.7.0 )
54
54
arel (9.0.0 )
55
55
bootsnap (1.3.0 )
61
61
i18n
62
62
rake (>= 10.0.0 )
63
63
sshkit (>= 1.9.0 )
64
- capistrano-bundler (1.3 .0 )
64
+ capistrano-bundler (1.6 .0 )
65
65
capistrano (~> 3.1 )
66
- sshkit (~> 1.2 )
67
66
capistrano-passenger (0.2.0 )
68
67
capistrano (~> 3.0 )
69
68
capistrano-rails (1.4.0 )
72
71
capistrano-rbenv (2.1.3 )
73
72
capistrano (~> 3.1 )
74
73
sshkit (~> 1.3 )
75
- capistrano3-puma (3.1.1 )
74
+ capistrano3-puma (5.0.4 )
76
75
capistrano (~> 3.7 )
77
76
capistrano-bundler
78
- puma (~> 3.4 )
77
+ puma (>= 4.0 , < 6.0 )
79
78
case_transform (0.2 )
80
79
activesupport
81
80
concurrent-ruby (1.1.8 )
@@ -111,15 +110,16 @@ GEM
111
110
minitest (5.14.4 )
112
111
msgpack (1.2.4 )
113
112
mysql2 (0.5.1 )
114
- net-scp (1.2.1 )
115
- net-ssh (>= 2.6.5 )
116
- net-ssh (5.0.2 )
113
+ net-scp (3.0.0 )
114
+ net-ssh (>= 2.6.5 , < 7.0.0 )
115
+ net-ssh (6.1.0 )
117
116
nio4r (2.5.7 )
118
117
nokogiri (1.11.4 )
119
118
mini_portile2 (~> 2.5.0 )
120
119
racc (~> 1.4 )
121
120
public_suffix (3.0.2 )
122
- puma (3.12.6 )
121
+ puma (5.3.1 )
122
+ nio4r (~> 2.0 )
123
123
racc (1.5.2 )
124
124
rack (2.2.3 )
125
125
rack-test (1.1.0 )
194
194
activesupport (>= 4.0 )
195
195
sprockets (>= 3.0.0 )
196
196
sqlite3 (1.3.13 )
197
- sshkit (1.16.1 )
197
+ sshkit (1.21.2 )
198
198
net-scp (>= 1.1.2 )
199
199
net-ssh (>= 2.8.0 )
200
200
thor (1.1.0 )
@@ -225,7 +225,7 @@ DEPENDENCIES
225
225
listen (>= 3.0.5 , < 3.2 )
226
226
loofah (>= 2.3.1 )
227
227
mysql2
228
- puma (~> 3.12 )
228
+ puma (~> 5.3 )
229
229
rails (~> 5.2.4.5 )
230
230
rails-controller-testing
231
231
rspec
You can’t perform that action at this time.
0 commit comments