Skip to content

Commit 59952f2

Browse files
authored
Merge pull request #9 from cocoarocket/dependabot/bundler/puma-3.12.3
Bump puma from 3.12.0 to 3.12.3
2 parents 6852349 + 0610001 commit 59952f2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ end
1111
gem 'rails', '~> 5.1.6.2'
1212
# Use sqlite3 as the database for Active Record
1313
# Use Puma as the app server
14-
gem 'puma', '~> 3.7'
14+
gem 'puma', '~> 3.12'
1515
# Use SCSS for stylesheets
1616
gem 'sass-rails', '~> 5.0'
1717

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ GEM
125125
postgresql (1.0.0)
126126
pg
127127
public_suffix (3.0.3)
128-
puma (3.12.0)
128+
puma (3.12.3)
129129
rack (2.0.6)
130130
rack-test (1.1.0)
131131
rack (>= 1.0, < 3)
@@ -233,7 +233,7 @@ DEPENDENCIES
233233
jbuilder (~> 2.5)
234234
jquery-rails
235235
postgresql
236-
puma (~> 3.7)
236+
puma (~> 3.12)
237237
rails (~> 5.1.6.2)
238238
sass-rails (~> 5.0)
239239
selenium-webdriver

0 commit comments

Comments
 (0)