Skip to content

Commit

Permalink
Fix chefstyle warning
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Aug 12, 2020
1 parent befa638 commit 343ca71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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"
gem "chefstyle", "1.2.1"
gem "rspec", "~> 3.0"
gem "rake"
gem "test-unit"
Expand Down
1 change: 0 additions & 1 deletion ffi-libarchive.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "ffi-libarchive/version"
Expand Down

0 comments on commit 343ca71

Please sign in to comment.