mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version for the reproduction script [ci skip]
This commit is contained in:
parent
f606018a78
commit
93179bdcdc
1 changed files with 1 additions and 1 deletions
2
.github/REPRODUCTION_SCRIPT.rb
vendored
2
.github/REPRODUCTION_SCRIPT.rb
vendored
|
@ -3,7 +3,7 @@ require "bundler/inline"
|
||||||
gemfile(true) do
|
gemfile(true) do
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
gem "factory_bot", "~> 5.0"
|
gem "factory_bot", "~> 6.0"
|
||||||
gem "activerecord"
|
gem "activerecord"
|
||||||
gem "sqlite3"
|
gem "sqlite3"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue