diff --git a/Gemfile.lock b/Gemfile.lock index 10cadee5ed..ceb1dfd4fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - faker (2.4.0) + faker (2.5.0) i18n (~> 1.6.0) GEM diff --git a/lib/faker/version.rb b/lib/faker/version.rb index e1316d735f..5b5e280bb5 100644 --- a/lib/faker/version.rb +++ b/lib/faker/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Faker #:nodoc: - VERSION = '2.4.0' + VERSION = '2.5.0' end