summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-06 14:54:37 -0800
committerTim Smith <tsmith@chef.io>2018-12-06 14:57:30 -0800
commitc3251e5b7153e64b47a0a6af980d05f8f291b9a3 (patch)
treecd7e0d452536d96fabf416f9916142ed5b923db5 /Gemfile
parentd04c2d85cd7355a91203efc2f5fc0f44af45dbd7 (diff)
downloadmixlib-shellout-c3251e5b7153e64b47a0a6af980d05f8f291b9a3.tar.gz
Remove dev deps from the gemspec
These are all in the gemfile now Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 609a5f4..5aaba73 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ gemspec name: "mixlib-shellout"
group(:test) do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
gem "rspec_junit_formatter"
+ gem "rspec", "~> 3.0"
gem "rake"
end