mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
ba7f5ef327
Get rid of the deprecated appraisal rake tasks in favor of running appraisal directly. To run the whole suite, we can run `bundle exec appraisal rake`. I also went ahead and updated all the gemfiles.
23 lines
571 B
Text
23 lines
571 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "appraisal"
|
|
gem "aruba"
|
|
gem "coffee-rails"
|
|
gem "cucumber", "1.3.19"
|
|
gem "jquery-rails"
|
|
gem "rake"
|
|
gem "rspec-rails"
|
|
gem "test-unit"
|
|
gem "uglifier"
|
|
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
|
|
gem "jdbc-sqlite3", platforms: :jruby
|
|
gem "jruby-openssl", platforms: :jruby
|
|
gem "therubyrhino", platforms: :jruby
|
|
gem "sqlite3", platforms: :ruby
|
|
gem "rubocop", "0.54", require: false
|
|
gem "activerecord", "~> 5.1.0"
|
|
gem "railties", "~> 5.1.0"
|
|
|
|
gemspec name: "factory_bot_rails", path: "../"
|