From 5a02441762f3b886d0c181a157ced229249ac51a Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Sun, 1 Dec 2019 03:49:31 -0800 Subject: [PATCH] Update version --- Gemfile.lock | 2 +- lib/faker/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 27897ffe98..86ce90634b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - faker (2.9.0) + faker (2.8.0) i18n (>= 1.6, < 1.8) GEM diff --git a/lib/faker/version.rb b/lib/faker/version.rb index 07e0522f72..b6a2570f77 100644 --- a/lib/faker/version.rb +++ b/lib/faker/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Faker #:nodoc: - VERSION = '2.9.0' + VERSION = '2.8.0' end