diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-15 10:56:31 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-15 10:56:31 -0800 |
commit | d4b7f83e92a8da5b0f4e3fd02369fa1d3b752da0 (patch) | |
tree | 7a994a6a8dfb920c502a4b078b56401702bd6ec8 /Gemfile | |
parent | ed9098eda1c9362b5e3f1d0664843c8ceedbafce (diff) | |
download | chef-d4b7f83e92a8da5b0f4e3fd02369fa1d3b752da0.tar.gz |
removing chefstyle pin
lets float so that PRs pick up new versions
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)/) |