We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b2b13a + 29edc68 commit e4b938aCopy full SHA for e4b938a
1 file changed
graphql.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
s.files = Dir["{lib}/**/*", "MIT-LICENSE", "readme.md", ".yardopts"]
27
28
s.add_runtime_dependency "base64"
29
- s.add_runtime_dependency "fiber-storage" if RUBY_VERSION < "3.2.0"
+ s.add_runtime_dependency "fiber-storage"
30
s.add_runtime_dependency "logger"
31
32
s.add_development_dependency "benchmark-ips"
0 commit comments