Skip to content

Commit

Permalink
Merge pull request #22 from raszi/dependabot/bundler/rubocop-1.1.0
Browse files Browse the repository at this point in the history
Update rubocop requirement from ~> 1.0.0 to ~> 1.1.0
  • Loading branch information
raszi authored Nov 3, 2020
2 parents 8cc8b78 + 98bea0a commit 0b2a0b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rubocop (1.0.0)
rubocop (1.1.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
rubocop-ast (>= 1.0.1)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.0.1)
rubocop-ast (1.1.0)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
simplecov (0.17.1)
Expand All @@ -72,7 +72,7 @@ DEPENDENCIES
pry-byebug (~> 3.8)
pry-doc (~> 1.0)
rspec (~> 3.0)
rubocop (~> 1.0.0)
rubocop (~> 1.1.0)
simplecov (= 0.17.1)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion cleanup_vendor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry-byebug', '~> 3.8'
spec.add_development_dependency 'pry-doc', '~> 1.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 1.0.0'
spec.add_development_dependency 'rubocop', '~> 1.1.0'
spec.add_development_dependency 'simplecov', '= 0.17.1'
end

0 comments on commit 0b2a0b9

Please sign in to comment.