mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
aad77ceeb6
Following an [update to the thoughtbot guide][guides PR], this commit removes Rubocop and replaces it with [standard]. [guides PR]: https://github.com/thoughtbot/guides/pull/606 [standard]: https://github.com/testdouble/standard
10 lines
163 B
Ruby
10 lines
163 B
Ruby
source "https://rubygems.org"
|
|
|
|
gemspec name: "factory_bot_rails"
|
|
|
|
gem "appraisal"
|
|
gem "aruba"
|
|
gem "cucumber", "1.3.19"
|
|
gem "rake"
|
|
gem "rspec-rails"
|
|
gem "standard"
|