mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
5b0257363c
to run rubocop locally and not to wait for HoundCI to bark at us. The version is locked to 0.54 because this is the version HoundCI is using. Using a newer version will not work as config changed from 0.54 to currently 0.59 and rubocop would complain with the old configuration. thoughtbot uses the .rubocop.yml in thoughtbot/guides as the orginizational config on Hound, so we inherit from it so we can use the same config locally. Fix #1195.
10 lines
241 B
Ruby
10 lines
241 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec name: 'factory_bot'
|
|
|
|
gem 'activerecord-jdbcsqlite3-adapter', platforms: :jruby
|
|
gem 'jdbc-sqlite3', platforms: :jruby
|
|
|
|
gem 'sqlite3', '~> 1.3.10', platforms: :ruby
|
|
|
|
gem 'rubocop', '0.54', require: false
|