diff --git a/Gemfile b/Gemfile index 904275b7f..d4008203e 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,7 @@ group :development do gem "pronto", "~> 0.11.0", require: false gem "pronto-erb_lint", "~> 0.1.5", require: false gem "pronto-eslint", "~> 0.11.0", require: false - gem "pronto-rubocop", "~> 0.11.0", require: false + gem "pronto-rubocop", "~> 0.11.1", require: false gem "pronto-scss", "~> 0.11.0", require: false gem "rubocop", "~> 0.91.0", require: false gem "rubocop-performance", "~> 1.7.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index d62edc705..0ea682f28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,13 +230,27 @@ GEM railties (>= 3.0.0) faker (1.8.7) i18n (>= 0.7) - faraday (1.3.0) + faraday (1.6.0) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0.1) faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) multipart-post (>= 1.2, < 3) - ruby2_keywords + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) faraday-http-cache (2.2.0) faraday (>= 0.8) + faraday-httpclient (1.0.1) faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) ffi (1.13.1) font-awesome-sass (5.15.1) sassc (>= 1.11) @@ -359,7 +373,7 @@ GEM method_source (1.0.0) mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2020.1104) + mime-types-data (3.2021.0704) mimemagic (0.3.8) nokogiri (~> 1) mini_mime (1.0.2) @@ -389,7 +403,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - octokit (4.20.0) + octokit (4.21.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) omniauth (1.9.1) @@ -420,10 +434,10 @@ GEM mime-types mimemagic (~> 0.3.0) terrapin (~> 0.6.0) - parallel (1.19.2) + parallel (1.20.1) paranoia (2.4.2) activerecord (>= 4.0, < 6.1) - parser (3.0.1.1) + parser (3.0.2.0) ast (~> 2.4.1) pg (1.0.0) pg_search (2.3.5) @@ -443,9 +457,9 @@ GEM pronto-eslint (0.11.0) eslintrb (~> 2.0, >= 2.0.0) pronto (~> 0.11.0) - pronto-rubocop (0.11.0) + pronto-rubocop (0.11.1) pronto (~> 0.11.0) - rubocop (>= 0.49.1, < 1.0) + rubocop (>= 0.63.1, < 2.0) pronto-scss (0.11.0) pronto (~> 0.11.0) scss_lint (~> 0.43, >= 0.43.0) @@ -500,7 +514,7 @@ GEM mail redcarpet (3.5.1) referer-parser (0.3.0) - regexp_parser (1.8.0) + regexp_parser (1.8.2) request_store (1.5.0) rack (>= 1.4) responders (3.0.1) @@ -536,7 +550,7 @@ GEM rubocop-ast (>= 0.4.0, < 1.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.7.1) + rubocop-ast (0.8.0) parser (>= 2.7.1.5) rubocop-performance (1.7.1) rubocop (>= 0.82.0) @@ -546,8 +560,8 @@ GEM rubocop (>= 0.82.0) rubocop-rspec (1.41.0) rubocop (>= 0.68.1) - ruby-progressbar (1.10.1) - ruby2_keywords (0.0.4) + ruby-progressbar (1.11.0) + ruby2_keywords (0.0.5) rubyzip (2.3.0) rugged (1.0.1) rvm1-capistrano3 (1.4.0) @@ -742,7 +756,7 @@ DEPENDENCIES pronto (~> 0.11.0) pronto-erb_lint (~> 0.1.5) pronto-eslint (~> 0.11.0) - pronto-rubocop (~> 0.11.0) + pronto-rubocop (~> 0.11.1) pronto-scss (~> 0.11.0) puma (~> 4.3.8) rails (= 5.2.4.6)