shaped.gemspec in shaped-0.13.0 vs shaped.gemspec in shaped-0.14.0
- old
+ new
@@ -26,8 +26,8 @@
Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.require_paths = ['lib']
- spec.add_runtime_dependency('activemodel', '>= 6', '< 8')
- spec.add_runtime_dependency('activesupport', '>= 6', '< 8')
+ spec.add_dependency('activemodel', '>= 6')
+ spec.add_dependency('activesupport', '>= 6')
end