mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 00:24:42 +08:00
Merge pull request #274 from ZmagoD/zd_SCI_639
Customize the library SCI-639
This commit is contained in:
commit
a5637a65a0
2 changed files with 10 additions and 4 deletions
3
Gemfile
3
Gemfile
|
@ -57,7 +57,8 @@ 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' # Rich text editor
|
||||
|
||||
group :development, :test do
|
||||
gem 'byebug'
|
||||
|
|
11
Gemfile.lock
11
Gemfile.lock
|
@ -1,3 +1,10 @@
|
|||
GIT
|
||||
remote: https://github.com/biosistemika/quill-rails.git
|
||||
revision: a1ae9f8a59d42661f340437bc5f5951530628b15
|
||||
specs:
|
||||
quill-rails (0.1.4)
|
||||
railties (>= 3.1.0, < 5.0)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
@ -193,8 +200,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 +360,7 @@ DEPENDENCIES
|
|||
paperclip (~> 4.3)
|
||||
pg
|
||||
puma
|
||||
quill-rails (~> 0.1.0)
|
||||
quill-rails!
|
||||
rails (= 4.2.5)
|
||||
rails_12factor
|
||||
redcarpet
|
||||
|
|
Loading…
Add table
Reference in a new issue