Skip to content

Commit

Permalink
Lock FactoryBot to v4.10 for Solidus versions lower than 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aitbw committed Dec 14, 2018
1 parent e3c52dc commit cea0bd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ else
gem "rails", "~> 4.2.7"
end

if branch < 'v2.5'
gem 'factory_bot', '4.10.0'
else
gem 'factory_bot', '> 4.10.0'
end

gem 'pg', '~> 0.21'
gem 'mysql2', '~> 0.4.10'

Expand Down

0 comments on commit cea0bd1

Please sign in to comment.