Skip to content

Commit

Permalink
attempt to work around a security alert from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
artclarke committed Nov 17, 2018
1 parent 82202bd commit c9833bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion humble-video-chef/cookbooks/apache2/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gem 'cucumber', '~> 1.2.0'
gem 'httparty', '~> 0.8.3'
gem 'minitest', '~> 3.0.0'
gem 'nokogiri', '~> 1.5.0'
gem 'nokogiri', '>= 1.8.2'

group :kitchen do
gem 'test-kitchen', '< 1.0'
Expand Down

0 comments on commit c9833bf

Please sign in to comment.