mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
b7eb4db87c
This PR adds the Ruby 3.1 and Rails 7 elements to the CI matrix. To support those changes a number of other changes were required: - Adding a basic Rails 7 Gemfile and updating `Appraisals` - Quoting 3.0 in the `.github/workflows/build.yml` file so that this entry pulls Ruby 3.0.x and not Ruby 3.1 - Adding the "--disable-error_highlight" value for RUBYOPT in the build environment to disable Ruby 3.1 error highlighting - Bumping the version of `standard` and configuring it to run against our oldest supported version
9 lines
249 B
Text
9 lines
249 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby]
|
|
gem "sqlite3", platforms: [:ruby]
|
|
gem "activerecord", "~> 7.0.0"
|
|
|
|
gemspec name: "factory_bot", path: "../"
|