mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Remove commit reference to quill-rails in Gemfile
This commit is contained in:
parent
d749b6705f
commit
de7c0ad641
2 changed files with 2 additions and 4 deletions
3
Gemfile
3
Gemfile
|
@ -60,8 +60,7 @@ gem 'delayed_job_active_record'
|
|||
gem 'devise-async'
|
||||
gem 'ruby-graphviz', '~> 1.2' # Graphviz for rails
|
||||
gem 'quill-rails', # Rich text editor
|
||||
git: 'https://github.com/biosistemika/quill-rails.git',
|
||||
ref: 'af89d43'
|
||||
git: 'https://github.com/biosistemika/quill-rails.git'
|
||||
|
||||
group :development, :test do
|
||||
gem 'byebug'
|
||||
|
|
|
@ -7,8 +7,7 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: https://github.com/biosistemika/quill-rails.git
|
||||
revision: af89d434aa8271efe00bbc11dcaeab9cf4fa01ca
|
||||
ref: af89d43
|
||||
revision: f229c6779694f40f6facc9e969e52ca46bbe89f0
|
||||
specs:
|
||||
quill-rails (0.1.4)
|
||||
railties (>= 3.1.0, < 5.0)
|
||||
|
|
Loading…
Reference in a new issue