Enabled build on Ruby 2.2.

This commit is contained in:
Matthias Koefferlein 2017-02-17 22:32:43 +01:00
parent 8edaf8a62b
commit 20f77d19d5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include "rba.h"
#include "rbaUtils.h"
#if HAVE_RUBY_VERSION_CODE >= 20300
#if HAVE_RUBY_VERSION_CODE >= 20200
# include <ruby/debug.h>
#endif