Skip to content

Commit

Permalink
Set speakingurl-rails to 8.0.0, switch to poltergeist gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Dec 30, 2015
1 parent 028b3b7 commit 9958508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec
gem 'quiet_assets'
gem 'spring'
gem 'spring-commands-rspec'
gem 'poltergeist', github: 'teampoltergeist/poltergeist'
gem 'poltergeist', '>= 1.8.1'

# Add support for refinerycms-acts-as-indexed
gem 'refinerycms-acts-as-indexed', ['~> 2.0', '>= 2.0.0']
Expand Down
2 changes: 1 addition & 1 deletion pages/refinerycms-pages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_dependency 'seo_meta', '~> 2.0.0.rc.1'
s.add_dependency 'refinerycms-core', version
s.add_dependency 'babosa', '!= 0.3.6'
s.add_dependency 'speakingurl-rails', '~> 1.1.2'
s.add_dependency 'speakingurl-rails', '~> 8.0.0'

s.required_ruby_version = Refinery::Version.required_ruby_version
end

0 comments on commit 9958508

Please sign in to comment.