Skip to content

Commit

Permalink
Update version of refinerycms-acts-as-indexed
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Jun 30, 2016
1 parent e24805c commit fb8a5f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'spring-commands-rspec'
gem 'poltergeist', '>= 1.8.1'

# Add support for refinerycms-acts-as-indexed
gem 'refinerycms-acts-as-indexed', ['~> 2.0', '>= 2.0.0']
gem 'refinerycms-acts-as-indexed', ['~> 3.0', '>= 3.0.0']

# Add the default visual editor, for now.
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.6']
Expand Down
2 changes: 1 addition & 1 deletion templates/refinery/demo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
gem 'quiet_assets', :group => :development
# Add support for refinerycms-acts-as-indexed
gem 'refinerycms-acts-as-indexed', ['~> 2.0', '>= 2.0.0']
gem 'refinerycms-acts-as-indexed', ['~> 3.0', '>= 3.0.0']
# Add support for refinerycms-wymeditor
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.6']
Expand Down
2 changes: 1 addition & 1 deletion templates/refinery/edge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
gem 'quiet_assets', group: :development
# Add support for searching inside Refinery's admin interface.
gem 'refinerycms-acts-as-indexed', ['~> 2.0', '>= 2.0.0']
gem 'refinerycms-acts-as-indexed', ['~> 3.0', '>= 3.0.0']
# Add support for Refinery's custom fork of the visual editor WYMeditor.
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.6']
Expand Down
2 changes: 1 addition & 1 deletion templates/refinery/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
gem 'refinerycms', '~> #{VERSION_BAND}'
# Optionally, specify additional Refinery CMS Extensions here:
gem 'refinerycms-acts-as-indexed', ['~> 2.0', '>= 2.0.1']
gem 'refinerycms-acts-as-indexed', ['~> 3.0', '>= 3.0.0']
gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.6']
gem 'refinerycms-authentication-devise', '~> 1.0'
# gem 'refinerycms-blog', ['~> #{VERSION_BAND}', '>= #{MINOR_VERSION_BAND}']
Expand Down

0 comments on commit fb8a5f0

Please sign in to comment.