Skip to content

Commit

Permalink
Remove generator file pins
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Oct 11, 2018
1 parent fa4faa9 commit eb252cf
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 eb252cf

Please sign in to comment.