5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 08:50:49 +00:00

fix: instalar bundler audit

This commit is contained in:
f 2024-01-12 10:29:47 -03:00
parent bbc9374194
commit f8a46d6459
No known key found for this signature in database
3 changed files with 6 additions and 2 deletions

View file

@ -48,7 +48,6 @@ gem-audit:
cache: cache:
- *cache-ruby - *cache-ruby
before_script: before_script:
- "gem install bundler-audit"
- *apk-add - *apk-add
- *disable-hainish - *disable-hainish
script: script:

View file

@ -117,6 +117,7 @@ end
group :development do group :development do
gem 'yard' gem 'yard'
gem 'brakeman' gem 'brakeman'
gem 'bundler-audit'
gem 'haml-lint', require: false gem 'haml-lint', require: false
gem 'letter_opener' gem 'letter_opener'
gem 'listen' gem 'listen'

View file

@ -106,6 +106,9 @@ GEM
sassc-rails (>= 2.0.0) sassc-rails (>= 2.0.0)
brakeman (5.4.1) brakeman (5.4.1)
builder (3.2.4) builder (3.2.4)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
capybara (2.18.0) capybara (2.18.0)
addressable addressable
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
@ -536,7 +539,7 @@ GEM
temple (0.10.1) temple (0.10.1)
terminal-table (2.0.0) terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.2.2) thor (1.3.0)
tilt (2.1.0) tilt (2.1.0)
timecop (0.9.6) timecop (0.9.6)
timeout (0.3.2) timeout (0.3.2)
@ -586,6 +589,7 @@ DEPENDENCIES
blazer blazer
bootstrap (~> 4) bootstrap (~> 4)
brakeman brakeman
bundler-audit
capybara (~> 2.13) capybara (~> 2.13)
chartkick chartkick
commonmarker commonmarker