Skip to content

Commit

Permalink
Fix nokogiri version dependency for puppet-blacksmith. (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardrigh authored and truthbk committed Mar 3, 2017
1 parent 8661f48 commit c2c4499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
before_install: rm -f Gemfile.lock
sudo: false
bundler_args: --full-index
cache: bundler
rvm:
- 2.0.0
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ group :development do
gem "beaker", '2.51.0'
gem "beaker-rspec"
gem "puppet-blacksmith"
gem "nokogiri", "~> 1.6.0"
gem "guard-rake"
end

0 comments on commit c2c4499

Please sign in to comment.