X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/acdb1a2b4b18d220a06f043af84771baebe27258..eeb6af1577533491ede21b6661803a5870b28e6f:/cookbooks/ruby/resources/bundle_config.rb?ds=sidebyside diff --git a/cookbooks/ruby/resources/bundle_config.rb b/cookbooks/ruby/resources/bundle_config.rb index 6c1eae6ba..16902682f 100644 --- a/cookbooks/ruby/resources/bundle_config.rb +++ b/cookbooks/ruby/resources/bundle_config.rb @@ -55,8 +55,3 @@ action_class do node[:ruby][:bundle] end end - -def after_created - subscribes :run, "gem_package[bundler#{node[:ruby][:version]}-1]" - subscribes :run, "gem_package[bundler#{node[:ruby][:version]}-2]" -end