Skip to content

Commit

Permalink
Fix bundle issues in test/development
Browse files Browse the repository at this point in the history
Remove loading a fork when testing against newer
versions of Solidus/Rails.

Now that svenfuchs/routing-filter#76
has been release that's not needed anymore.

We still have to rely on the GitHub version of the gem when
used with Rails 6.1 because the compatibility fix has been
merged but not yet released. see
svenfuchs/routing-filter#75.
  • Loading branch information
kennyadsl committed Jun 24, 2021
1 parent bb3683e commit 045d12c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ gem 'rails', '>0.a'
# Provides basic authentication functionality for testing parts of your engine
# gem 'solidus_auth_devise'

unless %w[v2.9 v2.10].include? branch
# We use routing-filter to test the gem only. This version works with Rails 6.1 as well.
gem 'routing-filter', github: "hasghari/routing-filter", branch: "rails-6.1"
end
gem 'routing-filter', github: "svenfuchs/routing-filter", branch: "master"

case ENV['DB']
when 'mysql'
Expand Down

0 comments on commit 045d12c

Please sign in to comment.