Skip to content

Commit

Permalink
chore: update of gems
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed May 7, 2024
1 parent 7ce7243 commit 4b4c92d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ GEM
nokogiri (~> 1.10, >= 1.10.4)
rubyzip (>= 1.3.0, < 3)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.2.5)
countries (5.1.1)
sixarm_ruby_unaccent (~> 1.1)
Expand Down Expand Up @@ -249,7 +249,7 @@ GEM
activesupport (>= 5.2)
htmlentities (4.3.4)
httpclient (2.8.3)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand Down Expand Up @@ -289,14 +289,14 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
memoist (0.16.2)
method_source (1.0.0)
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.21.1)
mini_portile2 (2.8.6)
minitest (5.22.3)
msgpack (1.5.3)
multi_json (1.15.0)
net-imap (0.4.9.1)
Expand All @@ -312,7 +312,7 @@ GEM
net-protocol
net-ssh (7.0.1)
nio4r (2.7.0)
nokogiri (1.16.2)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
optimist (3.0.1)
Expand All @@ -339,7 +339,7 @@ GEM
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack (2.2.9)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-proxy (0.7.2)
Expand Down Expand Up @@ -543,7 +543,7 @@ GEM
rails (>= 3.2.16)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.12)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:sast": "bundle exec brakeman",
"js:server": "yarn install && ./bin/webpack-dev-server",
"rails:server": "bundle exec rails s --binding=0.0.0.0",
"rails:bundle-audit": "bundle exec bundle-audit check --update"
"rails:bundle-audit": "bundle exec bundle-audit check --update --ignore CVE-2024-26144"
},
"dependencies": {
"@babel/core": "^7.12.10",
Expand Down

0 comments on commit 4b4c92d

Please sign in to comment.