Skip to content

Commit cde67dd

Browse files
committed
Bump version to 2.1.1
1 parent 9b55805 commit cde67dd

File tree

3 files changed

+29
-11
lines changed

3 files changed

+29
-11
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## [v2.1.1](https://github.com/stympy/faker/tree/2.1.1) (2019-10-08)
4+
5+
## Bug/Fixes
6+
7+
- [PR #1685](https://github.com/stympy/faker/pull/1685) Upgrade i18n [@EduardoGHdez](https://github.com/EduardoGHdez)
8+
9+
`bundler-audit` has identified that i18 has fix a security vulnerability, that has been fixed in the 0.8 version.
10+
11+
- [PR #1683](https://github.com/stympy/faker/pull/1683) Rollback Faker::Time changes [@vbrazo](https://github.com/vbrazo)
12+
13+
Rollback Faker::Time changes because we should expect the date format from activesupport's en.yml.
14+
15+
## Documentation
16+
17+
- [PR #1677](https://github.com/stympy/faker/pull/1677) Fix docs for Internet#password generator [@ur5us](https://github.com/ur5us)
18+
19+
------------------------------------------------------------------------------
20+
321
## [v2.1.0](https://github.com/stympy/faker/tree/2.1.0) (2019-31-07)
422

523
## Bug/Fixes

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
faker (2.1.0)
4+
faker (2.1.1)
55
i18n (>= 0.8)
66

77
GEM
@@ -10,17 +10,17 @@ GEM
1010
ast (2.4.0)
1111
coderay (1.1.2)
1212
concurrent-ruby (1.1.5)
13-
docile (1.3.1)
13+
docile (1.3.2)
1414
i18n (1.6.0)
1515
concurrent-ruby (~> 1.0)
16-
jaro_winkler (1.5.2)
17-
json (2.1.0)
16+
jaro_winkler (1.5.3)
17+
json (2.2.0)
1818
method_source (0.9.2)
1919
minitest (5.11.3)
20-
parallel (1.12.1)
21-
parser (2.5.3.0)
20+
parallel (1.17.0)
21+
parser (2.6.3.0)
2222
ast (~> 2.4.0)
23-
power_assert (1.1.3)
23+
power_assert (1.1.4)
2424
powerpack (0.1.2)
2525
pry (0.12.2)
2626
coderay (~> 1.1.0)
@@ -35,7 +35,7 @@ GEM
3535
rainbow (>= 2.2.2, < 4.0)
3636
ruby-progressbar (~> 1.7)
3737
unicode-display_width (~> 1.0, >= 1.0.1)
38-
ruby-progressbar (1.10.0)
38+
ruby-progressbar (1.10.1)
3939
simplecov (0.16.1)
4040
docile (~> 1.1)
4141
json (>= 1.8, < 3)
@@ -44,7 +44,7 @@ GEM
4444
test-unit (3.2.8)
4545
power_assert
4646
timecop (0.9.1)
47-
unicode-display_width (1.4.1)
47+
unicode-display_width (1.6.0)
4848

4949
PLATFORMS
5050
ruby
@@ -60,4 +60,4 @@ DEPENDENCIES
6060
timecop (= 0.9.1)
6161

6262
BUNDLED WITH
63-
1.17.3
63+
2.0.2

lib/faker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Faker #:nodoc:
4-
VERSION = '2.1.0'
4+
VERSION = '2.1.1'
55
end

0 commit comments

Comments
 (0)