Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ gem 'sidekiq'
gem 'react-rails'
gem "virtus"
gem 'simplecov', require: false, group: :test
gem 'dropzonejs-rails'
gem 'cocoon'

group :development, :test do
gem 'pry'
gem 'pry-byebug'
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ GEM
coffee-rails (>= 3.2)
railties (>= 3.0)
sass-rails (>= 3.2)
cocoon (1.2.9)
coderay (1.1.1)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
Expand All @@ -106,6 +107,8 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.2.5)
docile (1.1.5)
dropzonejs-rails (0.7.3)
rails (> 3.1)
equalizer (0.0.11)
erubis (2.7.0)
exception_notification (4.2.1)
Expand Down Expand Up @@ -479,8 +482,10 @@ DEPENDENCIES
cancancan
carrierwave!
chosen-rails
cocoon
coffee-rails (~> 4.1.0)
cowsay
dropzonejs-rails
exception_notification
factory_girl_rails
faker!
Expand Down
2 changes: 2 additions & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
//= require react-input-autosize
//= require react-select
//= require components
//= require dropzone
//= require cocoon
//= require_tree .
//

Expand Down
Loading