Skip to content

Commit

Permalink
Merge pull request #278 from haines/dependabot/bundler/rubocop-1.23.0
Browse files Browse the repository at this point in the history
Bump rubocop from 1.22.3 to 1.23.0
  • Loading branch information
haines authored Nov 15, 2021
2 parents 7888c34 + 5af3f97 commit 68c5772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
rake (13.0.6)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.22.3)
rubocop (1.23.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down
2 changes: 2 additions & 0 deletions pg-aws_rds_iam.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

spec.metadata["rubygems_mfa_required"] = "true"

spec.files = Dir.chdir(__dir__) { `git ls-files -z`.split("\x0").reject { |path| path.start_with?("test/") } }

spec.require_paths = ["lib"]
Expand Down

0 comments on commit 68c5772

Please sign in to comment.