Skip to content

Commit

Permalink
Bump rubocop from 1.22.3 to 1.23.0 (#131)
Browse files Browse the repository at this point in the history
* Bump rubocop from 1.22.3 to 1.23.0

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.22.3 to 1.23.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.22.3...v1.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix rubocop cop `Gemspec/RequireMFA`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavel Lobashov <[email protected]>
  • Loading branch information
dependabot[bot] and ShockwaveNN authored Nov 15, 2021
1 parent f62cb0c commit 09742ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-08-13 11:08:43 UTC using RuboCop version 1.19.0.
# on 2021-11-15 10:23:42 UTC using RuboCop version 1.23.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
### Changes

* Remove `codecov` dependency
* Require `mfa` for releasing gem

## 0.2.0 (2020-12-03)

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
rubocop (1.22.3)
rubocop (1.23.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -83,4 +83,4 @@ DEPENDENCIES
yard (>= 0.9.20)

BUNDLED WITH
2.2.25
2.2.31
3 changes: 2 additions & 1 deletion onlyoffice_mysql_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Gem::Specification.new do |s|
'changelog_uri' => "#{s.homepage}/blob/master/CHANGELOG.md",
'documentation_uri' => "https://www.rubydoc.info/gems/#{s.name}",
'homepage_uri' => s.homepage,
'source_code_uri' => s.homepage
'source_code_uri' => s.homepage,
'rubygems_mfa_required' => 'true'
}
s.files = Dir['lib/**/*']
s.license = 'AGPL-3.0'
Expand Down

0 comments on commit 09742ff

Please sign in to comment.