1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
thoughtbot--factory_bot_rails/gemfiles/rails5.0.gemfile

23 lines
572 B
Text
Raw Normal View History

2016-04-01 11:04:52 -04:00
# This file was generated by Appraisal
source "https://rubygems.org"
gem "appraisal"
gem "aruba"
gem "coffee-rails"
gem "cucumber", "1.3.19"
gem "jquery-rails"
gem "rake"
2016-07-01 09:04:50 -04:00
gem "rspec-rails", "~> 3.5.0.beta4"
2016-04-01 11:04:52 -04:00
gem "uglifier"
gem "test-unit"
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "jdbc-sqlite3", :platforms => :jruby
gem "therubyrhino", :platforms => :jruby
gem "jruby-openssl", :platforms => :jruby
gem "sqlite3", :platforms => :ruby
2016-07-01 09:04:50 -04:00
gem "activerecord", "~> 5.0.0"
gem "railties", "~> 5.0.0"
2016-04-01 11:04:52 -04:00
2018-05-25 10:45:23 -04:00
gemspec :name => "factory_bot_rails", :path => "../"