Bump pronto

This commit is contained in:
Benjamin Neff 2019-10-20 04:24:28 +02:00
parent 86f91fea8b
commit 0531a02aaa
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 28 additions and 29 deletions

View file

@ -19,8 +19,8 @@ end
group :development do
# code style
gem "pronto", "0.9.5", require: false
gem "pronto-rubocop", "0.9.1", require: false
gem "pronto", "0.10.0", require: false
gem "pronto-rubocop", "0.10.0", require: false
gem "rubocop", "0.57.2", require: false
# automatic test runs

View file

@ -37,8 +37,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
builder (3.2.3)
byebug (11.0.1)
@ -62,7 +62,7 @@ GEM
fuubar (2.3.2)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
gitlab (4.10.0)
gitlab (4.12.0)
httparty (~> 0.14, >= 0.14.0)
terminal-table (~> 1.5, >= 1.5.1)
guard (2.15.0)
@ -83,12 +83,12 @@ GEM
guard (~> 2.0)
rubocop (~> 0.20)
hashdiff (0.3.8)
httparty (0.16.4)
httparty (0.17.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
jaro_winkler (1.5.3)
json (2.2.0)
json-schema (2.8.1)
addressable (>= 2.4)
@ -106,9 +106,9 @@ GEM
macaddr (1.7.1)
systemu (~> 2.6.2)
method_source (0.9.2)
mime-types (3.2.2)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mime-types-data (3.2019.1009)
mini_portile2 (2.4.0)
minitest (5.12.2)
multi_xml (0.6.0)
@ -121,21 +121,21 @@ GEM
shellany (~> 0.0)
nyan-cat-formatter (0.12.0)
rspec (>= 2.99, >= 2.14.2, < 4)
octokit (4.13.0)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.14.0)
parser (2.6.2.0)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
powerpack (0.1.2)
pronto (0.9.5)
pronto (0.10.0)
gitlab (~> 4.0, >= 4.0.0)
httparty (>= 0.13.7)
octokit (~> 4.7, >= 4.7.0)
rainbow (~> 2.1)
rainbow (>= 2.2, < 4.0)
rugged (~> 0.24, >= 0.23.0)
thor (~> 0.19.0)
pronto-rubocop (0.9.1)
pronto (~> 0.9.0)
thor (~> 0.20.0)
pronto-rubocop (0.10.0)
pronto (~> 0.10.0)
rubocop (~> 0.50, >= 0.49.1)
pry (0.12.2)
coderay (~> 1.1.0)
@ -143,7 +143,7 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (3.0.3)
public_suffix (4.0.1)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
@ -158,8 +158,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (2.2.2)
rake
rainbow (3.0.0)
rake (13.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
@ -196,13 +195,13 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
rugged (0.28.1)
rugged (0.28.3.1)
safe_yaml (1.0.5)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
shellany (0.0.1)
simplecov (0.16.1)
docile (~> 1.1)
@ -221,13 +220,13 @@ GEM
systemu (2.6.5)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.19.4)
thor (0.20.3)
thread_safe (0.3.6)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.5.0)
unicode-display_width (1.6.0)
uuid (2.3.9)
macaddr (~> 1.0)
valid (1.2.0)
@ -250,8 +249,8 @@ DEPENDENCIES
guard-rubocop
json-schema-rspec (= 0.0.4)
nyan-cat-formatter
pronto (= 0.9.5)
pronto-rubocop (= 0.9.1)
pronto (= 0.10.0)
pronto-rubocop (= 0.10.0)
pry
pry-byebug
rake