Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve problem with current rmagick version 4.2.2 #2

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

BBenni
Copy link

@BBenni BBenni commented Apr 14, 2021

It seems that easy_captcha is not working properly with the current version of the rmagick gem 4.2.2.
The following exception is thrown:

 Exception: NoMethodError: undefined method `background_color=' for #<EasyCaptcha::Generator::Default:0x0000564a23cea4f0>
Did you mean?  background_image=

The proposed change should be able to solve this problem.

It seems that easy_captcha is not working properly with the current version of the rmagick gem 4.2.2.
The following exception is thrown:
```
 Exception: NoMethodError: undefined method `background_color=' for #<EasyCaptcha::Generator::Default:0x0000564a23cea4f0>
Did you mean?  background_image=
```

The proposed change should be able to solve this problem.
@kopylovvlad
Copy link
Owner

Ok. Thank you for the PR!

@kopylovvlad kopylovvlad merged commit 43d9913 into kopylovvlad:master Apr 14, 2021
@kopylovvlad
Copy link
Owner

Have merged it and created tag 0.6.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants