From 12fbd8f4afffe45bc71faa4d2709c88553f07eb9 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Tue, 7 Apr 2015 15:27:07 +0200 Subject: [PATCH] Require 'rmagick' instead of 'RMagick' --- lib/really_simple_captcha/captcha/plain_captcha.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/really_simple_captcha/captcha/plain_captcha.rb b/lib/really_simple_captcha/captcha/plain_captcha.rb index 73ec584..25a7c52 100644 --- a/lib/really_simple_captcha/captcha/plain_captcha.rb +++ b/lib/really_simple_captcha/captcha/plain_captcha.rb @@ -1,4 +1,4 @@ -require 'RMagick' +require 'rmagick' require 'base64' module ReallySimpleCaptcha::Captcha