Skip to content

Commit 83b3280

Browse files
authored
Merge pull request #2 from Rhelli/dependabot/bundler/puma-3.12.3
Bump puma from 3.12.2 to 3.12.3
2 parents 11a6841 + 2da714c commit 83b3280

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'rails', '~> 5.2.3'
1414
# Use sqlite3 as the database for Active Record
1515
gem 'sqlite3'
1616
# Use Puma as the app server
17-
gem 'puma', '~> 3.11'
17+
gem 'puma', '~> 3.12'
1818
# Use SCSS for stylesheets
1919
gem 'sass-rails', '~> 5.0'
2020
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ GEM
128128
mimemagic (~> 0.3.0)
129129
terrapin (~> 0.6.0)
130130
public_suffix (4.0.3)
131-
puma (3.12.2)
131+
puma (3.12.3)
132132
rack (2.1.2)
133133
rack-test (1.1.0)
134134
rack (>= 1.0, < 3)
@@ -228,7 +228,7 @@ DEPENDENCIES
228228
jbuilder (~> 2.5)
229229
listen (>= 3.0.5, < 3.2)
230230
paperclip
231-
puma (~> 3.11)
231+
puma (~> 3.12)
232232
rails (~> 5.2.3)
233233
sass-rails (~> 5.0)
234234
selenium-webdriver

0 commit comments

Comments
 (0)