Skip to content
Snippets Groups Projects
Commit db6d269a authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove line that was needed for Ruby 1.8!

parent 9e6c8860
Branches
Tags
No related merge requests found
......@@ -4,7 +4,6 @@ require 'uri'
unless defined?(ActiveSupport::JSON)
begin
require 'rubygems' # for Ruby 1.8
require 'json'
rescue LoadError
raise LoadError, "Please install the 'json' or 'json_pure' gem to parse geocoder results."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment