Skip to content

Commit 10fb19f

Browse files
Bump puma from 4.3.10 to 4.3.11 (#57)
Bumps [puma](https://github.com/puma/puma) from 4.3.10 to 4.3.11. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v4.3.10...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3312d0a commit 10fb19f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'rails', '~> 6.0.4.1'
1010
# Use sqlite3 as the database for Active Record
1111
gem 'sqlite3', '~> 1.4.2'
1212
# Use Puma as the app server
13-
gem 'puma', '~> 4.3.9'
13+
gem 'puma', '~> 4.3.11'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '~> 6.0.0'
1616
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ GEM
140140
faraday-rack (1.0.0)
141141
faraday-retry (1.0.3)
142142
ffi (1.15.5)
143+
ffi (1.15.5-x64-mingw32)
143144
globalid (1.0.0)
144145
activesupport (>= 5.0)
145146
hashie (5.0.0)
@@ -167,6 +168,8 @@ GEM
167168
multi_xml (0.6.0)
168169
multipart-post (2.1.1)
169170
nio4r (2.5.8)
171+
nokogiri (1.13.1-x64-mingw32)
172+
racc (~> 1.4)
170173
nokogiri (1.13.1-x86_64-darwin)
171174
racc (~> 1.4)
172175
nokogiri (1.13.1-x86_64-linux)
@@ -195,7 +198,7 @@ GEM
195198
pry-rails (0.3.9)
196199
pry (>= 0.10.4)
197200
public_suffix (4.0.6)
198-
puma (4.3.9)
201+
puma (4.3.11)
199202
nio4r (~> 2.0)
200203
racc (1.5.2)
201204
rack (2.2.3)
@@ -313,7 +316,7 @@ DEPENDENCIES
313316
omniauth-rails_csrf_protection
314317
pry-nav (~> 0.3.0)
315318
pry-rails (~> 0.3.9)
316-
puma (~> 4.3.9)
319+
puma (~> 4.3.11)
317320
rails (~> 6.0.4.1)
318321
sass-rails (~> 6.0.0)
319322
selenium-webdriver (~> 3.142.7)

0 commit comments

Comments
 (0)