Skip to content

Commit

Permalink
Merge pull request #837 from sul-dlss/dependabot/bundler/rubocop-1.2.0
Browse files Browse the repository at this point in the history
Bump rubocop from 0.93.1 to 1.2.0
  • Loading branch information
jgreben committed Nov 9, 2020
2 parents e5dc24f + 330934a commit 0fc2ab6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -213,7 +213,7 @@ GEM
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
okcomputer (1.18.2)
parallel (1.19.2)
parallel (1.20.0)
parser (2.7.2.0)
ast (~> 2.4.1)
public_suffix (4.0.6)
Expand Down Expand Up @@ -274,16 +274,16 @@ GEM
rspec-mocks (~> 3.9)
rspec-support (~> 3.9)
rspec-support (3.9.3)
rubocop (0.93.1)
rubocop (1.2.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.1)
parser (>= 2.7.1.5)
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
Expand All @@ -292,9 +292,9 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.87.0)
rubocop-rspec (1.44.1)
rubocop (~> 0.87)
rubocop-ast (>= 0.7.1)
rubocop-rspec (2.0.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-oci8 (2.2.8)
ruby-plsql (0.7.1)
ruby-progressbar (1.10.1)
Expand Down

0 comments on commit 0fc2ab6

Please sign in to comment.