diff --git a/Gemfile.lock b/Gemfile.lock index d0f2eb938a470..d4fa6d574c8bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -650,7 +650,7 @@ GEM unicode-display_width (>= 1.4.0, < 2.0) rubocop-ast (1.3.0) parser (>= 2.7.1.5) - rubocop-performance (1.9.1) + rubocop-performance (1.9.2) rubocop (>= 0.90.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rails (2.9.1) @@ -661,7 +661,7 @@ GEM rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-prof (1.4.2) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) ruby-statistics (2.1.2) ruby-vips (2.0.17) ffi (~> 1.9) diff --git a/vendor/cache/rubocop-performance-1.9.1.gem b/vendor/cache/rubocop-performance-1.9.1.gem deleted file mode 100644 index 3e4320b0d3069..0000000000000 Binary files a/vendor/cache/rubocop-performance-1.9.1.gem and /dev/null differ diff --git a/vendor/cache/rubocop-performance-1.9.2.gem b/vendor/cache/rubocop-performance-1.9.2.gem new file mode 100644 index 0000000000000..a60571bdd0403 Binary files /dev/null and b/vendor/cache/rubocop-performance-1.9.2.gem differ diff --git a/vendor/cache/ruby-progressbar-1.10.1.gem b/vendor/cache/ruby-progressbar-1.10.1.gem deleted file mode 100644 index 519968f235bf9..0000000000000 Binary files a/vendor/cache/ruby-progressbar-1.10.1.gem and /dev/null differ diff --git a/vendor/cache/ruby-progressbar-1.11.0.gem b/vendor/cache/ruby-progressbar-1.11.0.gem new file mode 100644 index 0000000000000..a9d84e50bcf05 Binary files /dev/null and b/vendor/cache/ruby-progressbar-1.11.0.gem differ