Skip to content

Commit

Permalink
Loosen geocoder dependency
Browse files Browse the repository at this point in the history
Closes #19.
  • Loading branch information
sferik committed Dec 2, 2014
1 parent f28bdba commit 85409a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion congress.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'hashie', '~> 2.0'
spec.add_dependency 'json', '~> 1.8'
spec.add_dependency 'rash', '~> 0.4'
spec.add_dependency 'geocoder', '~> 1.1.9'
spec.add_dependency 'geocoder', '~> 1.2'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.author = 'Erik Michaels-Ober'
spec.description = 'Ruby wrapper for the Sunlight Congress API, a live JSON API for the people and work of Congress, provided by the Sunlight Foundation.'
Expand Down

1 comment on commit 85409a2

@cforcey
Copy link

@cforcey cforcey commented on 85409a2 Dec 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is awesome -- thank you so much!

Please sign in to comment.