Skip to content

Commit

Permalink
Merge pull request #202 from YusukeIwaki/dependabot/bundler/rubocop-t…
Browse files Browse the repository at this point in the history
…w-1.26.0
  • Loading branch information
YusukeIwaki authored Mar 10, 2022
2 parents 6153afd + ef33171 commit 0bf64a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
rubocop_version: 1.25.1
rubocop_version: 1.26.0
2 changes: 1 addition & 1 deletion puppeteer-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rollbar'
spec.add_development_dependency 'rspec', '~> 3.11.0'
spec.add_development_dependency 'rspec_junit_formatter' # for CircleCI.
spec.add_development_dependency 'rubocop', '~> 1.25.1'
spec.add_development_dependency 'rubocop', '~> 1.26.0'
spec.add_development_dependency 'rubocop-rspec'
spec.add_development_dependency 'sinatra'
spec.add_development_dependency 'webrick'
Expand Down

0 comments on commit 0bf64a9

Please sign in to comment.