mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 22:06:21 +00:00
fix: instalar bundler audit
This commit is contained in:
parent
bbc9374194
commit
f8a46d6459
3 changed files with 6 additions and 2 deletions
|
@ -48,7 +48,6 @@ gem-audit:
|
|||
cache:
|
||||
- *cache-ruby
|
||||
before_script:
|
||||
- "gem install bundler-audit"
|
||||
- *apk-add
|
||||
- *disable-hainish
|
||||
script:
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -117,6 +117,7 @@ end
|
|||
group :development do
|
||||
gem 'yard'
|
||||
gem 'brakeman'
|
||||
gem 'bundler-audit'
|
||||
gem 'haml-lint', require: false
|
||||
gem 'letter_opener'
|
||||
gem 'listen'
|
||||
|
|
|
@ -106,6 +106,9 @@ GEM
|
|||
sassc-rails (>= 2.0.0)
|
||||
brakeman (5.4.1)
|
||||
builder (3.2.4)
|
||||
bundler-audit (0.9.1)
|
||||
bundler (>= 1.2.0, < 3)
|
||||
thor (~> 1.0)
|
||||
capybara (2.18.0)
|
||||
addressable
|
||||
mini_mime (>= 0.1.3)
|
||||
|
@ -536,7 +539,7 @@ GEM
|
|||
temple (0.10.1)
|
||||
terminal-table (2.0.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
thor (1.2.2)
|
||||
thor (1.3.0)
|
||||
tilt (2.1.0)
|
||||
timecop (0.9.6)
|
||||
timeout (0.3.2)
|
||||
|
@ -586,6 +589,7 @@ DEPENDENCIES
|
|||
blazer
|
||||
bootstrap (~> 4)
|
||||
brakeman
|
||||
bundler-audit
|
||||
capybara (~> 2.13)
|
||||
chartkick
|
||||
commonmarker
|
||||
|
|
Loading…
Reference in a new issue