summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-15 10:56:31 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-15 10:56:31 -0800
commitd4b7f83e92a8da5b0f4e3fd02369fa1d3b752da0 (patch)
tree7a994a6a8dfb920c502a4b078b56401702bd6ec8
parented9098eda1c9362b5e3f1d0664843c8ceedbafce (diff)
downloadchef-d4b7f83e92a8da5b0f4e3fd02369fa1d3b752da0.tar.gz
removing chefstyle pin
lets float so that PRs pick up new versions
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0dc69a120a..cacfa3096c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,7 +29,7 @@ group(:development, :test) do
# for testing new chefstyle rules
# gem 'chefstyle', github: 'chef/chefstyle'
- gem "chefstyle", "= 0.1.0"
+ gem "chefstyle"
gem "ruby-shadow", :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(aix|cygwin)/)