opal-spec.gemspec in opal-spec-0.2.10 vs opal-spec.gemspec in opal-spec-0.2.11

- old
+ new

@@ -10,6 +10,8 @@ s.summary = 'Opal compatible spec' s.description = 'Opal compatible spec library' s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] + + s.add_runtime_dependency 'opal', '~> 0.3.38' end