We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77fb351 + 9a4d9af commit 2ae6340Copy full SHA for 2ae6340
cortex-plugins-core.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
s.add_dependency "cells-rails", "~> 0.0.6"
22
s.add_dependency "cells-haml", "~> 0.0.10"
23
s.add_dependency "mimemagic", "~> 0.3.2"
24
- s.add_dependency "ckeditor", "~> 4.2.0"
+ s.add_dependency "ckeditor", "= 4.2.0"
25
26
s.add_development_dependency "sqlite3"
27
end
lib/cortex/plugins/core/version.rb
@@ -1,7 +1,7 @@
1
module Cortex
2
module Plugins
3
module Core
4
- VERSION = '0.4.7'
+ VERSION = '0.4.8'
5
6
7
0 commit comments