Skip to content

Commit

Permalink
Add , Bump Version 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kim authored and Peter Kim committed Feb 23, 2022
1 parent c688a51 commit 784c368
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ckeditor (5.1.1)
ckeditor (5.1.5)
orm_adapter (~> 0.5.0)

GEM
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -249,6 +251,7 @@ DEPENDENCIES
carrierwave
carrierwave-mongoid
ckeditor!
cocaine
dragonfly
image_processing
jquery-rails (~> 4.3.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/ckeditor/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Ckeditor
module Version
GEM = '5.1.5'
GEM = '5.1.6'
EDITOR = '4.17.0'
end
end

0 comments on commit 784c368

Please sign in to comment.