Bump pronto

This commit is contained in:
Benjamin Neff 2021-06-30 01:49:59 +02:00
parent 513ea8d020
commit eba504ec48
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 31 additions and 28 deletions

View file

@ -19,8 +19,8 @@ end
group :development do group :development do
# code style # code style
gem "pronto", "0.10.0", require: false gem "pronto", "0.11.0", require: false
gem "pronto-rubocop", "0.10.0", require: false gem "pronto-rubocop", "0.11.1", require: false
gem "rubocop", "0.75.1", require: false gem "rubocop", "0.75.1", require: false
gem "rubocop-rails", "2.3.2", require: false gem "rubocop-rails", "2.3.2", require: false

View file

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