mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
68ccd9c2fd
The version we had locked to doesn't give line numbers for each step in Ruby 3. Instead we see a message: `*** THIS RUBY IMPLEMENTATION DOESN'T REPORT FILE AND LINE FOR PROCS ***` We had originally locked to this version for Ruby 2.2, which we are no longer testing against.
19 lines
394 B
Text
19 lines
394 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "appraisal"
|
|
gem "aruba"
|
|
gem "cucumber"
|
|
gem "rake"
|
|
gem "rspec-rails"
|
|
gem "standard"
|
|
gem "byebug"
|
|
gem "listen", "~> 3.0.5"
|
|
gem "puma", "~> 3.0"
|
|
gem "rails", "~> 5.0.7", ">= 5.0.7.2"
|
|
gem "spring", "!= 2.1.1"
|
|
gem "spring-watcher-listen", "~> 2.0.0"
|
|
gem "sqlite3", "~> 1.3.6"
|
|
|
|
gemspec name: "factory_bot_rails", path: "../"
|