bump pronto-rubocop
This commit is contained in:
parent
0419bfe0e9
commit
de7c4f831d
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -19,7 +19,7 @@ group :development do
|
||||||
# code style
|
# code style
|
||||||
gem "rubocop", "0.34.2"
|
gem "rubocop", "0.34.2"
|
||||||
gem "pronto", "0.4.3"
|
gem "pronto", "0.4.3"
|
||||||
gem "pronto-rubocop", "0.4.6", require: false
|
gem "pronto-rubocop", "0.4.7", require: false
|
||||||
|
|
||||||
# debugging
|
# debugging
|
||||||
gem "pry"
|
gem "pry"
|
||||||
|
|
|
||||||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -104,7 +104,7 @@ GEM
|
||||||
guard (~> 2.1)
|
guard (~> 2.1)
|
||||||
guard-compat (~> 1.1)
|
guard-compat (~> 1.1)
|
||||||
rspec (>= 2.99.0, < 4.0)
|
rspec (>= 2.99.0, < 4.0)
|
||||||
httparty (0.13.5)
|
httparty (0.13.7)
|
||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
|
|
@ -140,9 +140,9 @@ GEM
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
nyan-cat-formatter (0.11)
|
nyan-cat-formatter (0.11)
|
||||||
rspec (>= 2.99, >= 2.14.2, < 4)
|
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||||
octokit (4.1.0)
|
octokit (4.1.1)
|
||||||
sawyer (~> 0.6.0, >= 0.5.3)
|
sawyer (~> 0.6.0, >= 0.5.3)
|
||||||
parser (2.2.2.6)
|
parser (2.2.3.0)
|
||||||
ast (>= 1.1, < 3.0)
|
ast (>= 1.1, < 3.0)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pronto (0.4.3)
|
pronto (0.4.3)
|
||||||
|
|
@ -150,7 +150,7 @@ GEM
|
||||||
octokit (~> 4.1.0)
|
octokit (~> 4.1.0)
|
||||||
rugged (~> 0.23.0)
|
rugged (~> 0.23.0)
|
||||||
thor (~> 0.19.0)
|
thor (~> 0.19.0)
|
||||||
pronto-rubocop (0.4.6)
|
pronto-rubocop (0.4.7)
|
||||||
pronto (~> 0.4.0)
|
pronto (~> 0.4.0)
|
||||||
rubocop (~> 0.34.0)
|
rubocop (~> 0.34.0)
|
||||||
pry (0.10.1)
|
pry (0.10.1)
|
||||||
|
|
@ -224,7 +224,7 @@ GEM
|
||||||
rainbow (>= 1.99.1, < 3.0)
|
rainbow (>= 1.99.1, < 3.0)
|
||||||
ruby-progressbar (~> 1.4)
|
ruby-progressbar (~> 1.4)
|
||||||
ruby-progressbar (1.7.5)
|
ruby-progressbar (1.7.5)
|
||||||
rugged (0.23.2)
|
rugged (0.23.3)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sawyer (0.6.0)
|
sawyer (0.6.0)
|
||||||
addressable (~> 2.3.5)
|
addressable (~> 2.3.5)
|
||||||
|
|
@ -281,7 +281,7 @@ DEPENDENCIES
|
||||||
logging-rails (= 0.5.0)
|
logging-rails (= 0.5.0)
|
||||||
nyan-cat-formatter
|
nyan-cat-formatter
|
||||||
pronto (= 0.4.3)
|
pronto (= 0.4.3)
|
||||||
pronto-rubocop (= 0.4.6)
|
pronto-rubocop (= 0.4.7)
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
pry-debundle
|
pry-debundle
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue