Skip to content

Commit

Permalink
Install nokogiri and pin mixlib-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Null Cating-Subramanian committed Jul 15, 2016
1 parent 8643590 commit 6fd9869
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ gem "cheffish"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
gem "nokogiri"
end

group(:omnibus_package, :pry) do
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PATH
iniparse (~> 1.4)
mixlib-archive (>= 0.2.0)
mixlib-authentication (~> 1.4)
mixlib-cli (~> 1.4)
mixlib-cli (~> 1.4, < 1.7)
mixlib-log (~> 1.3)
mixlib-shellout (~> 2.0)
net-sftp (~> 2.1, >= 2.1.2)
Expand Down Expand Up @@ -57,7 +57,7 @@ PATH
iniparse (~> 1.4)
mixlib-archive (>= 0.2.0)
mixlib-authentication (~> 1.4)
mixlib-cli (~> 1.4)
mixlib-cli (~> 1.4, < 1.7)
mixlib-log (~> 1.3)
mixlib-shellout (~> 2.0)
net-sftp (~> 2.1, >= 2.1.2)
Expand Down Expand Up @@ -422,6 +422,7 @@ DEPENDENCIES
halite
knife-windows
netrc
nokogiri
octokit
poise
pry
Expand Down
2 changes: 1 addition & 1 deletion chef.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.add_dependency "chef-config", "= #{Chef::VERSION}"

s.add_dependency "mixlib-cli", "~> 1.4"
s.add_dependency "mixlib-cli", "~> 1.4", "< 1.7"
s.add_dependency "mixlib-log", "~> 1.3"
s.add_dependency "mixlib-authentication", "~> 1.4"
s.add_dependency "mixlib-shellout", "~> 2.0"
Expand Down

0 comments on commit 6fd9869

Please sign in to comment.