Skip to content

Commit 5e4ba37

Browse files
committed
Add pstore runtime dependency
1 parent 3168b8c commit 5e4ba37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cgi.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Gem::Specification.new do |spec|
3333

3434
spec.require_paths = ["lib"]
3535

36+
spec.add_runtime_dependency "pstore"
37+
3638
if Gem::Platform === spec.platform and spec.platform =~ 'java' or RUBY_ENGINE == 'jruby'
3739
spec.platform = 'java'
3840
spec.require_paths << "ext/java/org/jruby/ext/cgi/escape/lib"

0 commit comments

Comments
 (0)