Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrazo committed Aug 10, 2019
1 parent 9b55805 commit cde67dd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [v2.1.1](https://github.com/stympy/faker/tree/2.1.1) (2019-10-08)

## Bug/Fixes

- [PR #1685](https://github.com/stympy/faker/pull/1685) Upgrade i18n [@EduardoGHdez](https://github.com/EduardoGHdez)

`bundler-audit` has identified that i18 has fix a security vulnerability, that has been fixed in the 0.8 version.

- [PR #1683](https://github.com/stympy/faker/pull/1683) Rollback Faker::Time changes [@vbrazo](https://github.com/vbrazo)

Rollback Faker::Time changes because we should expect the date format from activesupport's en.yml.

## Documentation

- [PR #1677](https://github.com/stympy/faker/pull/1677) Fix docs for Internet#password generator [@ur5us](https://github.com/ur5us)

------------------------------------------------------------------------------

## [v2.1.0](https://github.com/stympy/faker/tree/2.1.0) (2019-31-07)

## Bug/Fixes
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
faker (2.1.0)
faker (2.1.1)
i18n (>= 0.8)

GEM
Expand All @@ -10,17 +10,17 @@ GEM
ast (2.4.0)
coderay (1.1.2)
concurrent-ruby (1.1.5)
docile (1.3.1)
docile (1.3.2)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
json (2.1.0)
jaro_winkler (1.5.3)
json (2.2.0)
method_source (0.9.2)
minitest (5.11.3)
parallel (1.12.1)
parser (2.5.3.0)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
power_assert (1.1.3)
power_assert (1.1.4)
powerpack (0.1.2)
pry (0.12.2)
coderay (~> 1.1.0)
Expand All @@ -35,7 +35,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
ruby-progressbar (1.10.1)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -44,7 +44,7 @@ GEM
test-unit (3.2.8)
power_assert
timecop (0.9.1)
unicode-display_width (1.4.1)
unicode-display_width (1.6.0)

PLATFORMS
ruby
Expand All @@ -60,4 +60,4 @@ DEPENDENCIES
timecop (= 0.9.1)

BUNDLED WITH
1.17.3
2.0.2
2 changes: 1 addition & 1 deletion lib/faker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Faker #:nodoc:
VERSION = '2.1.0'
VERSION = '2.1.1'
end

0 comments on commit cde67dd

Please sign in to comment.