Skip to content

Commit

Permalink
Update rmagick.rb
Browse files Browse the repository at this point in the history
Fixed Warning:[rake --prereqs] /usr/local/rvm/gems/ruby-2.2.3/gems/activesupport-4.1.1/lib/active_support/values/time_zone.rb:285: warning: circular argument reference - now [DEPRECATION] requiring "RMagick" is deprecated. Use "rmagick" instead
  • Loading branch information
maxim-kuderko committed Aug 31, 2015
1 parent ecb793c commit 14d0621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chunky_png/rmagick.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'RMagick'
require 'rmagick'

module ChunkyPNG

Expand Down

0 comments on commit 14d0621

Please sign in to comment.