OSDN Git Service

fix filer index
[pettanr/pettanr.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 47e8459..eab107b 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,8 @@ gem 'devise', '=1.5.2'
 gem 'rest-client'
 gem 'underscore-rails'
 gem 'backbone-rails'
+gem 'backbone-relational-rails'
+gem 'backbone-paginator-rails'
 gem 'kaminari'
 gem 'sanitize'
 gem 'aws-s3'
@@ -21,12 +23,11 @@ gem 'circle_speech_balloon'
 gem 'plain_speech_balloon'
 gem 'square_speech_balloon'
 gem 'test_speech_balloon'
-gem 'square_speech_balloon'
 gem 'pettanr_simple_format'
 
 # Bundle edge Rails instead:
 # gem 'rails',     :git => 'git://github.com/rails/rails.git'
-
+gem 'i18n-js'
 
 # Gems used only for assets and not required
 # in production environments by default.
@@ -71,8 +72,12 @@ end
 
 group :test do
   gem 'autotest'
+  gem 'spork'
+  gem 'guard'
+  gem 'guard-spork'
+  gem 'guard-rspec'
   gem 'webmock'
-  gem 'rspec',   '~> 2.0'
+  gem 'rspec'
    gem 'rspec-rails'
    gem 'cucumber'
    gem 'cucumber-rails', require: false