Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 2885997

Browse files
authored
Merge pull request #22 from iamsimakov/dependabot/bundler/examples/rails_app/puma-4.3.11
Bump puma from 3.12.6 to 4.3.11 in /examples/rails_app
2 parents 3457fdc + 7300cc8 commit 2885997

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

examples/rails_app/Gemfile

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

examples/rails_app/Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ GEM
9696
marcel (0.3.3)
9797
mimemagic (~> 0.3.2)
9898
method_source (0.9.2)
99-
mimemagic (0.3.3)
99+
mimemagic (0.3.10)
100+
nokogiri (~> 1)
101+
rake
100102
mini_mime (1.0.1)
101103
mini_portile2 (2.4.0)
102104
minitest (5.11.3)
@@ -105,7 +107,8 @@ GEM
105107
nokogiri (1.10.4)
106108
mini_portile2 (~> 2.4.0)
107109
public_suffix (3.0.3)
108-
puma (3.12.6)
110+
puma (4.3.11)
111+
nio4r (~> 2.0)
109112
rack (2.2.3)
110113
rack-test (1.1.0)
111114
rack (>= 1.0, < 3)
@@ -205,7 +208,7 @@ DEPENDENCIES
205208
jbuilder (~> 2.5)
206209
listen (>= 3.0.5, < 3.2)
207210
nokogiri (~> 1.10)
208-
puma (~> 3.12)
211+
puma (~> 4.3)
209212
rails (~> 5.2.0)
210213
sass-rails (~> 5.0)
211214
selenium-webdriver

0 commit comments

Comments
 (0)