chore(deps): update dependency faker to v3

This commit is contained in:
James Harton 2022-11-02 15:42:50 +13:00
parent 8d5f344fca
commit bfdf880a0b
2 changed files with 3 additions and 3 deletions

View file

@ -10,4 +10,4 @@ gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.38.0'
gem 'faker', '~> 2.11'
gem 'faker', '~> 3.0'

View file

@ -12,7 +12,7 @@ GEM
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
dry-inflector (0.2.1)
faker (2.23.0)
faker (3.0.0)
i18n (>= 1.8.11, < 2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
@ -60,7 +60,7 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
faker (~> 2.11)
faker (~> 3.0)
pry (~> 0.14.0)
rake (~> 13.0)
rspec (~> 3.0)