diff --git a/Gemfile b/Gemfile index 749da4e..e761634 100644 --- a/Gemfile +++ b/Gemfile @@ -19,8 +19,8 @@ end group :development do # code style - gem "pronto", "0.10.0", require: false - gem "pronto-rubocop", "0.10.0", require: false + gem "pronto", "0.11.0", require: false + gem "pronto-rubocop", "0.11.1", require: false gem "rubocop", "0.75.1", require: false gem "rubocop-rails", "2.3.2", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 576c1a7..3951b1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GEM zeitwerk (~> 2.1, >= 2.1.8) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - ast (2.4.0) + ast (2.4.2) builder (3.2.3) byebug (11.0.1) coderay (1.1.2) @@ -54,7 +54,7 @@ GEM ethon (0.12.0) ffi (>= 1.3.0) fabrication (2.20.2) - faraday (1.4.2) + faraday (1.4.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -74,8 +74,8 @@ GEM fuubar (2.4.1) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - gitlab (4.12.0) - httparty (~> 0.14, >= 0.14.0) + gitlab (4.17.0) + httparty (~> 0.18) terminal-table (~> 1.5, >= 1.5.1) guard (2.15.1) formatador (>= 0.2.4) @@ -95,12 +95,12 @@ GEM guard (~> 2.0) rubocop (~> 0.20) hashdiff (1.0.0) - httparty (0.17.1) + httparty (0.18.1) mime-types (~> 3.0) multi_xml (>= 0.5.2) i18n (1.7.0) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.3) + jaro_winkler (1.5.4) json (2.2.0) json-schema (2.8.1) addressable (>= 2.4) @@ -117,9 +117,9 @@ GEM macaddr (1.7.2) systemu (~> 2.6.5) method_source (0.9.2) - mime-types (3.3) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.1009) + mime-types-data (3.2021.0225) mini_portile2 (2.4.0) minitest (5.12.2) multi_xml (0.6.0) @@ -132,28 +132,30 @@ GEM shellany (~> 0.0) nyan-cat-formatter (0.12.0) rspec (>= 2.99, >= 2.14.2, < 4) - octokit (4.14.0) + octokit (4.21.0) + faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.18.0) - parser (2.6.5.0) - ast (~> 2.4.0) - pronto (0.10.0) - gitlab (~> 4.0, >= 4.0.0) + parallel (1.20.1) + parser (3.0.1.1) + ast (~> 2.4.1) + pronto (0.11.0) + gitlab (~> 4.4, >= 4.4.0) httparty (>= 0.13.7) octokit (~> 4.7, >= 4.7.0) rainbow (>= 2.2, < 4.0) - rugged (~> 0.24, >= 0.23.0) - thor (~> 0.20.0) - pronto-rubocop (0.10.0) - pronto (~> 0.10.0) - rubocop (~> 0.50, >= 0.49.1) + rexml (~> 3.2) + rugged (>= 0.23.0, < 1.1.0) + thor (>= 0.20.3, < 2.0) + pronto-rubocop (0.11.1) + pronto (~> 0.11.0) + rubocop (>= 0.63.1, < 2.0) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) pry-byebug (3.7.0) byebug (~> 11.0) pry (~> 0.10) - public_suffix (4.0.1) + public_suffix (4.0.6) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -173,6 +175,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) + rexml (3.2.5) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -207,9 +210,9 @@ GEM rubocop-rails (2.3.2) rack (>= 1.1) rubocop (>= 0.72.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) ruby2_keywords (0.0.4) - rugged (0.28.3.1) + rugged (1.0.1) safe_yaml (1.0.5) sawyer (0.8.2) addressable (>= 2.3.5) @@ -225,13 +228,13 @@ GEM systemu (2.6.5) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thor (0.20.3) + thor (1.1.0) thread_safe (0.3.6) typhoeus (1.4.0) ethon (>= 0.9.0) tzinfo (1.2.5) thread_safe (~> 0.1) - unicode-display_width (1.6.0) + unicode-display_width (1.6.1) uuid (2.3.9) macaddr (~> 1.0) valid (1.2.0) @@ -255,8 +258,8 @@ DEPENDENCIES guard-rubocop json-schema-rspec (= 0.0.4) nyan-cat-formatter - pronto (= 0.10.0) - pronto-rubocop (= 0.10.0) + pronto (= 0.11.0) + pronto-rubocop (= 0.11.1) pry pry-byebug rake