File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Development tools
9
9
gem "appraisal" , "~> 2.5.0"
10
+ gem "brakeman" , "7.0.0"
10
11
gem "debug" , ">= 1.0.0"
11
12
gem "foreman" , "~> 0.88.0"
12
13
gem "license_finder" , ">= 7.0"
Original file line number Diff line number Diff line change 74
74
thor (>= 0.14.0 )
75
75
ast (2.4.2 )
76
76
bigdecimal (3.1.8 )
77
+ brakeman (7.0.0 )
78
+ racc
77
79
builder (3.3.0 )
78
80
concurrent-ruby (1.3.4 )
79
81
crack (1.0.0 )
119
121
marcel (1.0.4 )
120
122
method_source (1.1.0 )
121
123
mini_mime (1.1.5 )
124
+ mini_portile2 (2.8.8 )
122
125
minitest (5.25.4 )
123
126
mysql2 (0.5.6 )
124
127
net-imap (0.4.17 )
131
134
net-smtp (0.5.0 )
132
135
net-protocol
133
136
nio4r (2.7.4 )
134
- nokogiri (1.16.8-aarch64-linux )
135
- racc (~> 1.4 )
136
- nokogiri (1.16.8-arm64-darwin )
137
- racc (~> 1.4 )
138
- nokogiri (1.16.8-x86_64-linux )
137
+ nokogiri (1.16.8 )
138
+ mini_portile2 (~> 2.8.2 )
139
139
racc (~> 1.4 )
140
140
parallel (1.26.3 )
141
141
parser (3.3.6.0 )
@@ -287,6 +287,7 @@ PLATFORMS
287
287
DEPENDENCIES
288
288
appraisal (~> 2.5.0 )
289
289
audiences !
290
+ brakeman (= 7.0.0 )
290
291
debug (>= 1.0.0 )
291
292
foreman (~> 0.88.0 )
292
293
license_finder (>= 7.0 )
You can’t perform that action at this time.
0 commit comments