1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/gemfiles/4.2.gemfile
Daniel Colson 70bc8e2d20
Update development dependencies
I consolidated all the development dependencies in the gemspec,
then ran `bundle update` and `appraisal install`.

I also got rid of unnecessary version constraints (I would rather just
the latest versions of things in development, and we can always add
constraints later if necessary), and removed the jruby-specific gems
since we aren't testing on jruby anymore.
2019-01-04 20:59:12 -05:00

7 lines
146 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "activerecord", "~> 4.2.5.1"
gemspec name: "factory_bot", path: "../"