Sha256: 3536003d72edc6b88e122baf45c8d1a9b1eeaf84702d952310792d1595649201

Contents?: true

Size: 323 Bytes

Versions: 3

Compression:

Stored size: 323 Bytes

Contents

def executing_gem_freshness
  "executing 'bundle-audit update; (cd . && bundle-audit check)'"
end

def gem_freshness_output
  if @projectname
    prep = "cd spec/fixtures/#{@projectname}/ && cp Gemfile_lock Gemfile.lock"
    `#{prep} && bundle-audit check; rm -f Gemfile.lock`
  else
    fail NotImplementedError
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
warder-0.1.9 features/step_definitions/checks_for_vulnerable_gems_steps.rb
warder-0.1.8 features/step_definitions/checks_for_vulnerable_gems_steps.rb
warder-0.1.7 features/step_definitions/checks_for_vulnerable_gems_steps.rb