Skip to content

Commit

Permalink
Merge pull request #859 from chef/lcg/unpin-generator-gemfile
Browse files Browse the repository at this point in the history
Remove generator file pins
  • Loading branch information
lamont-granquist authored Oct 11, 2018
2 parents fa4faa9 + eb252cf commit 48486e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/omnibus/generator_files/Gemfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ gem 'omnibus', '~> <%= Omnibus::VERSION.split('.')[0...-1].join('.') %>'
# by running `bundle install --without development` to speed up build times.
group :development do
# Use Berkshelf for resolving cookbook dependencies
gem 'berkshelf', '~> 3.3'
gem 'berkshelf'

# Use Test Kitchen with Vagrant for converging the build environment
gem 'test-kitchen', '~> 1.4'
gem 'kitchen-vagrant', '~> 0.18'
gem 'test-kitchen',
gem 'kitchen-vagrant',
end

0 comments on commit 48486e1

Please sign in to comment.