We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0bc37 commit ad1e481Copy full SHA for ad1e481
terrafying-components.gemspec
@@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
22
spec.add_development_dependency 'rspec', '~> 3.7'
23
spec.add_development_dependency 'rspec-mocks', '~> 3.7'
24
25
- spec.add_runtime_dependency 'terrafying', '>= 1.8.0'
26
- spec.add_runtime_dependency 'xxhash', '~> 0.4.0'
+ spec.add_runtime_dependency 'terrafying', '>= 1.8.7'
+ spec.add_runtime_dependency 'xxhash', '~> 0.7.0'
27
end
0 commit comments