Skip to content

Commit d30748e

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 28c4dc7 commit d30748e

2 files changed

Lines changed: 18 additions & 11 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: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ GEM
4949
archive-zip (0.11.0)
5050
io-like (~> 0.3.0)
5151
arel (9.0.0)
52+
bcrypt_pbkdf (1.1.0)
5253
bindex (0.5.0)
5354
bootsnap (1.3.2)
5455
msgpack (~> 1.0)
@@ -65,10 +66,13 @@ GEM
6566
capistrano-rails (1.4.0)
6667
capistrano (~> 3.1)
6768
capistrano-bundler (~> 1.1)
68-
capistrano3-puma (3.1.1)
69+
capistrano-rbenv (2.2.0)
70+
capistrano (~> 3.1)
71+
sshkit (~> 1.3)
72+
capistrano3-puma (5.2.0)
6973
capistrano (~> 3.7)
7074
capistrano-bundler
71-
puma (~> 3.4)
75+
puma (>= 4.0, < 6.0)
7276
capybara (3.9.0)
7377
addressable
7478
mini_mime (>= 0.1.3)
@@ -90,6 +94,7 @@ GEM
9094
coffee-script-source (1.12.2)
9195
concurrent-ruby (1.0.5)
9296
crass (1.0.4)
97+
ed25519 (1.3.0)
9398
erubi (1.7.1)
9499
execjs (2.7.0)
95100
ffi (1.9.25)
@@ -113,7 +118,9 @@ GEM
113118
marcel (0.3.3)
114119
mimemagic (~> 0.3.2)
115120
method_source (0.9.0)
116-
mimemagic (0.3.2)
121+
mimemagic (0.3.10)
122+
nokogiri (~> 1)
123+
rake
117124
mini_mime (1.0.1)
118125
mini_portile2 (2.3.0)
119126
minitest (5.11.3)
@@ -127,7 +134,8 @@ GEM
127134
nokogiri (1.8.4)
128135
mini_portile2 (~> 2.3.0)
129136
public_suffix (3.0.3)
130-
puma (3.12.0)
137+
puma (4.3.12)
138+
nio4r (~> 2.0)
131139
rack (2.0.5)
132140
rack-test (1.1.0)
133141
rack (>= 1.0, < 3)
@@ -161,9 +169,6 @@ GEM
161169
ffi (>= 0.5.0, < 2)
162170
ruby_dep (1.5.0)
163171
rubyzip (1.2.2)
164-
rvm1-capistrano3 (1.4.0)
165-
capistrano (~> 3.0)
166-
sshkit (>= 1.2)
167172
sass (3.6.0)
168173
sass-listen (~> 4.0.0)
169174
sass-listen (4.0.0)
@@ -219,21 +224,23 @@ PLATFORMS
219224
ruby
220225

221226
DEPENDENCIES
227+
bcrypt_pbkdf (>= 1.0, < 2.0)
222228
bootsnap (>= 1.1.0)
223229
byebug
224230
capistrano (~> 3.10)
225231
capistrano-bundler (>= 1.1.0)
226232
capistrano-rails (~> 1.4)
227-
capistrano3-puma
233+
capistrano-rbenv (~> 2.2)
234+
capistrano3-puma (= 5.2.0)
228235
capybara (>= 2.15)
229236
chromedriver-helper
230237
coffee-rails (~> 4.2)
238+
ed25519 (>= 1.2, < 2.0)
231239
jbuilder (~> 2.5)
232240
listen (>= 3.0.5, < 3.2)
233241
mysql2
234-
puma (~> 3.11)
242+
puma (~> 4.3.12)
235243
rails (~> 5.2.1)
236-
rvm1-capistrano3
237244
sass-rails (~> 5.0)
238245
selenium-webdriver
239246
spring

0 commit comments

Comments
 (0)