1
0
Fork 0
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:
Daniel Colson 2020-06-24 11:20:12 -04:00 committed by GitHub
parent f606018a78
commit 93179bdcdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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