Bump pronto and pronto-rubocop
This commit is contained in:
parent
32fe88ada9
commit
e72939a37f
2 changed files with 9 additions and 9 deletions
4
Gemfile
4
Gemfile
|
|
@ -17,8 +17,8 @@ end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# code style
|
# code style
|
||||||
gem "pronto", "0.7.1"
|
gem "pronto", "0.8.1"
|
||||||
gem "pronto-rubocop", "0.7.0", require: false
|
gem "pronto-rubocop", "0.8.0", require: false
|
||||||
gem "rubocop", "0.47.1"
|
gem "rubocop", "0.47.1"
|
||||||
|
|
||||||
# automatic test runs
|
# automatic test runs
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -154,18 +154,18 @@ GEM
|
||||||
rspec (>= 2.99, >= 2.14.2, < 4)
|
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||||
octokit (4.6.2)
|
octokit (4.6.2)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
parser (2.3.3.1)
|
parser (2.4.0.0)
|
||||||
ast (~> 2.2)
|
ast (~> 2.2)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pronto (0.7.1)
|
pronto (0.8.1)
|
||||||
gitlab (~> 3.6, >= 3.4.0)
|
gitlab (~> 3.6, >= 3.4.0)
|
||||||
httparty (~> 0.13.7)
|
httparty (>= 0.13.7, < 0.15)
|
||||||
octokit (~> 4.3, >= 4.1.0)
|
octokit (~> 4.3, >= 4.1.0)
|
||||||
rainbow (~> 2.1)
|
rainbow (~> 2.1)
|
||||||
rugged (~> 0.24, >= 0.23.0)
|
rugged (~> 0.24, >= 0.23.0)
|
||||||
thor (~> 0.19.0)
|
thor (~> 0.19.0)
|
||||||
pronto-rubocop (0.7.0)
|
pronto-rubocop (0.8.0)
|
||||||
pronto (~> 0.7.0)
|
pronto (~> 0.8.0)
|
||||||
rubocop (~> 0.38, >= 0.35.0)
|
rubocop (~> 0.38, >= 0.35.0)
|
||||||
pry (0.10.4)
|
pry (0.10.4)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
|
|
@ -303,8 +303,8 @@ DEPENDENCIES
|
||||||
guard-rubocop
|
guard-rubocop
|
||||||
logging-rails (= 0.5.0)
|
logging-rails (= 0.5.0)
|
||||||
nyan-cat-formatter
|
nyan-cat-formatter
|
||||||
pronto (= 0.7.1)
|
pronto (= 0.8.1)
|
||||||
pronto-rubocop (= 0.7.0)
|
pronto-rubocop (= 0.8.0)
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
rspec-collection_matchers (~> 1.1.2)
|
rspec-collection_matchers (~> 1.1.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue