mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-28 17:54:16 +08:00
included updated guill-rails version [fixes SCI-639]
This commit is contained in:
parent
19433850c8
commit
7c7106d8ff
2 changed files with 12 additions and 4 deletions
4
Gemfile
4
Gemfile
|
@ -58,7 +58,9 @@ gem 'aws-sdk-v1'
|
|||
gem 'delayed_job_active_record'
|
||||
gem 'devise-async'
|
||||
gem 'ruby-graphviz', '~> 1.2' # Graphviz for rails
|
||||
gem 'quill-rails', '~> 0.1.0' # Rich text editor
|
||||
gem 'quill-rails',
|
||||
git: 'https://github.com/biosistemika/quill-rails.git',
|
||||
branch: 'update_quill_version' # Rich text editor
|
||||
|
||||
group :development, :test do
|
||||
gem 'byebug'
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -1,3 +1,11 @@
|
|||
GIT
|
||||
remote: https://github.com/biosistemika/quill-rails.git
|
||||
revision: 425a8482396fde98de972ac0929c933eb09a8c1c
|
||||
branch: update_quill_version
|
||||
specs:
|
||||
quill-rails (0.1.4)
|
||||
railties (>= 3.1.0, < 5.0)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
@ -193,8 +201,6 @@ GEM
|
|||
polyglot (0.3.5)
|
||||
powerpack (0.1.1)
|
||||
puma (2.15.3)
|
||||
quill-rails (0.1.4)
|
||||
railties (>= 3.1.0, < 5.0)
|
||||
rack (1.6.4)
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
|
@ -355,7 +361,7 @@ DEPENDENCIES
|
|||
paperclip (~> 4.3)
|
||||
pg
|
||||
puma
|
||||
quill-rails (~> 0.1.0)
|
||||
quill-rails!
|
||||
rails (= 4.2.5)
|
||||
rails_12factor
|
||||
redcarpet
|
||||
|
|
Loading…
Reference in a new issue