diff --git a/Gemfile b/Gemfile index c2d730649..fda7b4eb5 100644 --- a/Gemfile +++ b/Gemfile @@ -123,7 +123,7 @@ group :development do gem "binding_of_caller", "~> 0.8" # Retrieve the binding of a method's caller gem "brakeman", "~> 5.0", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis - gem "bundler-audit", "~> 0.7" # bundler-audit provides patch-level verification for Bundled apps + gem "bundler-audit", "~> 0.8" # bundler-audit provides patch-level verification for Bundled apps gem "derailed_benchmarks", "~> 2.0", require: false # A series of things you can use to benchmark a Rails or Ruby app gem "erb_lint", github: "thepracticaldev/erb-lint", branch: "jess/remove-version-pinning", require: false # ERB Linter tool gem "guard", "~> 2.16", require: false # Guard is a command line tool to easily handle events on file system modifications diff --git a/Gemfile.lock b/Gemfile.lock index 6e43775da..f62d7a2f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,9 +163,9 @@ GEM bullet (6.1.4) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - bundler-audit (0.7.0.1) + bundler-audit (0.8.0) bundler (>= 1.2.0, < 3) - thor (>= 0.18, < 2) + thor (~> 1.0) byebug (11.1.3) capybara (3.35.3) addressable @@ -794,7 +794,7 @@ GEM strong_migrations (0.7.6) activerecord (>= 5) test-prof (1.0.2) - thor (0.20.3) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.4) @@ -890,7 +890,7 @@ DEPENDENCIES brakeman (~> 5.0) buffer (~> 0.1) bullet (~> 6.1) - bundler-audit (~> 0.7) + bundler-audit (~> 0.8) capybara (~> 3.35.3) carrierwave (~> 2.2) carrierwave-bombshelter (~> 0.2) diff --git a/vendor/cache/bundler-audit-0.7.0.1.gem b/vendor/cache/bundler-audit-0.7.0.1.gem deleted file mode 100644 index 77fc88e5f..000000000 Binary files a/vendor/cache/bundler-audit-0.7.0.1.gem and /dev/null differ diff --git a/vendor/cache/bundler-audit-0.8.0.gem b/vendor/cache/bundler-audit-0.8.0.gem new file mode 100644 index 000000000..46eaddec0 Binary files /dev/null and b/vendor/cache/bundler-audit-0.8.0.gem differ diff --git a/vendor/cache/thor-0.20.3.gem b/vendor/cache/thor-0.20.3.gem deleted file mode 100644 index 9a88db7bd..000000000 Binary files a/vendor/cache/thor-0.20.3.gem and /dev/null differ diff --git a/vendor/cache/thor-1.1.0.gem b/vendor/cache/thor-1.1.0.gem new file mode 100644 index 000000000..2677414cc Binary files /dev/null and b/vendor/cache/thor-1.1.0.gem differ