Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ group :development, :test do
gem "bundler-audit", require: false

# Static analysis for security vulnerabilities [https://brakemanscanner.org/]
gem "brakeman", "~> 7.1", ">= 7.1.2", require: false
gem "brakeman", "~> 8.0", require: false

# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
msgpack (~> 1.2)
bootstrap (5.3.5)
popper_js (>= 2.11.8, < 3)
brakeman (7.1.2)
brakeman (8.0.1)
racc
builder (3.3.0)
bundler-audit (0.9.3)
Expand Down Expand Up @@ -165,7 +165,7 @@ GEM
bigdecimal
rake (>= 13)
hashdiff (1.2.1)
httparty (0.23.2)
httparty (0.24.2)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
Expand Down Expand Up @@ -519,7 +519,7 @@ DEPENDENCIES
binding_of_caller (~> 1.0, >= 1.0.1)
bootsnap
bootstrap (~> 5.3, >= 5.3.5)
brakeman (~> 7.1, >= 7.1.2)
brakeman (~> 8.0)
bundler-audit
chartkick (~> 5.2, >= 5.2.1)
dartsass-rails (~> 0.5.1)
Expand All @@ -528,7 +528,7 @@ DEPENDENCIES
factory_bot_rails (~> 6.5, >= 6.5.1)
faker (~> 3.5, >= 3.5.3)
geocoder (~> 1.8, >= 1.8.6)
httparty (~> 0.23.2)
httparty (~> 0.24.0)
image_processing (~> 1.2)
jbuilder
jsbundling-rails
Expand Down
Loading