From ee00215ca3ebef6cea3bafb6c83c9bb87f0c7a07 Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Sun, 15 May 2022 14:53:43 -0700 Subject: [PATCH] Bump faker to 2.21.0 --- Gemfile.lock | 6 +++--- lib/faker/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4c4bd23bd8..8a65f9037f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - faker (2.20.0) + faker (2.21.0) i18n (>= 1.8.11, < 2) GEM @@ -9,9 +9,9 @@ GEM specs: ast (2.4.2) coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) docile (1.3.2) - i18n (1.8.11) + i18n (1.10.0) concurrent-ruby (~> 1.0) json (2.3.0) method_source (1.0.0) diff --git a/lib/faker/version.rb b/lib/faker/version.rb index 38acc051d0..8549c81d18 100644 --- a/lib/faker/version.rb +++ b/lib/faker/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Faker # :nodoc: - VERSION = '2.20.0' + VERSION = '2.21.0' end