Skip to content

Commit c1ca880

Browse files
authored
Merge pull request #1 from joshIsCoding/dependabot/bundler/puma-4.3.3
Bump puma from 4.3.1 to 4.3.3
2 parents 599aecd + 2215352 commit c1ca880

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 4.1'
11+
gem 'puma', '~> 4.3'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '>= 6'
1414
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ GEM
149149
pry-rails (0.3.9)
150150
pry (>= 0.10.4)
151151
public_suffix (4.0.3)
152-
puma (4.3.1)
152+
puma (4.3.3)
153153
nio4r (~> 2.0)
154154
rack (2.2.2)
155155
rack-proxy (0.6.5)
@@ -286,7 +286,7 @@ DEPENDENCIES
286286
listen (>= 3.0.5, < 3.2)
287287
pg (>= 0.18, < 2.0)
288288
pry-rails
289-
puma (~> 4.1)
289+
puma (~> 4.3)
290290
rails (~> 6.0.2, >= 6.0.2.1)
291291
rspec-rails
292292
sass-rails (>= 6)

0 commit comments

Comments
 (0)