add httpparty to gemfile

Andrew Cantino 10 years ago
parent
commit
025a41904a
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Gemfile
  2. 1 0
      Gemfile.lock

+ 1 - 0
Gemfile

@@ -46,6 +46,7 @@ gem 'foreman', '~> 0.63.0'
46 46
 # in its own Gemfile.
47 47
 gem 'geokit', '~> 1.8.4'
48 48
 gem 'geokit-rails', '~> 2.0.1'
49
+gem 'httparty', '~> 0.13'
49 50
 gem 'jquery-rails', '~> 3.1.0'
50 51
 gem 'json', '~> 1.8.1'
51 52
 gem 'jsonpath', '~> 0.5.6'

+ 1 - 0
Gemfile.lock

@@ -413,6 +413,7 @@ DEPENDENCIES
413 413
   geokit-rails (~> 2.0.1)
414 414
   google-api-client
415 415
   hipchat (~> 1.2.0)
416
+  httparty (~> 0.13)
416 417
   jquery-rails (~> 3.1.0)
417 418
   json (~> 1.8.1)
418 419
   jsonpath (~> 0.5.6)