Bump pronto and pronto-rubocop
This commit is contained in:
parent
35671e206c
commit
24df32286f
2 changed files with 19 additions and 21 deletions
4
Gemfile
4
Gemfile
|
|
@ -19,8 +19,8 @@ end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# code style
|
# code style
|
||||||
gem "pronto", "0.11.0", require: false
|
gem "pronto", "0.11.1", require: false
|
||||||
gem "pronto-rubocop", "0.11.2", require: false
|
gem "pronto-rubocop", "0.11.5", require: false
|
||||||
gem "rubocop", "1.52.0", require: false
|
gem "rubocop", "1.52.0", require: false
|
||||||
gem "rubocop-rails", "2.19.1", require: false
|
gem "rubocop-rails", "2.19.1", require: false
|
||||||
gem "rubocop-rake", "0.6.0", require: false
|
gem "rubocop-rake", "0.6.0", require: false
|
||||||
|
|
|
||||||
36
Gemfile.lock
36
Gemfile.lock
|
|
@ -37,8 +37,8 @@ GEM
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
addressable (2.8.0)
|
addressable (2.8.4)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
byebug (11.1.3)
|
byebug (11.1.3)
|
||||||
|
|
@ -67,8 +67,8 @@ GEM
|
||||||
httparty (~> 0.20)
|
httparty (~> 0.20)
|
||||||
terminal-table (>= 1.5.1)
|
terminal-table (>= 1.5.1)
|
||||||
hashdiff (1.0.1)
|
hashdiff (1.0.1)
|
||||||
httparty (0.20.0)
|
httparty (0.21.0)
|
||||||
mime-types (~> 3.0)
|
mini_mime (>= 1.0.0)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
i18n (1.14.1)
|
i18n (1.14.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
|
@ -84,9 +84,7 @@ GEM
|
||||||
macaddr (1.7.2)
|
macaddr (1.7.2)
|
||||||
systemu (~> 2.6.5)
|
systemu (~> 2.6.5)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mime-types (3.4.1)
|
mini_mime (1.1.2)
|
||||||
mime-types-data (~> 3.2015)
|
|
||||||
mime-types-data (3.2022.0105)
|
|
||||||
mini_portile2 (2.8.2)
|
mini_portile2 (2.8.2)
|
||||||
minitest (5.18.0)
|
minitest (5.18.0)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
|
|
@ -95,22 +93,22 @@ GEM
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
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.25.1)
|
octokit (6.1.1)
|
||||||
faraday (>= 1, < 3)
|
faraday (>= 1, < 3)
|
||||||
sawyer (~> 0.9)
|
sawyer (~> 0.9)
|
||||||
parallel (1.23.0)
|
parallel (1.23.0)
|
||||||
parser (3.2.2.3)
|
parser (3.2.2.3)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
pronto (0.11.0)
|
pronto (0.11.1)
|
||||||
gitlab (~> 4.4, >= 4.4.0)
|
gitlab (>= 4.4.0, < 5.0)
|
||||||
httparty (>= 0.13.7)
|
httparty (>= 0.13.7, < 1.0)
|
||||||
octokit (~> 4.7, >= 4.7.0)
|
octokit (>= 4.7.0, < 7.0)
|
||||||
rainbow (>= 2.2, < 4.0)
|
rainbow (>= 2.2, < 4.0)
|
||||||
rexml (~> 3.2)
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rugged (>= 0.23.0, < 1.1.0)
|
rugged (>= 0.23.0, < 2.0)
|
||||||
thor (>= 0.20.3, < 2.0)
|
thor (>= 0.20.3, < 2.0)
|
||||||
pronto-rubocop (0.11.2)
|
pronto-rubocop (0.11.5)
|
||||||
pronto (~> 0.11.0)
|
pronto (~> 0.11.0)
|
||||||
rubocop (>= 0.63.1, < 2.0)
|
rubocop (>= 0.63.1, < 2.0)
|
||||||
pry (0.13.1)
|
pry (0.13.1)
|
||||||
|
|
@ -119,7 +117,7 @@ GEM
|
||||||
pry-byebug (3.9.0)
|
pry-byebug (3.9.0)
|
||||||
byebug (~> 11.0)
|
byebug (~> 11.0)
|
||||||
pry (~> 0.13.0)
|
pry (~> 0.13.0)
|
||||||
public_suffix (4.0.7)
|
public_suffix (5.0.1)
|
||||||
racc (1.7.0)
|
racc (1.7.0)
|
||||||
rack (2.2.7)
|
rack (2.2.7)
|
||||||
rack-test (2.1.0)
|
rack-test (2.1.0)
|
||||||
|
|
@ -188,7 +186,7 @@ GEM
|
||||||
rubocop (~> 1.0)
|
rubocop (~> 1.0)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
rugged (1.0.1)
|
rugged (1.6.3)
|
||||||
sawyer (0.9.2)
|
sawyer (0.9.2)
|
||||||
addressable (>= 2.3.5)
|
addressable (>= 2.3.5)
|
||||||
faraday (>= 0.17.3, < 3)
|
faraday (>= 0.17.3, < 3)
|
||||||
|
|
@ -233,8 +231,8 @@ DEPENDENCIES
|
||||||
json-schema (~> 3.0)
|
json-schema (~> 3.0)
|
||||||
listen
|
listen
|
||||||
nyan-cat-formatter
|
nyan-cat-formatter
|
||||||
pronto (= 0.11.0)
|
pronto (= 0.11.1)
|
||||||
pronto-rubocop (= 0.11.2)
|
pronto-rubocop (= 0.11.5)
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
rake
|
rake
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue