Skip to content

Commit c433e4a

Browse files
committed
Ensure that we're using the ruby3 version of contracts.ruby
1 parent 4ce1e95 commit c433e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entitlements-github-plugin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.executables = %w[]
1414

1515
s.add_dependency "concurrent-ruby", "= 1.1.9"
16-
s.add_dependency "contracts", "= 0.16.0"
16+
s.add_dependency "contracts", "= 0.17.0"
1717
s.add_dependency "faraday", "~> 2.0"
1818
s.add_dependency "faraday-retry", "~> 2.0"
1919
s.add_dependency "net-ldap", "~> 0.17.0"

0 commit comments

Comments
 (0)