summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-22 11:41:29 -0600
committermo khan <mo@mokhan.ca>2013-07-22 11:41:29 -0600
commit795feaa3efd9fa3e3f4c29e292d618d080a29558 (patch)
treee0e66e5eff3e8c980c7bedaeccc8403731dfaceb
parent8b0c5f865bca5c2910eac1e924917772a7b493ac (diff)
install gibbon gem
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock8
2 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0d7ffd9..adfd294 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,6 +26,7 @@ gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'
+gem 'gibbon'
group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
diff --git a/Gemfile.lock b/Gemfile.lock
index 0bd79b3..4a48b58 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -65,8 +65,14 @@ GEM
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
ffi (1.9.0)
+ gibbon (0.4.6)
+ httparty
+ multi_json (>= 1.3.4)
hike (1.2.3)
http_parser.rb (0.5.3)
+ httparty (0.11.0)
+ multi_json (~> 1.0)
+ multi_xml (>= 0.5.2)
i18n (0.6.4)
jbuilder (1.4.2)
activesupport (>= 3.0.0)
@@ -82,6 +88,7 @@ GEM
mini_portile (0.5.1)
minitest (4.7.5)
multi_json (1.7.7)
+ multi_xml (0.5.4)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
pg (0.15.1)
@@ -186,6 +193,7 @@ DEPENDENCIES
database_cleaner
dotenv-rails
factory_girl_rails
+ gibbon
jbuilder (~> 1.2)
jquery-rails
pg