OSDN Git Service

t#:
[pettanr/pettanr.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 6c82ee8..baf7f92 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,8 +1,10 @@
-source 'http://rubygems.org'
+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'
@@ -33,6 +35,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'