Skip to content

Commit

Permalink
Disable rubocop duplicate gem check
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Nov 5, 2022
1 parent 115db68 commit 9d91499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -13,8 +13,8 @@ if RUBY_VERSION == "1.9.3"
gem "tins", "~> 1.6.0"
elsif RUBY_VERSION < "2.6"
# These gems need specific versions for Ruby < 2.6
gem "minitest", "< 5.16"
gem "net-ssh", "< 7"
gem "minitest", "< 5.16" # rubocop:disable Bundler/DuplicatedGem
gem "net-ssh", "< 7" # rubocop:disable Bundler/DuplicatedGem
end

if RUBY_VERSION >= "2.5"
Expand Down

0 comments on commit 9d91499

Please sign in to comment.