Skip to content

Commit

Permalink
Update RuboCop Ruby gem
Browse files Browse the repository at this point in the history
Bug: T180878
Change-Id: Ic1bc1d9628440411e0a8496a9da3e08482b580fc
  • Loading branch information
zeljkofilipin committed Dec 5, 2017
1 parent 78fc0d0 commit 83b8f51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mediawiki_api.gemspec
@@ -1,5 +1,3 @@
# coding: utf-8

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'mediawiki_api/version'
Expand Down Expand Up @@ -32,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake', '~> 0'
spec.add_development_dependency 'rspec', '~> 3.0', '>= 3.0.0'
spec.add_development_dependency 'rubocop', '~> 0.49.1'
spec.add_development_dependency 'rubocop', '~> 0.51.0'
spec.add_development_dependency 'webmock', '~> 1.17', '>= 1.17.2'
spec.add_development_dependency 'redcarpet'
spec.add_development_dependency 'yard'
Expand Down

0 comments on commit 83b8f51

Please sign in to comment.