X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d27dc68ec85c6bace0761bcfcaf2427145b11fa9..eeb6af1577533491ede21b6661803a5870b28e6f:/cookbooks/ruby/resources/bundle_config.rb 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