diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 03d49736b3d..9360ec1e31d 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -8,7 +8,7 @@ gem 'bundler', '>1.10' # Install omnibus software group :omnibus do gem 'omnibus', git: 'https://github.com/chef/omnibus' - gem 'omnibus-software', git: 'https://github.com/chef/omnibus-software', :branch => 'lbaker/land-erlang20' + gem 'omnibus-software', git: 'https://github.com/chef/omnibus-software' gem 'artifactory' end