mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
c5d11518d7
* Rename files and code
* Change factory_girl dependency to factory_bot
This change will bring _rails name in line with factory_bot
c716ce01b4
20 lines
424 B
Ruby
20 lines
424 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec name: 'factory_bot_rails'
|
|
|
|
gem 'appraisal'
|
|
gem 'aruba'
|
|
gem 'coffee-rails'
|
|
gem 'cucumber', '1.3.19'
|
|
gem 'jquery-rails'
|
|
gem 'rake'
|
|
gem 'rspec-rails'
|
|
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
|