Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
rngtng committed Jul 25, 2022
1 parent 60e46fd commit 74841e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions idnow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'idnow'
spec.version = '2.4.1'
spec.version = '2.4.1-test'
spec.authors = ['Joan Martinez, Tobias Bielohlawek']
spec.email = ['developers@solarisbank.de']

Expand All @@ -18,7 +18,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.metadata = {
"github_repo" => "ssh://github.com/Solarisbank/idnow-client"
'github_repo' => 'ssh://github.com/Solarisbank/idnow-client',
'rubygems_mfa_required' => 'true'
}

spec.required_ruby_version = '>= 2.7'
Expand Down

0 comments on commit 74841e3

Please sign in to comment.