Commit 77696b1f

mo k <mo@mokhan.ca>
2012-10-18 13:49:41
add jquery-fileupload-rails gem
1 parent 044e16f
Changed files (2)
Gemfile
@@ -18,6 +18,7 @@ gem 'acts-as-taggable-on'
 gem 'newrelic_rpm'
 gem 'delayed_job_active_record'
 gem 'daemons'
+gem 'jquery-fileupload-rails'
 gem 'simplecov', :require => false, :group => :test
 
 group :development, :test do
Gemfile.lock
@@ -165,6 +165,9 @@ GEM
       selenium-webdriver (>= 0.1.3)
     jasmine-core (1.2.0)
     journey (1.0.4)
+    jquery-fileupload-rails (0.3.4)
+      actionpack (>= 3.1)
+      railties (>= 3.1)
     jquery-rails (2.1.2)
       railties (>= 3.1.0, < 5.0)
       thor (~> 0.14)
@@ -312,6 +315,7 @@ DEPENDENCIES
   guard-rspec
   guard-spork
   jasmine
+  jquery-fileupload-rails
   jquery-rails
   kaminari
   newrelic_rpm