Skip to content

Commit 9ad0adc

Browse files
authored
Merge pull request #1 from emcoding/dependabot/bundler/puma-4.3.5
Bump puma from 4.3.3 to 4.3.5
2 parents 42c4882 + 6035eb7 commit 9ad0adc

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
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3', '~> 1.4'
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ GEM
103103
nokogiri (1.10.9)
104104
mini_portile2 (~> 2.4.0)
105105
public_suffix (4.0.5)
106-
puma (4.3.3)
106+
puma (4.3.5)
107107
nio4r (~> 2.0)
108108
rack (2.2.2)
109109
rack-proxy (0.6.5)
@@ -207,7 +207,7 @@ DEPENDENCIES
207207
capybara (>= 2.15)
208208
jbuilder (~> 2.7)
209209
listen (>= 3.0.5, < 3.2)
210-
puma (~> 4.1)
210+
puma (~> 4.3)
211211
rails (~> 6.0.2, >= 6.0.2.2)
212212
sass-rails (>= 6)
213213
selenium-webdriver

0 commit comments

Comments
 (0)