bump rubocop and pronto
This commit is contained in:
parent
62be2d92c5
commit
a21dab71fe
2 changed files with 18 additions and 18 deletions
6
Gemfile
6
Gemfile
|
|
@ -17,9 +17,9 @@ end
|
|||
|
||||
group :development do
|
||||
# code style
|
||||
gem "rubocop", "0.32.1"
|
||||
gem "pronto", "0.4.2"
|
||||
gem "pronto-rubocop", "0.4.4", require: false
|
||||
gem "rubocop", "0.34.1"
|
||||
gem "pronto", "0.4.3"
|
||||
gem "pronto-rubocop", "0.4.6", require: false
|
||||
|
||||
# debugging
|
||||
gem "pry"
|
||||
|
|
|
|||
30
Gemfile.lock
30
Gemfile.lock
|
|
@ -51,9 +51,9 @@ GEM
|
|||
tzinfo (~> 1.1)
|
||||
addressable (2.3.8)
|
||||
arel (6.0.3)
|
||||
ast (2.0.0)
|
||||
astrolabe (1.3.0)
|
||||
parser (>= 2.2.0.pre.3, < 3.0)
|
||||
ast (2.1.0)
|
||||
astrolabe (1.3.1)
|
||||
parser (~> 2.2)
|
||||
builder (3.2.2)
|
||||
byebug (5.0.0)
|
||||
columnize (= 0.9.0)
|
||||
|
|
@ -140,19 +140,19 @@ GEM
|
|||
shellany (~> 0.0)
|
||||
nyan-cat-formatter (0.11)
|
||||
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||
octokit (3.8.0)
|
||||
octokit (4.1.0)
|
||||
sawyer (~> 0.6.0, >= 0.5.3)
|
||||
parser (2.2.2.5)
|
||||
parser (2.2.2.6)
|
||||
ast (>= 1.1, < 3.0)
|
||||
powerpack (0.1.1)
|
||||
pronto (0.4.2)
|
||||
pronto (0.4.3)
|
||||
gitlab (~> 3.4.0)
|
||||
octokit (~> 3.8.0)
|
||||
rugged (~> 0.22.0)
|
||||
octokit (~> 4.1.0)
|
||||
rugged (~> 0.23.0)
|
||||
thor (~> 0.19.0)
|
||||
pronto-rubocop (0.4.4)
|
||||
pronto-rubocop (0.4.6)
|
||||
pronto (~> 0.4.0)
|
||||
rubocop (~> 0.32.0)
|
||||
rubocop (~> 0.34.0)
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
|
|
@ -217,14 +217,14 @@ GEM
|
|||
rspec-mocks (~> 3.3.0)
|
||||
rspec-support (~> 3.3.0)
|
||||
rspec-support (3.3.0)
|
||||
rubocop (0.32.1)
|
||||
rubocop (0.34.1)
|
||||
astrolabe (~> 1.3)
|
||||
parser (>= 2.2.2.5, < 3.0)
|
||||
powerpack (~> 0.1)
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
ruby-progressbar (~> 1.4)
|
||||
ruby-progressbar (1.7.5)
|
||||
rugged (0.22.2)
|
||||
rugged (0.23.2)
|
||||
safe_yaml (1.0.4)
|
||||
sawyer (0.6.0)
|
||||
addressable (~> 2.3.5)
|
||||
|
|
@ -280,14 +280,14 @@ DEPENDENCIES
|
|||
guard-rspec
|
||||
logging-rails (= 0.5.0)
|
||||
nyan-cat-formatter
|
||||
pronto (= 0.4.2)
|
||||
pronto-rubocop (= 0.4.4)
|
||||
pronto (= 0.4.3)
|
||||
pronto-rubocop (= 0.4.6)
|
||||
pry
|
||||
pry-byebug
|
||||
pry-debundle
|
||||
rspec-collection_matchers (~> 1.1.2)
|
||||
rspec-rails (~> 3.3.2)
|
||||
rubocop (= 0.32.1)
|
||||
rubocop (= 0.34.1)
|
||||
simplecov (= 0.10.0)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
spring
|
||||
|
|
|
|||
Loading…
Reference in a new issue