aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-11-26 12:38:31 +0900
committerZachary Scott <e@zzak.io>2015-11-26 12:38:31 +0900
commitb7c18e71b473d4fb5b618423d6edf8d8da7f6872 (patch)
treedd2f980bee8c7ee6cbd84ab0a93a49bd56bcc3b9 /Rakefile
parent2b48404a223eebf3f6926299c6fa07e51816e097 (diff)
downloadruby-openssl-b7c18e71b473d4fb5b618423d6edf8d8da7f6872.tar.gz
Add LibreSSL test support
This takes advantage of zzak/ruby-openssl-docker@e26d90172 Since the build container has Ruby without stdlib openssl, when building the gem to install locally we can't require openssl. This means that the gemspec has to use static version constant. We also removed bundler from development.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 4492e5fb..861ac39c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,5 @@
-require "bundler/gem_tasks"
+gem 'rake-compiler', '~> 0.9'
+
require 'rake'
require 'rake/extensiontask'
require 'rake/testtask'