mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
9de5e2b765
* Skip Spring version 2.1.1 Changes introduced in spring 2.1.1 (https://github.com/rails/spring/pull/621) are breaking some tests. That change was reverted in https://github.com/rails/spring/pull/629, but hasn't been released yet. Until #629 is released, this PR skips Spring version 2.1.1. * Bump to latest standard to match CI We are using the latest standard on CI. This bumps the version in the dev Gemfile to match, and fixes one violation. Co-authored-by: Daniel J. Colson <daniel.colson@hey.com>
19 lines
399 B
Text
19 lines
399 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 "standard"
|
|
gem "byebug"
|
|
gem "listen", ">= 3.0.5", "< 3.2"
|
|
gem "puma", "~> 3.7"
|
|
gem "rails", "~> 5.1.7"
|
|
gem "spring", "!= 2.1.1"
|
|
gem "spring-watcher-listen", "~> 2.0.0"
|
|
gem "sqlite3", "~> 1.3.6"
|
|
|
|
gemspec name: "factory_bot_rails", path: "../"
|