Skip to content

Commit

Permalink
build: update puma after security audit
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienGiboire committed Oct 14, 2021
1 parent 5f42b5d commit fe83fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby '3.0.0'

gem 'rails', '~> 6.1.4', '>= 6.1.4.1'
gem 'sqlite3', '~> 1.4'
gem 'puma', '~> 5.0'
gem 'puma', '>= 5.5.1'
gem 'sass-rails', '>= 6'
gem 'jbuilder', '~> 2.7'
gem 'bootsnap', '>= 1.4.4', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
public_suffix (4.0.6)
puma (5.5.0)
puma (5.5.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -236,7 +236,7 @@ DEPENDENCIES
faker
jbuilder (~> 2.7)
listen (~> 3.3)
puma (~> 5.0)
puma (>= 5.5.1)
rack-mini-profiler (~> 2.0)
rails (~> 6.1.4, >= 6.1.4.1)
rexml
Expand Down

0 comments on commit fe83fd2

Please sign in to comment.