Files

10 lines
242 B
Diff
Raw Permalink Normal View History

2026-04-25 17:50:19 -07:00
--- rb-inotify-0.11.1.gemspec
+++ rb-inotify-0.11.1.gemspec
@@ -24,5 +24,5 @@
2024-03-08 22:46:00 +07:00
s.specification_version = 4
2026-04-25 17:50:19 -07:00
2024-03-08 22:46:00 +07:00
- s.add_runtime_dependency(%q<ffi>.freeze, ["~> 1.0".freeze])
+ s.add_runtime_dependency(%q<ffi>.freeze, [">= 1.0".freeze])
2026-04-25 17:50:19 -07:00
end