1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
thoughtbot--factory_bot_rails/Gemfile
Daniel Colson 68ccd9c2fd Unlock cucumber version
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.
2021-05-26 20:10:18 -04:00

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"