Skip to content

Commit

Permalink
Bump rubocop from 0.53.0 to 0.54.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and phyrog committed Mar 21, 2018
1 parent 564bf9f commit 3dd768e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ gem 'rspec', '~> 3.7.0'
gem 'selenium-webdriver', '~> 3.9.0'

group :development do
gem 'rubocop', '~> 0.53.0'
gem 'rubocop', '~> 0.54.0'
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.0.2)
parser (2.5.0.4)
ast (~> 2.4.0)
powerpack (0.1.1)
pry (0.11.3)
Expand All @@ -65,7 +65,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rubocop (0.53.0)
rubocop (0.54.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
Expand Down Expand Up @@ -95,7 +95,7 @@ DEPENDENCIES
launchy (~> 2.4.3)
pry (~> 0.11.3)
rspec (~> 3.7.0)
rubocop (~> 0.53.0)
rubocop (~> 0.54.0)
selenium-webdriver (~> 3.9.0)

BUNDLED WITH
Expand Down

0 comments on commit 3dd768e

Please sign in to comment.