@@ -15,13 +15,17 @@ Gem::Specification.new do |s|
1515 s . license = 'MIT'
1616 s . required_ruby_version = '>= 3.0'
1717
18- s . add_runtime_dependency 'colsole' , '>= 0.8.1' , '< 2'
19- s . add_runtime_dependency 'completely' , '~> 0.6.1'
20- s . add_runtime_dependency 'filewatcher' , '~> 2.0'
21- s . add_runtime_dependency 'gtx' , '~> 0.1'
22- s . add_runtime_dependency 'lp' , '~> 0.2'
23- s . add_runtime_dependency 'mister_bin' , '~> 0.7'
24- s . add_runtime_dependency 'requires' , '~> 1.0'
18+ s . add_dependency 'colsole' , '>= 0.8.1' , '< 2'
19+ s . add_dependency 'completely' , '~> 0.6.1'
20+ s . add_dependency 'filewatcher' , '~> 2.0'
21+ s . add_dependency 'gtx' , '~> 0.1'
22+ s . add_dependency 'lp' , '~> 0.2'
23+ s . add_dependency 'mister_bin' , '~> 0.7'
24+ s . add_dependency 'requires' , '~> 1.0'
25+
26+ # Ruby 3.0 comes with Psych 3.3.0, which does not have the `unsafe_load`
27+ # ref: https://github.com/ruby/psych/commit/cb50aa8d3fb8be01897becff77b4922b12a0ab4c
28+ s . add_dependency 'psych' , '>= 3.3.2' , '< 7'
2529
2630 s . metadata = {
2731 'bug_tracker_uri' => 'https://github.com/DannyBen/bashly/issues' ,
0 commit comments