Skip to content

Commit

Permalink
Bump rubocop-shopify from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-shopify](https://github.com/Shopify/ruby-style-guide) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/Shopify/ruby-style-guide/releases)
- [Commits](Shopify/ruby-style-guide@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: rubocop-shopify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and etiennebarrie committed Oct 12, 2021
1 parent dad43c3 commit 780de7c
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 @@ -17,7 +17,7 @@ else
gem "rails"
end
gem "rubocop"
gem "rubocop-shopify", "2.2.0"
gem "rubocop-shopify", "2.3.0"
gem "selenium-webdriver"
gem "sqlite3"
gem "webdrivers", require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
parser (>= 3.0.1.1)
rubocop-shopify (2.2.0)
rubocop (~> 1.18)
rubocop-shopify (2.3.0)
rubocop (~> 1.22)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
selenium-webdriver (3.142.7)
Expand Down Expand Up @@ -216,7 +216,7 @@ DEPENDENCIES
puma
rails
rubocop
rubocop-shopify (= 2.2.0)
rubocop-shopify (= 2.3.0)
selenium-webdriver
sqlite3
webdrivers
Expand Down

0 comments on commit 780de7c

Please sign in to comment.