mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
70bc8e2d20
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.
7 lines
144 B
Text
7 lines
144 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "activerecord", "~> 5.2.0"
|
|
|
|
gemspec name: "factory_bot", path: "../"
|