mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
4c63a128a7
Prior to this commit the tests generated a full rails app, but didn't need many of the libraries included by default. Unneeded gems make the test suite slower, and increase the chance of getting errors when new versions of each gem come out.
19 lines
410 B
Text
19 lines
410 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "appraisal"
|
|
gem "aruba"
|
|
gem "cucumber", "1.3.19"
|
|
gem "rake"
|
|
gem "rspec-rails"
|
|
gem "rubocop", "0.54", require: false
|
|
gem "byebug"
|
|
gem "listen", ">= 3.0.5", "< 3.2"
|
|
gem "puma", "~> 3.7"
|
|
gem "rails", "~> 5.1.7"
|
|
gem "spring"
|
|
gem "spring-watcher-listen", "~> 2.0.0"
|
|
gem "sqlite3", "~> 1.3.6"
|
|
|
|
gemspec name: "factory_bot_rails", path: "../"
|