mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
29249b3751
This is similar to the work Christian Bruckmayer is doing over on factory_bot. I read that Hound doesn't support the `inherited_from` key, so I put all of the todos from the auto-generated `.rubocop_todo.yml` straight into the `.rubocop.yml`. fixup! Add RuboCop configuration
22 lines
463 B
Ruby
22 lines
463 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
|
|
|
|
gem "rubocop", "0.54", require: false
|