Skip to content

Commit 74d007f

Browse files
Bump puma from 3.12.0 to 4.3.12
Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 4.3.12. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.0...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f90bf12 commit 74d007f

2 files changed

Lines changed: 25 additions & 13 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.1'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 4.3.11'
11+
gem 'puma', '~> 4.3.12'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '~> 5.0'
1414
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
GIT
2+
remote: https://github.com/seuros/capistrano-puma.git
3+
revision: e5d870fcc943abab62670f4a8efd2922e8333adf
4+
specs:
5+
capistrano3-puma (5.2.0)
6+
capistrano (~> 3.7)
7+
capistrano-bundler
8+
puma (>= 4.0, < 6.0)
9+
110
GEM
211
remote: https://rubygems.org/
312
specs:
@@ -49,6 +58,7 @@ GEM
4958
archive-zip (0.11.0)
5059
io-like (~> 0.3.0)
5160
arel (9.0.0)
61+
bcrypt_pbkdf (1.1.0)
5262
bindex (0.5.0)
5363
bootsnap (1.3.2)
5464
msgpack (~> 1.0)
@@ -65,10 +75,9 @@ GEM
6575
capistrano-rails (1.4.0)
6676
capistrano (~> 3.1)
6777
capistrano-bundler (~> 1.1)
68-
capistrano3-puma (3.1.1)
69-
capistrano (~> 3.7)
70-
capistrano-bundler
71-
puma (~> 3.4)
78+
capistrano-rbenv (2.2.0)
79+
capistrano (~> 3.1)
80+
sshkit (~> 1.3)
7281
capybara (3.9.0)
7382
addressable
7483
mini_mime (>= 0.1.3)
@@ -90,6 +99,7 @@ GEM
9099
coffee-script-source (1.12.2)
91100
concurrent-ruby (1.0.5)
92101
crass (1.0.4)
102+
ed25519 (1.3.0)
93103
erubi (1.7.1)
94104
execjs (2.7.0)
95105
ffi (1.9.25)
@@ -113,7 +123,9 @@ GEM
113123
marcel (0.3.3)
114124
mimemagic (~> 0.3.2)
115125
method_source (0.9.0)
116-
mimemagic (0.3.2)
126+
mimemagic (0.3.10)
127+
nokogiri (~> 1)
128+
rake
117129
mini_mime (1.0.1)
118130
mini_portile2 (2.3.0)
119131
minitest (5.11.3)
@@ -127,7 +139,8 @@ GEM
127139
nokogiri (1.8.4)
128140
mini_portile2 (~> 2.3.0)
129141
public_suffix (3.0.3)
130-
puma (3.12.0)
142+
puma (4.3.12)
143+
nio4r (~> 2.0)
131144
rack (2.0.5)
132145
rack-test (1.1.0)
133146
rack (>= 1.0, < 3)
@@ -161,9 +174,6 @@ GEM
161174
ffi (>= 0.5.0, < 2)
162175
ruby_dep (1.5.0)
163176
rubyzip (1.2.2)
164-
rvm1-capistrano3 (1.4.0)
165-
capistrano (~> 3.0)
166-
sshkit (>= 1.2)
167177
sass (3.6.0)
168178
sass-listen (~> 4.0.0)
169179
sass-listen (4.0.0)
@@ -219,21 +229,23 @@ PLATFORMS
219229
ruby
220230

221231
DEPENDENCIES
232+
bcrypt_pbkdf (>= 1.0, < 2.0)
222233
bootsnap (>= 1.1.0)
223234
byebug
224235
capistrano (~> 3.10)
225236
capistrano-bundler (>= 1.1.0)
226237
capistrano-rails (~> 1.4)
227-
capistrano3-puma
238+
capistrano-rbenv (~> 2.2)
239+
capistrano3-puma!
228240
capybara (>= 2.15)
229241
chromedriver-helper
230242
coffee-rails (~> 4.2)
243+
ed25519 (>= 1.2, < 2.0)
231244
jbuilder (~> 2.5)
232245
listen (>= 3.0.5, < 3.2)
233246
mysql2
234-
puma (~> 3.11)
247+
puma (~> 4.3.12)
235248
rails (~> 5.2.1)
236-
rvm1-capistrano3
237249
sass-rails (~> 5.0)
238250
selenium-webdriver
239251
spring

0 commit comments

Comments
 (0)