mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
131d7791c5
* Remove obsolete gemfile * Work around issue with the combination of I18n and JRuby See https://github.com/jruby/jruby/issues/6547 and https://github.com/ruby-i18n/i18n/issues/555 * Use correct released versions of activerecord-jdbcsqlite3-adapter * Require CI to pass on JRuby again * Build on latest JRuby 9.2 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", "~> 60.0", platforms: [:jruby]
|
|
gem "sqlite3", platforms: [:ruby]
|
|
gem "activerecord", "~> 6.0.0"
|
|
|
|
gemspec name: "factory_bot", path: "../"
|