bump pronto
This commit is contained in:
parent
7314374132
commit
223552dfc4
2 changed files with 13 additions and 10 deletions
4
Gemfile
4
Gemfile
|
|
@ -18,8 +18,8 @@ end
|
||||||
group :development do
|
group :development do
|
||||||
# code style
|
# code style
|
||||||
gem "rubocop", "0.42.0"
|
gem "rubocop", "0.42.0"
|
||||||
gem "pronto", "0.6.0"
|
gem "pronto", "0.7.0"
|
||||||
gem "pronto-rubocop", "0.6.2", require: false
|
gem "pronto-rubocop", "0.7.0", require: false
|
||||||
|
|
||||||
# automatic test runs
|
# automatic test runs
|
||||||
gem "guard-rspec", require: false
|
gem "guard-rspec", require: false
|
||||||
|
|
|
||||||
19
Gemfile.lock
19
Gemfile.lock
|
|
@ -85,8 +85,8 @@ GEM
|
||||||
fuubar (2.1.1)
|
fuubar (2.1.1)
|
||||||
rspec (~> 3.0)
|
rspec (~> 3.0)
|
||||||
ruby-progressbar (~> 1.4)
|
ruby-progressbar (~> 1.4)
|
||||||
gitlab (3.6.1)
|
gitlab (3.7.0)
|
||||||
httparty
|
httparty (~> 0.13.0)
|
||||||
terminal-table
|
terminal-table
|
||||||
globalid (0.3.7)
|
globalid (0.3.7)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
|
|
@ -108,7 +108,8 @@ GEM
|
||||||
guard (~> 2.0)
|
guard (~> 2.0)
|
||||||
rubocop (~> 0.20)
|
rubocop (~> 0.20)
|
||||||
hashdiff (0.3.0)
|
hashdiff (0.3.0)
|
||||||
httparty (0.14.0)
|
httparty (0.13.7)
|
||||||
|
json (~> 1.8)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
json (1.8.3)
|
json (1.8.3)
|
||||||
|
|
@ -153,13 +154,15 @@ GEM
|
||||||
ast (~> 2.2)
|
ast (~> 2.2)
|
||||||
pkg-config (1.1.7)
|
pkg-config (1.1.7)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pronto (0.6.0)
|
pronto (0.7.0)
|
||||||
gitlab (~> 3.6, >= 3.4.0)
|
gitlab (~> 3.6, >= 3.4.0)
|
||||||
|
httparty (~> 0.13.7)
|
||||||
octokit (~> 4.3, >= 4.1.0)
|
octokit (~> 4.3, >= 4.1.0)
|
||||||
|
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.6.2)
|
pronto-rubocop (0.7.0)
|
||||||
pronto (~> 0.6.0)
|
pronto (~> 0.7.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)
|
||||||
|
|
@ -292,8 +295,8 @@ DEPENDENCIES
|
||||||
guard-rubocop
|
guard-rubocop
|
||||||
logging-rails (= 0.5.0)
|
logging-rails (= 0.5.0)
|
||||||
nyan-cat-formatter
|
nyan-cat-formatter
|
||||||
pronto (= 0.6.0)
|
pronto (= 0.7.0)
|
||||||
pronto-rubocop (= 0.6.2)
|
pronto-rubocop (= 0.7.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