Skip to content

Commit

Permalink
Brakeman dep in audiences (#497)
Browse files Browse the repository at this point in the history
This is a development dependency only
  • Loading branch information
that-jill authored Jan 13, 2025
1 parent 2186351 commit 84cfa87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions audiences/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gemspec

# Development tools
gem "appraisal", "~> 2.5.0"
gem "brakeman", "7.0.0"
gem "debug", ">= 1.0.0"
gem "foreman", "~> 0.88.0"
gem "license_finder", ">= 7.0"
Expand Down
11 changes: 6 additions & 5 deletions audiences/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ GEM
thor (>= 0.14.0)
ast (2.4.2)
bigdecimal (3.1.8)
brakeman (7.0.0)
racc
builder (3.3.0)
concurrent-ruby (1.3.4)
crack (1.0.0)
Expand Down Expand Up @@ -119,6 +121,7 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
mysql2 (0.5.6)
net-imap (0.4.17)
Expand All @@ -131,11 +134,8 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.16.8-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.16.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
Expand Down Expand Up @@ -287,6 +287,7 @@ PLATFORMS
DEPENDENCIES
appraisal (~> 2.5.0)
audiences!
brakeman (= 7.0.0)
debug (>= 1.0.0)
foreman (~> 0.88.0)
license_finder (>= 7.0)
Expand Down

0 comments on commit 84cfa87

Please sign in to comment.