Skip to content

Commit

Permalink
Merge pull request #25 from Wbaker7702/snyk-fix-a428a894612f514f07d23…
Browse files Browse the repository at this point in the history
…a682764339b

[Snyk] Security upgrade puma from 5.6.8 to 5.6.9
  • Loading branch information
Wbaker7702 authored Sep 22, 2024
2 parents 9bee406 + 702bb64 commit 0007b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ group :development, :test do
# system specs
gem "capybara", "~> 3.30"
gem "launchy", "~> 2.5" # For auto-opening capybara html file
gem "puma", "~> 5.6"
gem "puma", "~> 5.6", ">= 5.6.9"
gem "selenium-webdriver", "~> 4.15.0" # TODO: Can't upgrade to 4.17 until Rails 7 + Ruby 3.3

# Debugging
Expand Down

0 comments on commit 0007b43

Please sign in to comment.