Fixing image upload limits, allowing webm, merge/unmerge events trigger
timeline reload in UI, other small fixes
This commit is contained in:
parent
3d566279cb
commit
ce29624c6d
15 changed files with 144 additions and 61 deletions
4
Gemfile
4
Gemfile
|
@ -16,6 +16,7 @@ gem 'dotenv-rails'
|
|||
gem 'font-awesome-rails'
|
||||
|
||||
gem 'paperclip', '~> 4.3'
|
||||
gem 'paperclip-av-transcoder'
|
||||
|
||||
gem 'http'
|
||||
gem 'addressable'
|
||||
|
@ -31,12 +32,11 @@ gem 'hiredis'
|
|||
gem 'redis', '~>3.2'
|
||||
gem 'fast_blank'
|
||||
gem 'htmlentities'
|
||||
gem 'onebox'
|
||||
gem 'simple_form'
|
||||
gem 'will_paginate'
|
||||
gem 'rack-attack'
|
||||
gem 'sidekiq'
|
||||
gem 'sinatra', require: nil, github: 'sinatra'
|
||||
gem 'sinatra', require: nil, git: 'https://github.com/sinatra/sinatra.git'
|
||||
|
||||
gem 'react-rails'
|
||||
gem 'browserify-rails'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue