mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
0ef3f8a2fb
This matches a change made in a recent version of Rails 6.0. Without this commit, CI fails because the wrong version of the gem gets installed.
19 lines
411 B
Text
19 lines
411 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "appraisal"
|
|
gem "aruba"
|
|
gem "cucumber", "1.3.19"
|
|
gem "rake"
|
|
gem "rspec-rails"
|
|
gem "rubocop", "0.54", require: false
|
|
gem "byebug"
|
|
gem "listen", "~> 3.2"
|
|
gem "puma", "~> 4.1"
|
|
gem "rails", "~> 6.0.2", ">= 6.0.2.2"
|
|
gem "spring"
|
|
gem "spring-watcher-listen", "~> 2.0.0"
|
|
gem "sqlite3", "~> 1.4"
|
|
|
|
gemspec name: "factory_bot_rails", path: "../"
|