diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-22 11:41:29 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-22 11:41:29 -0600 |
| commit | 795feaa3efd9fa3e3f4c29e292d618d080a29558 (patch) | |
| tree | e0e66e5eff3e8c980c7bedaeccc8403731dfaceb | |
| parent | 8b0c5f865bca5c2910eac1e924917772a7b493ac (diff) | |
install gibbon gem
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -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 |
