OSDN Git Service

fix form extend
[pettanr/pettanr.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index dcd755b..d9887dd 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,9 +3,12 @@ source 'https://rubygems.org'
 gem 'rails', '3.1.1'
 gem 'devise', '=1.5.2'
 gem 'rest-client'
+gem 'underscore-rails'
+gem 'backbone-rails'
 gem 'kaminari'
 gem 'sanitize'
 gem 'aws-s3'
+gem 'awesome_nested_set'
 gem 'validates_existence'
 gem "validate_url"
 gem "pettanr_creative_commons_v30_licenses"
@@ -17,6 +20,7 @@ gem 'pettanr_unknown_v01_licenses'
 gem 'circle_speech_balloon'
 gem 'plain_speech_balloon'
 gem 'square_speech_balloon'
+gem 'test_speech_balloon'
 gem 'pettanr_simple_format'
 
 # Bundle edge Rails instead:
@@ -33,6 +37,7 @@ end
 
 gem 'jquery-rails'
 gem 'jquery-ui-rails'
+gem "jquery-validation-rails"
 
 # To use ActiveModel has_secure_password
 gem 'bcrypt-ruby', '~> 3.0.0'