diff --git a/Gemfile.lock b/Gemfile.lock index b57d93e3a0..327a2cd9f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - faker (2.19.0) + faker (2.20.0) i18n (>= 1.8.11, < 2) GEM @@ -11,7 +11,7 @@ GEM coderay (1.1.3) concurrent-ruby (1.1.9) 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 5145a6787a..38acc051d0 100644 --- a/lib/faker/version.rb +++ b/lib/faker/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Faker # :nodoc: - VERSION = '2.19.0' + VERSION = '2.20.0' end