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.
10 lines
153 B
Ruby
10 lines
153 B
Ruby
source "https://rubygems.org"
|
|
|
|
gemspec name: "factory_bot_rails"
|
|
|
|
gem "appraisal"
|
|
gem "aruba"
|
|
gem "cucumber"
|
|
gem "rake"
|
|
gem "rspec-rails"
|
|
gem "standard"
|