Skip to content

Commit

Permalink
Bump rubocop
Browse files Browse the repository at this point in the history
Fixes #413
  • Loading branch information
searls committed May 17, 2022
1 parent 6fe68aa commit 3b43003
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
standard (1.12.0)
rubocop (= 1.29.0)
rubocop (= 1.29.1)
rubocop-performance (= 1.13.3)

GEM
Expand All @@ -24,7 +24,7 @@ GEM
rake (13.0.6)
regexp_parser (2.4.0)
rexml (3.2.5)
rubocop (1.29.0)
rubocop (1.29.1)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -33,7 +33,7 @@ GEM
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
rubocop-ast (1.18.0)
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new('1.12.0')
VERSION = Gem::Version.new("1.12.0")
end
2 changes: 1 addition & 1 deletion standard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "rubocop", "1.29.0"
spec.add_dependency "rubocop", "1.29.1"
spec.add_dependency "rubocop-performance", "1.13.3"
end

0 comments on commit 3b43003

Please sign in to comment.