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/Gemfile
Daniel Colson 2ee8a2f99d Update Appraisals
Get rid of the deprecated appraisal rake tasks in favor of running
appraisal directly with `bundle exec appraisal rake`.

I also went ahead and updated all the gemfiles.
2018-10-31 15:35:35 -04:00

11 lines
252 B
Ruby

source "https://rubygems.org"
gemspec name: "factory_bot"
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
gem "jdbc-sqlite3", platforms: :jruby
gem "sqlite3", "~> 1.3.10", platforms: :ruby
gem "rake"
gem "rubocop", "0.54", require: false