galetahub/ckeditor

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    ckeditor (5.1.1)
      orm_adapter (~> 0.5.0)

GEM
  remote: http://rubygems.org/
  specs:
    actioncable (5.2.4.6)
      actionpack (= 5.2.4.6)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailer (5.2.4.6)
      actionpack (= 5.2.4.6)
      actionview (= 5.2.4.6)
      activejob (= 5.2.4.6)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.2.4.6)
      actionview (= 5.2.4.6)
      activesupport (= 5.2.4.6)
      rack (~> 2.0, >= 2.0.8)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.2.4.6)
      activesupport (= 5.2.4.6)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.2.4.6)
      activesupport (= 5.2.4.6)
      globalid (>= 0.3.6)
    activemodel (5.2.4.6)
      activesupport (= 5.2.4.6)
    activerecord (5.2.4.6)
      activemodel (= 5.2.4.6)
      activesupport (= 5.2.4.6)
      arel (>= 9.0)
    activestorage (5.2.4.6)
      actionpack (= 5.2.4.6)
      activerecord (= 5.2.4.6)
      marcel (~> 0.3.1)
    activesupport (5.2.4.6)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    arel (9.0.0)
    ast (2.4.2)
    bson (4.12.0)
    bson_ext (1.5.1)
    builder (3.2.4)
    capybara (3.35.3)
      addressable
      mini_mime (>= 0.1.3)
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      regexp_parser (>= 1.5, < 3.0)
      xpath (~> 3.2)
    carrierwave (2.2.0)
      activemodel (>= 5.0.0)
      activesupport (>= 5.0.0)
      addressable (~> 2.6)
      image_processing (~> 1.1)
      mimemagic (>= 0.3.0)
      mini_mime (>= 0.1.3)
      ssrf_filter (~> 1.0)
    carrierwave-mongoid (1.3.0)
      carrierwave (>= 0.8, < 3)
      mongoid (>= 3.0, < 8.0)
      mongoid-grid_fs (>= 1.3, < 3.0)
    climate_control (0.2.0)
    concurrent-ruby (1.1.9)
    content_disposition (1.0.0)
    crass (1.0.6)
    down (5.2.0)
      addressable (~> 2.5)
    dragonfly (1.4.0)
      addressable (~> 2.3)
      multi_json (~> 1.0)
      rack (>= 1.3)
    erubi (1.10.0)
    ffi (1.15.0)
    globalid (0.5.2)
      activesupport (>= 5.0)
    i18n (1.8.11)
      concurrent-ruby (~> 1.0)
    image_processing (1.12.1)
      mini_magick (>= 4.9.5, < 5)
      ruby-vips (>= 2.0.17, < 3)
    jquery-rails (4.3.5)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    loofah (2.12.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    marcel (0.3.3)
      mimemagic (~> 0.3.2)
    method_source (1.0.0)
    mime-types (3.3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2021.0225)
    mimemagic (0.3.10)
      nokogiri (~> 1)
      rake
    mini_magick (4.11.0)
    mini_mime (1.1.2)
    mini_portile2 (2.6.1)
    minitest (5.14.4)
    mongo (2.14.0)
      bson (>= 4.8.2, < 5.0.0)
    mongoid (7.0.12)
      activemodel (>= 5.1, < 6.2)
      mongo (>= 2.7.0, < 3.0.0)
    mongoid-grid_fs (2.4.0)
      mime-types (>= 1.0, < 4.0)
      mongoid (>= 3.0, < 8.0)
    mongoid-paperclip (0.0.11)
      mongoid
      paperclip (>= 2.3.6, != 4.3.0)
    multi_json (1.15.0)
    mynyml-redgreen (0.7.1)
      term-ansicolor (>= 1.0.4)
    nio4r (2.5.8)
    nokogiri (1.12.5)
      mini_portile2 (~> 2.6.1)
      racc (~> 1.4)
    orm_adapter (0.5.0)
    paperclip (6.1.0)
      activemodel (>= 4.2.0)
      activesupport (>= 4.2.0)
      mime-types
      mimemagic (~> 0.3.0)
      terrapin (~> 0.6.0)
    parallel (1.21.0)
    parser (3.0.2.0)
      ast (~> 2.4.1)
    public_suffix (4.0.6)
    racc (1.6.0)
    rack (2.2.3)
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rails (5.2.4.6)
      actioncable (= 5.2.4.6)
      actionmailer (= 5.2.4.6)
      actionpack (= 5.2.4.6)
      actionview (= 5.2.4.6)
      activejob (= 5.2.4.6)
      activemodel (= 5.2.4.6)
      activerecord (= 5.2.4.6)
      activestorage (= 5.2.4.6)
      activesupport (= 5.2.4.6)
      bundler (>= 1.3.0)
      railties (= 5.2.4.6)
      sprockets-rails (>= 2.0.0)
    rails-controller-testing (1.0.5)
      actionpack (>= 5.0.1.rc1)
      actionview (>= 5.0.1.rc1)
      activesupport (>= 5.0.1.rc1)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.4.2)
      loofah (~> 2.3)
    railties (5.2.4.6)
      actionpack (= 5.2.4.6)
      activesupport (= 5.2.4.6)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.19.0, < 2.0)
    rainbow (3.0.0)
    rake (13.0.6)
    rb-fsevent (0.10.4)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    regexp_parser (2.1.1)
    rexml (3.2.5)
    rubocop (1.22.3)
      parallel (~> 1.10)
      parser (>= 3.0.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.12.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.13.0)
      parser (>= 3.0.1.1)
    rubocop-rails (2.12.4)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 1.7.0, < 2.0)
    ruby-progressbar (1.11.0)
    ruby-vips (2.1.0)
      ffi (~> 1.12)
    sass (3.7.4)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    shrine (3.3.0)
      content_disposition (~> 1.0)
      down (~> 5.1)
    shrine-mongoid (1.0.0)
      mongoid (>= 5.0)
      shrine (>= 3.0.0.beta3, < 4)
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.3.0)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    sqlite3 (1.3.13)
    ssrf_filter (1.0.7)
    sync (0.5.0)
    term-ansicolor (1.7.1)
      tins (~> 1.0)
    terrapin (0.6.0)
      climate_control (>= 0.0.3, < 1.0)
    thor (1.1.0)
    thread_safe (0.3.6)
    tins (1.28.0)
      sync
    tzinfo (1.2.9)
      thread_safe (~> 0.1)
    unicode-display_width (2.1.0)
    websocket-driver (0.7.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    xpath (3.2.0)
      nokogiri (~> 1.8)

PLATFORMS
  ruby

DEPENDENCIES
  bson_ext
  capybara (>= 0.4.0)
  carrierwave
  carrierwave-mongoid
  ckeditor!
  dragonfly
  image_processing
  jquery-rails (~> 4.3.3)
  mini_magick
  mongoid (~> 7.0.2)
  mongoid-paperclip
  mynyml-redgreen (~> 0.7.1)
  paperclip (~> 6.1.0)
  rails (~> 5.2.4.6)
  rails-controller-testing
  rubocop-rails
  sass
  shrine
  shrine-mongoid
  sprockets (~> 3.7.2)
  sqlite3 (~> 1.3.6)

BUNDLED WITH
   1.17.3