mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Update Gemfile
This commit is contained in:
parent
59952e400c
commit
8302a87671
1 changed files with 3 additions and 2 deletions
5
Gemfile
5
Gemfile
|
@ -57,8 +57,9 @@ gem 'aws-sdk-v1'
|
|||
gem 'delayed_job_active_record'
|
||||
gem 'devise-async'
|
||||
gem 'ruby-graphviz', '~> 1.2' # Graphviz for rails
|
||||
gem 'quill-rails',
|
||||
git: 'https://github.com/biosistemika/quill-rails.git' # Rich text editor
|
||||
gem 'quill-rails', # Rich text editor
|
||||
git: 'https://github.com/biosistemika/quill-rails.git',
|
||||
ref: 'af89d43'
|
||||
|
||||
group :development, :test do
|
||||
gem 'byebug'
|
||||
|
|
Loading…
Reference in a new issue