Skip to content

Commit 1ebb5d4

Browse files
authored
Merge pull request #10 from felipetio/dependabot/bundler/puma-3.12.6
Bump puma from 3.12.1 to 3.12.6
2 parents c83bebc + 0267aef commit 1ebb5d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby '2.6.3'
66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 5.2.0'
88
# Use Puma as the app server
9-
gem 'puma', '~> 3.11'
9+
gem 'puma', '~> 3.12'
1010
# use mongo as database
1111
gem 'mongoid', '~> 6.4.0'
1212
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ GEM
110110
octokit (4.14.0)
111111
sawyer (~> 0.8.0, >= 0.5.3)
112112
public_suffix (3.1.1)
113-
puma (3.12.1)
114-
puma (3.12.1-java)
113+
puma (3.12.6)
114+
puma (3.12.6-java)
115115
rack (2.2.3)
116116
rack-cors (1.0.5)
117117
rack (>= 1.6.0)
@@ -205,7 +205,7 @@ DEPENDENCIES
205205
listen (>= 3.0.5, < 3.2)
206206
mongoid (~> 6.4.0)
207207
octokit (~> 4.0)
208-
puma (~> 3.11)
208+
puma (~> 3.12)
209209
rack-cors
210210
rails (~> 5.2.0)
211211
rspec-rails (>= 3.5.0)

0 commit comments

Comments
 (0)