mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
3256842209
* Appraise with Rails 5.2 * Drop specific tiny versions for Ruby This will reduce churn on this file as we try to keep up to date with TEENY Ruby releases. Travis installs Ruby via rvm with the --fuzzy flag. They also keep up to date with the latest releases, so --fuzzy will likely always give us the latest TEENY release.
10 lines
300 B
Text
10 lines
300 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
|
|
gem "jdbc-sqlite3", :platforms => :jruby
|
|
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
|
|
gem "activerecord", "~> 5.2.0"
|
|
|
|
gemspec :name => "factory_bot", :path => "../"
|