diff options
author | Philip Arndt <git@p.arndt.io> | 2015-05-20 12:18:00 +1200 |
---|---|---|
committer | Philip Arndt <git@p.arndt.io> | 2015-05-20 12:19:44 +1200 |
commit | d84600385bcc486241aad4e519164bda62064218 (patch) | |
tree | 2521ec50f6c1a02ccbde862d2b6ab4d365c273df /Gemfile | |
parent | 48929c277c2181355b780d5a5364b4c688bb3bc9 (diff) | |
download | refinerycms-blog-d84600385bcc486241aad4e519164bda62064218.tar.gz refinerycms-blog-d84600385bcc486241aad4e519164bda62064218.tar.bz2 refinerycms-blog-d84600385bcc486241aad4e519164bda62064218.zip |
Removed coupling to refinerycms-wymeditor.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ git "https://github.com/refinery/refinerycms", branch: "master" do end end +# Add the default visual editor, for now. +gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.6'] + group :test do gem 'pry' gem 'launchy' |