Jelajahi Sumber

Update Rails dependencies

Andrew Swistak 6 tahun lalu
induk
melakukan
79f85c27ff
2 mengubah file dengan 9 tambahan dan 11 penghapusan
  1. 1 1
      Gemfile
  2. 8 10
      Gemfile.lock

+ 1 - 1
Gemfile

@@ -33,7 +33,7 @@ group :development, :test do
   gem 'pry'
   gem 'pry-rails'
   gem 'rails-controller-testing'
-  gem 'rubocop', '~> 0.67.2', require: false
+  gem 'rubocop', '~> 0.71.0', require: false
   gem 'rubocop-performance'
   gem 'shoulda-matchers'
 

+ 8 - 10
Gemfile.lock

@@ -162,7 +162,6 @@ GEM
       method_source (~> 0.9.0)
     pry-rails (0.3.9)
       pry (>= 0.10.4)
-    psych (3.1.0)
     public_suffix (3.1.0)
     puma (3.12.1)
     rack (2.0.7)
@@ -219,16 +218,15 @@ GEM
       diff-lcs (>= 1.2.0, < 2.0)
       rspec-support (~> 3.8.0)
     rspec-support (3.8.0)
-    rubocop (0.67.2)
+    rubocop (0.71.0)
       jaro_winkler (~> 1.5.1)
       parallel (~> 1.10)
-      parser (>= 2.5, != 2.5.1.1)
-      psych (>= 3.1.0)
+      parser (>= 2.6)
       rainbow (>= 2.2.2, < 4.0)
       ruby-progressbar (~> 1.7)
-      unicode-display_width (>= 1.4.0, < 1.6)
-    rubocop-performance (1.1.0)
-      rubocop (>= 0.67.0)
+      unicode-display_width (>= 1.4.0, < 1.7)
+    rubocop-performance (1.3.0)
+      rubocop (>= 0.68.0)
     ruby-progressbar (1.10.1)
     ruby_dep (1.5.0)
     rubyzip (1.2.3)
@@ -274,7 +272,7 @@ GEM
     unf (0.1.4)
       unf_ext
     unf_ext (0.0.7.6)
-    unicode-display_width (1.5.0)
+    unicode-display_width (1.6.0)
     web-console (4.0.0)
       actionview (>= 6.0.0.a)
       activemodel (>= 6.0.0.a)
@@ -284,7 +282,7 @@ GEM
       nokogiri (~> 1.6)
       rubyzip (~> 1.0)
       selenium-webdriver (~> 3.0)
-    webpacker (4.0.6)
+    webpacker (4.0.7)
       activesupport (>= 4.2)
       rack-proxy (>= 0.6.1)
       railties (>= 4.2)
@@ -317,7 +315,7 @@ DEPENDENCIES
   rails-controller-testing
   rest-client
   rspec-rails!
-  rubocop (~> 0.67.2)
+  rubocop (~> 0.71.0)
   rubocop-performance
   sass-rails (~> 5.0)
   selenium-webdriver