Skip to content

Commit

Permalink
Merge pull request #2081 from dangerdogz/feature/truncate_html
Browse files Browse the repository at this point in the history
Move OrdersHelper from Core to Frontend
  • Loading branch information
tvdeyen authored Jul 21, 2017
2 parents 6536efd + e854c3e commit bdab023
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion core/solidus_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Gem::Specification.new do |s|
s.add_dependency 'responders'
s.add_dependency 'state_machines-activerecord', '~> 0.4'
s.add_dependency 'stringex', '~> 1.5.1'
s.add_dependency 'truncate_html', '~> 0.9', '>= 0.9.2'
s.add_dependency 'twitter_cldr', '>= 3.0', '< 5'

s.add_development_dependency 'email_spec', '~> 1.6'
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions frontend/solidus_frontend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency 'sass-rails'
s.add_dependency 'coffee-rails'
s.add_dependency 'font-awesome-rails', '~> 4.0'
s.add_dependency 'truncate_html', '~> 0.9', '>= 0.9.2'

s.add_development_dependency 'capybara-accessible'
end
File renamed without changes.

0 comments on commit bdab023

Please sign in to comment.