File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
3737 s . add_runtime_dependency ( %q<fast_gettext> , ">= 2.1" , "< 3" )
3838 s . add_runtime_dependency ( %q<locale> , "~> 2.1" )
3939 s . add_runtime_dependency ( %q<multi_json> , "~> 1.13" )
40- s . add_runtime_dependency ( %q<concurrent-ruby> , "~> 1.0" )
40+ s . add_runtime_dependency ( %q<concurrent-ruby> , [ "~> 1.0" , "< 1.2.0" ] )
4141 s . add_runtime_dependency ( %q<deep_merge> , "~> 1.0" )
4242 s . add_runtime_dependency ( %q<scanf> , "~> 1.0" )
4343
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ gem_runtime_dependencies:
2424 locale : ' ~> 2.1'
2525 multi_json : ' ~> 1.10'
2626 puppet-resource_api : ' ~>1.5'
27- concurrent-ruby : ' ~> 1.0'
27+ concurrent-ruby : [" ~> 1.0", "< 1.2.0"]
2828 deep_merge : ' ~> 1.0'
2929 scanf : ' ~> 1.0'
3030gem_rdoc_options :
You can’t perform that action at this time.
0 commit comments