Skip to content

Commit

Permalink
fix to_json for ruby 2.0.0-247
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiren Patel committed Sep 7, 2013
1 parent 4823780 commit a398bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rnotifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require 'yaml'
require 'digest/md5'
require 'multi_json'
require 'json' unless Object.respond_to?(:to_json)
require 'faraday'

require 'rnotifier/version'
Expand Down

0 comments on commit a398bcc

Please sign in to comment.