summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-06-20 15:37:38 -0700
committerTim Smith <tsmith@chef.io>2017-06-20 15:37:38 -0700
commit672fce3aed2d68e7362dc5cfeb72df78f30eb3a2 (patch)
tree76598d0c31493ca6fa8a8353402136cf8003b997 /Gemfile
parentf3f92275f804f4c6cf93ee054af7d4ba3e50030a (diff)
downloadffi-yajl-672fce3aed2d68e7362dc5cfeb72df78f30eb3a2.tar.gz
Switch from reek/rubocop to chefstyle
Reek doesn't work with modern Rake Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index d5fe6d0..3250298 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,16 +3,15 @@ source "https://rubygems.org"
gemspec name: "ffi-yajl"
platforms :rbx do
- gem 'rubysl', '~> 2.0'
+ gem "rubysl", "~> 2.0"
end
group :development do
# for testing loading concurrently with yajl-ruby, not on jruby
# gem 'yajl-ruby', platforms: [ :ruby, :mswin, :mingw ]
- gem 'github_changelog_generator'
+ gem "github_changelog_generator"
end
group :development_extras do
- gem 'rubocop', '= 0.32.1'
- gem 'reek', '= 1.3.7'
+ gem "chefstyle"
end