mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
5c52981fcc
This commit gets the Travis build passing by: - Removing Rails 4.2 so we don't have to deal with bundler < 2 anymore - Bumping to latest Rails versions - Explicitly listing all gems that appear in the default Rails Gemfile - Avoiding bootsnap and javascript, since they aren't relevant to these tests Co-authored-by: alex <alexandr1golubenko@gmail.com>
11 lines
187 B
Ruby
11 lines
187 B
Ruby
source "https://rubygems.org"
|
|
|
|
gemspec name: "factory_bot_rails"
|
|
|
|
gem "appraisal"
|
|
gem "aruba"
|
|
gem "cucumber", "1.3.19"
|
|
gem "rake"
|
|
gem "rspec-rails"
|
|
|
|
gem "rubocop", "0.54", require: false
|