Use faker 2 which supports keyword arguments

https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md#v20-2019-07-31
This commit is contained in:
Yasuo Honda 2021-01-04 19:56:14 +09:00
parent 9d336ced99
commit 01e128847b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ rails_version = case rails
rails
end
gem 'faker', '~> 1.0'
gem 'faker', '~> 2.0'
gem 'sqlite3', ::Gem::Version.new(rails_version) >= ::Gem::Version.new('6-0-stable') ? '~> 1.4.1' : '~> 1.3.3'
gem 'pg', '~> 1.0'
gem 'pry', '~> 0.12.2'