Skip to content

Commit

Permalink
Require refinerycms-wymeditor >= 1.0.5 which fixes #2847
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jan 25, 2015
1 parent 5af456c commit e1e725b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -11,7 +11,7 @@ gem 'poltergeist', github: 'teampoltergeist/poltergeist'
gem 'refinerycms-acts-as-indexed', ['~> 2.0', '>= 2.0.0']

# Add the default visual editor, for now.
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.4']
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.5']

# Database Configuration
unless ENV['TRAVIS']
Expand Down
2 changes: 1 addition & 1 deletion templates/refinery/edge.rb
Expand Up @@ -21,7 +21,7 @@
gem 'refinerycms-acts-as-indexed', ['~> 2.0', '>= 2.0.0']
# Add support for refinerycms-wymeditor
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.4']
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.5']
gem 'seo_meta', git: 'https://github.com/parndt/seo_meta', branch: 'master'
Expand Down
2 changes: 1 addition & 1 deletion templates/refinery/installer.rb
Expand Up @@ -20,7 +20,7 @@
# Optionally, specify additional Refinery CMS Extensions here:
gem 'refinerycms-acts-as-indexed', ['~> 1.0', '>= 1.0.0']
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.4']
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.5']
# gem 'refinerycms-blog', ['~> #{VERSION_BAND}', '>= #{MINOR_VERSION_BAND}']
# gem 'refinerycms-inquiries', ['~> #{VERSION_BAND}', '>= #{MINOR_VERSION_BAND}']
# gem 'refinerycms-search', ['~> #{VERSION_BAND}', '>= #{MINOR_VERSION_BAND}']
Expand Down

1 comment on commit e1e725b

@parndt
Copy link
Member Author

@parndt parndt commented on e1e725b Jan 25, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, it fixes another issue entirely! Whoops.

Please sign in to comment.