about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-11 22:38:07 +0900
committerYamagishi Kazutoshi <ykzts@desire.sh>2019-11-11 22:38:07 +0900
commit6fa2f3eba3cd212c4b4ddc4cf63bf94e0d224287 (patch)
treec9ac954e5676bc80f02876edd183cc962e5ce1a1 /Gemfile
parent169ce493a72e74cca2de56f52f4687479e58f758 (diff)
Bump faker from 2.6.0 to 2.7.0 (#12354)
Bumps [faker](https://github.com/faker-ruby/faker) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faker-ruby/faker/compare/v2.6.0...v2.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 56ff483b9..c9cb74b77 100644
--- a/Gemfile
+++ b/Gemfile
@@ -116,7 +116,7 @@ end
 group :test do
   gem 'capybara', '~> 3.29'
   gem 'climate_control', '~> 0.2'
-  gem 'faker', '~> 2.6'
+  gem 'faker', '~> 2.7'
   gem 'microformats', '~> 4.1'
   gem 'rails-controller-testing', '~> 1.0'
   gem 'rspec-sidekiq', '~> 3.0'