Browse Source

Add ckeditor

pull/6/head
Angel Aviel Domaoan 4 years ago committed by Angel Aviel Domaoan
parent
commit
8c9aa00598
  1. 1
      Gemfile
  2. 13
      Gemfile.lock

1
Gemfile

@ -80,6 +80,7 @@ gem "nokogiri", ">= 1.12.0"
gem "nokogiri-styles" gem "nokogiri-styles"
gem "state_machines", github: "state-machines/state_machines" gem "state_machines", github: "state-machines/state_machines"
gem "state_machines-activerecord" gem "state_machines-activerecord"
gem "ckeditor", github: "CDAsia/ckeditor", branch: "4-3-stable"
# Security # Security
gem "cancancan", "~> 1.17.0" gem "cancancan", "~> 1.17.0"

13
Gemfile.lock

@ -1,3 +1,12 @@
GIT
remote: https://github.com/CDAsia/ckeditor.git
revision: cd8ad0f4ea007307ede10d3701ca8df7e5b1ba8d
branch: 4-3-stable
specs:
ckeditor (4.3.0)
orm_adapter (~> 0.5.0)
terrapin
GIT GIT
remote: https://github.com/netguru/capistrano-docker.git remote: https://github.com/netguru/capistrano-docker.git
revision: 873aa5fdce66c6962dad555a914d31d4fdc77f5c revision: 873aa5fdce66c6962dad555a914d31d4fdc77f5c
@ -143,6 +152,7 @@ GEM
regexp_parser (>= 1.5, < 3.0) regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2) xpath (~> 3.2)
childprocess (4.1.0) childprocess (4.1.0)
climate_control (0.2.0)
coderay (1.1.3) coderay (1.1.3)
concurrent-ruby (1.1.9) concurrent-ruby (1.1.9)
connection_pool (2.2.5) connection_pool (2.2.5)
@ -368,6 +378,8 @@ GEM
sunspot_solr (2.5.0) sunspot_solr (2.5.0)
sunspot_submodel_index (0.0.5) sunspot_submodel_index (0.0.5)
terminal-notifier (2.0.0) terminal-notifier (2.0.0)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
thor (1.2.1) thor (1.2.1)
thread-local (1.1.0) thread-local (1.1.0)
tilt (2.0.10) tilt (2.0.10)
@ -430,6 +442,7 @@ DEPENDENCIES
capistrano-ssh-doctor capistrano-ssh-doctor
capistrano3-puma capistrano3-puma
capybara (>= 3.26) capybara (>= 3.26)
ckeditor!
devise (>= 4.7.1) devise (>= 4.7.1)
ed25519 (~> 1.3) ed25519 (~> 1.3)
figaro figaro

Loading…
Cancel
Save