diff --git a/Gemfile b/Gemfile index f8be54514d5b6..0fb8d9ed63860 100644 --- a/Gemfile +++ b/Gemfile @@ -147,7 +147,7 @@ group :development, :test do gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+ gem "rubocop", "~> 1.7", require: false # Automatic Ruby code style checking tool - gem "rubocop-performance", "~> 1.9", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code + gem "rubocop-performance", "~> 1.10", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code gem "rubocop-rails", "~> 2.9", require: false # Automatic Rails code style checking tool gem "rubocop-rspec", "~> 2.1", require: false # Code style checking for RSpec files gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster diff --git a/Gemfile.lock b/Gemfile.lock index d0f2eb938a470..3bedf02c5e640 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM approvals (0.0.24) nokogiri (~> 1.6) thor (~> 0.18) - ast (2.4.1) + ast (2.4.2) aws-eventstream (1.1.0) aws-sigv4 (1.2.2) aws-eventstream (~> 1, >= 1.0.2) @@ -648,9 +648,9 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.3.0) + rubocop-ast (1.4.1) parser (>= 2.7.1.5) - rubocop-performance (1.9.1) + rubocop-performance (1.10.1) 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) @@ -937,7 +937,7 @@ DEPENDENCIES rspec-rails (~> 4.0) rspec-retry (~> 0.6) rubocop (~> 1.7) - rubocop-performance (~> 1.9) + rubocop-performance (~> 1.10) rubocop-rails (~> 2.9) rubocop-rspec (~> 2.1) ruby-prof (~> 1.4) diff --git a/vendor/cache/ast-2.4.1.gem b/vendor/cache/ast-2.4.1.gem deleted file mode 100644 index 01617aad96bd8..0000000000000 Binary files a/vendor/cache/ast-2.4.1.gem and /dev/null differ diff --git a/vendor/cache/ast-2.4.2.gem b/vendor/cache/ast-2.4.2.gem new file mode 100644 index 0000000000000..abe1643657c26 Binary files /dev/null and b/vendor/cache/ast-2.4.2.gem differ diff --git a/vendor/cache/rubocop-ast-1.3.0.gem b/vendor/cache/rubocop-ast-1.3.0.gem deleted file mode 100644 index 4ab76d9818ad7..0000000000000 Binary files a/vendor/cache/rubocop-ast-1.3.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-ast-1.4.1.gem b/vendor/cache/rubocop-ast-1.4.1.gem new file mode 100644 index 0000000000000..98c03faee76c0 Binary files /dev/null and b/vendor/cache/rubocop-ast-1.4.1.gem differ diff --git a/vendor/cache/rubocop-performance-1.10.1.gem b/vendor/cache/rubocop-performance-1.10.1.gem new file mode 100644 index 0000000000000..d898f1d9a5571 Binary files /dev/null and b/vendor/cache/rubocop-performance-1.10.1.gem differ 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/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