diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-18 10:39:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-18 10:39:46 +0200 |
commit | 1153531e923d27e7f83a54b6280b196195f0905e (patch) | |
tree | f4fc5075d38d5dffb8cc20d07127f0756bdbed9a /Gemfile | |
parent | 426e3cc3bcf0b3535725cdacece5316c8b90f911 (diff) |
Bump faker from 3.1.1 to 3.2.0 (#24579)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 4488f77e1..aa8d9d7a7 100644 --- a/Gemfile +++ b/Gemfile @@ -120,7 +120,7 @@ end group :test do gem 'capybara', '~> 3.39' gem 'climate_control' - gem 'faker', '~> 3.1' + gem 'faker', '~> 3.2' gem 'json-schema', '~> 3.0' gem 'rack-test', '~> 2.1' gem 'rails-controller-testing', '~> 1.0' |