Skip to content

Commit e4b938a

Browse files
authored
Merge pull request #5484 from rmosolgo/fiber-storage-dependency-fix
Fix fiber-storage in gemspec
2 parents 5b2b13a + 29edc68 commit e4b938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
s.files = Dir["{lib}/**/*", "MIT-LICENSE", "readme.md", ".yardopts"]
2727

2828
s.add_runtime_dependency "base64"
29-
s.add_runtime_dependency "fiber-storage" if RUBY_VERSION < "3.2.0"
29+
s.add_runtime_dependency "fiber-storage"
3030
s.add_runtime_dependency "logger"
3131

3232
s.add_development_dependency "benchmark-ips"

0 commit comments

Comments
 (0)