Skip to content

Commit

Permalink
#458 updating rack gem due security vulnerabilities as suggested by d…
Browse files Browse the repository at this point in the history
…ependabot
  • Loading branch information
Carlos-Eduardo-Cabral-da-Cunha committed Apr 22, 2024
1 parent 54a353b commit 4cc98bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ gem "puma", ">= 6.4.2"
# HTML and XML parser
gem "nokogiri", ">= 1.16.2"

#Wrapp HTTP requests and responses
gem "rack", "~> 2.2.8.1"

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
# gem "importmap-rails"

Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.3)
rack (2.2.8)
rack (2.2.8.1)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.8.1)
Expand Down Expand Up @@ -529,6 +529,7 @@ DEPENDENCIES
prawn-table
pry
puma (>= 6.4.2)
rack (~> 2.2.8.1)
rails (~> 7.0.8.1)
rails-erd
rdoc (>= 6.5.1.1)
Expand Down

0 comments on commit 4cc98bc

Please sign in to comment.