Skip to content

Commit

Permalink
Upgrade brakeman
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Jan 18, 2022
1 parent b439862 commit 72a4064
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
env:
CI: "true"
NODE_VERSION: 16.9.1
RUBY_VERSION: 3.0.2

jobs:
main:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ group :development, :test do

gem "decidim-dev", path: "."

gem "brakeman", "~> 5.1"
gem "brakeman", "~> 5.2"
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ GEM
bindex (0.8.1)
bootsnap (1.7.5)
msgpack (~> 1.0)
brakeman (5.1.1)
brakeman (5.2.0)
browser (2.7.1)
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -838,7 +838,7 @@ PLATFORMS

DEPENDENCIES
bootsnap (~> 1.4)
brakeman (~> 5.1)
brakeman (~> 5.2)
byebug (~> 11.0)
decidim!
decidim-conferences!
Expand Down
2 changes: 1 addition & 1 deletion decidim-generators/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ GEM
bindex (0.8.1)
bootsnap (1.7.5)
msgpack (~> 1.0)
brakeman (5.1.1)
brakeman (5.2.0)
browser (2.7.1)
builder (3.2.4)
byebug (11.1.3)
Expand Down
4 changes: 2 additions & 2 deletions decidim_app-design/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ GEM
bindex (0.8.1)
bootsnap (1.7.5)
msgpack (~> 1.0)
brakeman (5.1.1)
brakeman (5.2.0)
browser (2.7.1)
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -842,7 +842,7 @@ PLATFORMS

DEPENDENCIES
bootsnap (~> 1.4)
brakeman (~> 5.1)
brakeman (~> 5.2)
byebug (~> 11.0)
decidim!
decidim-conferences!
Expand Down

0 comments on commit 72a4064

Please sign in to comment.