]> git.openstreetmap.org Git - rails.git/commitdiff
Update bundle
authorTom Hughes <tom@compton.nu>
Sun, 6 Dec 2020 18:53:36 +0000 (18:53 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 6 Dec 2020 18:53:36 +0000 (18:53 +0000)
Pin rubcop to 0.x to avoid erb_lint issues

Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 6f0a20c7aa9b40f88895c2fb205847b89c32ed17..10cfb970e4b5bf0207d16a7bba9079fa78076af2 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -147,7 +147,7 @@ group :test do
   gem "minitest", "~> 5.1"
   gem "puma", "~> 5.0"
   gem "rails-controller-testing"
-  gem "rubocop"
+  gem "rubocop", "~> 0.93"
   gem "rubocop-minitest"
   gem "rubocop-performance"
   gem "rubocop-rails"
index a9792534af46e875669f2c2efeaaa8e4d08bd858..61fe25c0939f8c53d721bd17ef53e91b702b2587 100644 (file)
@@ -75,7 +75,7 @@ GEM
       execjs
     aws-eventstream (1.1.0)
     aws-partitions (1.402.0)
-    aws-sdk-core (3.109.3)
+    aws-sdk-core (3.110.0)
       aws-eventstream (~> 1, >= 1.0.2)
       aws-partitions (~> 1, >= 1.239.0)
       aws-sigv4 (~> 1.1)
@@ -161,7 +161,7 @@ GEM
     dry-container (0.7.2)
       concurrent-ruby (~> 1.0)
       dry-configurable (~> 0.1, >= 0.1.3)
-    dry-core (0.4.9)
+    dry-core (0.4.10)
       concurrent-ruby (~> 1.0)
     dry-equalizer (0.3.0)
     dry-inflector (0.2.0)
@@ -170,7 +170,7 @@ GEM
       concurrent-ruby (~> 1.0)
       dry-core (~> 0.2)
       dry-equalizer (~> 0.2)
-    dry-schema (1.5.4)
+    dry-schema (1.5.6)
       concurrent-ruby (~> 1.0)
       dry-configurable (~> 0.8, >= 0.8.3)
       dry-core (~> 0.4)
@@ -185,7 +185,7 @@ GEM
       dry-equalizer (~> 0.3)
       dry-inflector (~> 0.1, >= 0.1.2)
       dry-logic (~> 1.0, >= 1.0.2)
-    dry-validation (1.5.6)
+    dry-validation (1.6.0)
       concurrent-ruby (~> 1.0)
       dry-container (~> 0.7, >= 0.7.1)
       dry-core (~> 0.4)
@@ -201,9 +201,9 @@ GEM
       rainbow
       rubocop (~> 0.79)
       smart_properties
-    erubi (1.9.0)
+    erubi (1.10.0)
     execjs (2.7.0)
-    exifr (1.3.8)
+    exifr (1.3.9)
     factory_bot (6.1.0)
       activesupport (>= 5.0.0)
     factory_bot_rails (6.1.0)
@@ -262,7 +262,7 @@ GEM
       activesupport (>= 4.0)
       logstash-event (~> 1.2.0)
       request_store
-    loofah (2.7.0)
+    loofah (2.8.0)
       crass (~> 1.0.2)
       nokogiri (>= 1.5.9)
     mail (2.7.1)
@@ -283,7 +283,7 @@ GEM
     nio4r (2.5.4)
     nokogiri (1.10.10)
       mini_portile2 (~> 2.4.0)
-    nokogumbo (2.0.2)
+    nokogumbo (2.0.4)
       nokogiri (~> 1.8, >= 1.8.4)
     oauth (0.4.7)
     oauth-plugin (0.5.1)
@@ -399,7 +399,7 @@ GEM
       rubocop-ast (>= 0.6.0)
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 1.4.0, < 2.0)
-    rubocop-ast (1.2.0)
+    rubocop-ast (1.3.0)
       parser (>= 2.7.1.5)
     rubocop-minitest (0.10.1)
       rubocop (>= 0.87)
@@ -451,7 +451,7 @@ GEM
     thor (1.0.1)
     thread_safe (0.3.6)
     tilt (2.0.10)
-    tins (1.25.0)
+    tins (1.26.0)
       sync
     tzinfo (1.2.8)
       thread_safe (~> 0.1)
@@ -470,7 +470,7 @@ GEM
     websocket-extensions (0.1.5)
     xpath (3.2.0)
       nokogiri (~> 1.8)
-    zeitwerk (2.4.1)
+    zeitwerk (2.4.2)
 
 PLATFORMS
   ruby
@@ -544,7 +544,7 @@ DEPENDENCIES
   rails-i18n (~> 6.0.0)
   rinku (>= 2.0.6)
   rotp
-  rubocop
+  rubocop (~> 0.93)
   rubocop-minitest
   rubocop-performance
   rubocop-rails