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