Skip to content

Commit

Permalink
Update rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 24, 2017
1 parent 9605e88 commit 4dba15f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ GEM
mini_portile2 (~> 2.3.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
parser (2.4.0.0)
ast (~> 2.2)
parallel (1.12.0)
parser (2.4.0.2)
ast (~> 2.3)
powerpack (0.1.1)
pry (0.11.2)
coderay (~> 1.1.0)
Expand All @@ -88,8 +89,9 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
rubocop (0.40.0)
parser (>= 2.3.1.0, < 3.0)
rubocop (0.49.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
Expand Down Expand Up @@ -131,7 +133,7 @@ DEPENDENCIES
rack-test (>= 0.6.1)
rake (>= 0.9.2)
rspec (>= 3.6)
rubocop (~> 0.40.0)
rubocop (~> 0.49.0)
simplecov (>= 0.6.2)
sinatra (>= 1.3.2)
syntax (>= 1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov', '>= 0.6.2'
s.add_development_dependency 'syntax', '>= 1.0.0'
s.add_development_dependency 'pry'
s.add_development_dependency 'rubocop', '~> 0.40.0'
s.add_development_dependency 'rubocop', '~> 0.49.0'

# For maintainer scripts
s.add_development_dependency 'octokit'
Expand Down

0 comments on commit 4dba15f

Please sign in to comment.