From 784c36840bcb075db10ffc165352d48f2576d444 Mon Sep 17 00:00:00 2001 From: Peter Kim Date: Wed, 23 Feb 2022 13:17:43 -0500 Subject: [PATCH] Add , Bump Version 5.1.6 --- CHANGELOG.md | 4 ++++ Gemfile | 1 + Gemfile.lock | 5 ++++- lib/ckeditor/version.rb | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ce66596..bbd0eac3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## NEXT +## Ckeditor 5.1.6 (2-23-2022) + + * Add `cocaine` for ContentTypeDetector + ## Ckeditor 5.1.5 (2-23-2022) * Initialize data in AssetResponse diff --git a/Gemfile b/Gemfile index 4e0bb01d5..a6587b00d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,7 @@ gemspec gem 'rails', '~> 5.2.4.6' platforms :ruby do + gem 'cocaine' gem 'sass' gem 'sqlite3', '~> 1.3.6' gem 'sprockets', '~> 3.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index 8f57ae3f6..b90aebdbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ckeditor (5.1.1) + ckeditor (5.1.5) orm_adapter (~> 0.5.0) GEM @@ -76,6 +76,8 @@ GEM mongoid (>= 3.0, < 8.0) mongoid-grid_fs (>= 1.3, < 3.0) climate_control (0.2.0) + cocaine (0.6.0) + terrapin (= 0.6.0) concurrent-ruby (1.1.9) content_disposition (1.0.0) crass (1.0.6) @@ -249,6 +251,7 @@ DEPENDENCIES carrierwave carrierwave-mongoid ckeditor! + cocaine dragonfly image_processing jquery-rails (~> 4.3.3) diff --git a/lib/ckeditor/version.rb b/lib/ckeditor/version.rb index d9218b0dc..4b26459d3 100644 --- a/lib/ckeditor/version.rb +++ b/lib/ckeditor/version.rb @@ -2,7 +2,7 @@ module Ckeditor module Version - GEM = '5.1.5' + GEM = '5.1.6' EDITOR = '4.17.0' end end