aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPhilip Arndt <git@p.arndt.io>2015-05-20 12:18:00 +1200
committerPhilip Arndt <git@p.arndt.io>2015-05-20 12:19:44 +1200
commitd84600385bcc486241aad4e519164bda62064218 (patch)
tree2521ec50f6c1a02ccbde862d2b6ab4d365c273df /Gemfile
parent48929c277c2181355b780d5a5364b4c688bb3bc9 (diff)
downloadrefinerycms-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--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 79f0594..e70795d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'