Skip to content

Commit

Permalink
Merge pull request #1574 from openpolitics/dependabot/bundler/puma-6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
2 parents 317459d + fe4ade7 commit 4a25d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby "~> 2.7.1"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 6.1"
# Use Puma as the app server
gem "puma", "~> 6.0"
gem "puma", "~> 6.3"
# Use SCSS for stylesheets
gem "sassc-rails", "~> 2.1"
gem "sassc", "~> 2.4"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
puma (6.0.2)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -505,7 +505,7 @@ DEPENDENCIES
paper_trail
pg
pry
puma (~> 6.0)
puma (~> 6.3)
rails (~> 6.1)
rails_admin
redcarpet
Expand Down

0 comments on commit 4a25d74

Please sign in to comment.