diff --git a/sli/brakeman/Gemfile.lock b/sli/brakeman/Gemfile.lock index cc93bc7fc1b..4618310e5ed 100644 --- a/sli/brakeman/Gemfile.lock +++ b/sli/brakeman/Gemfile.lock @@ -1,9 +1,11 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.2.9) - i18n (~> 0.6) - multi_json (~> 1.0) + activesupport (7.0.4.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) brakeman (1.8.3) activesupport erubis (~> 2.6) @@ -16,12 +18,15 @@ GEM ruby_parser (= 2.3.1) sass (~> 3.0) terminal-table (~> 1.4) + concurrent-ruby (1.2.2) erubis (2.7.0) fastercsv (1.5.5) haml (3.1.7) highline (1.6.15) - i18n (0.6.1) - multi_json (1.5.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.18.0) + multi_json (1.15.0) ruby2ruby (1.3.1) ruby_parser (~> 2.0) sexp_processor (~> 3.0) @@ -30,6 +35,8 @@ GEM sass (3.2.3) sexp_processor (3.2.0) terminal-table (1.4.5) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby