aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
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'