Skip to content

Commit

Permalink
Merge pull request #81 from chef/chefstyle
Browse files Browse the repository at this point in the history
Remove encoding comment + pin chefstyle
  • Loading branch information
tas50 authored Jul 31, 2020
2 parents b55751c + f48d47f commit 11699c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group :docs do
end

group :test do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
gem "chefstyle", "= 1.2.0"
gem "rake"
gem "rspec", "~> 3.0"
end
Expand Down
2 changes: 0 additions & 2 deletions mixlib-config.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- encoding: utf-8 -*-

$:.unshift(File.dirname(__FILE__) + "/lib")
require "mixlib/config/version"

Expand Down

0 comments on commit 11699c9

Please sign in to comment.