summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2019-10-10 14:51:02 -0400
committerJaymala Sinha <jsinha@chef.io>2019-10-10 15:14:57 -0400
commit5460919d0313a53c8eb36aa7c98c9c87431f89ba (patch)
treecfe022082b127fa4e7d16d3ece4324bb570e3e0b /Gemfile
parent95ee05bb6dca6788ecd6d3663e15a442abfe40ba (diff)
downloadffi-yajl-5460919d0313a53c8eb36aa7c98c9c87431f89ba.tar.gz
Fix verification tests
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index eb1dc6c..d0a7640 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,11 @@ source "https://rubygems.org"
gemspec name: "ffi-yajl"
+group :test do
+ gem "rspec"
+ gem "rake-compiler"
+end
+
platforms :rbx do
gem "rubysl", "~> 2.0"
end