Skip to content

Commit

Permalink
Remove routing-filter
Browse files Browse the repository at this point in the history
This gem was only utilized in the test sandbox, but users are expected
to configure locale routing themselves. Since this gem does not
support rails 7.

svenfuchs/routing-filter#87
  • Loading branch information
harmonymjb committed Jan 21, 2025
1 parent 5529048 commit 776d1cf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ gem 'rails', '>0.a'
# gem 'solidus_auth_devise'

gem 'friendly_id-globalize', github: 'norman/friendly_id-globalize', branch: "master"
gem 'routing-filter'

case ENV['DB']
when 'mysql'
Expand Down
1 change: 0 additions & 1 deletion solidus_globalize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ Gem::Specification.new do |s|

s.add_development_dependency 'byebug'
s.add_development_dependency 'pry-rails', '>= 0.3.0'
s.add_development_dependency 'routing-filter', '~> 0.6'
s.add_development_dependency 'solidus_dev_support'
end
15 changes: 0 additions & 15 deletions spec/support/routing_filter.rb

This file was deleted.

0 comments on commit 776d1cf

Please sign in to comment.