Skip to content

Commit eec173b

Browse files
committed
require rubygems mfa
1 parent 679ad50 commit eec173b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.description = "A Ruby library for declaring, composing and executing GraphQL queries"
77
s.homepage = "https://github.com/github-community-projects/graphql-client"
88
s.license = "MIT"
9-
9+
s.metadata = { "rubygems_mfa_required" => "true" }
1010
s.files = Dir["README.md", "LICENSE", "lib/**/*.rb"]
1111

1212
s.add_dependency "activesupport", ">= 3.0"

0 commit comments

Comments
 (0)