Skip to content

Commit

Permalink
Update rubocop dependency to 0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidlenkiewicz committed Feb 13, 2019
1 parent 80cc4ab commit 10762f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
ragnarson-stylecheck (0.8.0)
ragnarson-stylecheck (0.8.1)
rake (>= 10.0)
rubocop (~> 0.58.2)
rubocop (~> 0.64)

GEM
remote: https://rubygems.org/
Expand All @@ -16,14 +16,14 @@ GEM
powerpack (0.1.2)
rainbow (3.0.0)
rake (12.3.2)
rubocop (0.58.2)
rubocop (0.64.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
unicode-display_width (1.4.1)

Expand Down
4 changes: 2 additions & 2 deletions ragnarson-stylecheck.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "ragnarson-stylecheck"
s.version = "0.8.0"
s.version = "0.8.1"
s.summary = "Automatic style check for ragnarson projects"
s.description = "Wraps rubocop for simple and consisten experience"
s.authors = ["Grzesiek Kołodziejczyk", "Maciej Małecki", "Oskar Szrajer", "Piotr Marciniak"]
Expand All @@ -11,5 +11,5 @@ Gem::Specification.new do |s|

s.add_development_dependency "bundler", "~> 1.10"
s.add_dependency "rake", ">= 10.0"
s.add_dependency "rubocop", "~> 0.58.2"
s.add_dependency "rubocop", "~> 0.64"
end

0 comments on commit 10762f2

Please sign in to comment.