File tree Expand file tree Collapse file tree 3 files changed +29
-11
lines changed Expand file tree Collapse file tree 3 files changed +29
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
21
## [ v2.1.0] ( https://github.com/stympy/faker/tree/2.1.0 ) (2019-31-07)
4
22
5
23
## Bug/Fixes
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- faker (2.1.0 )
4
+ faker (2.1.1 )
5
5
i18n (>= 0.8 )
6
6
7
7
GEM
10
10
ast (2.4.0 )
11
11
coderay (1.1.2 )
12
12
concurrent-ruby (1.1.5 )
13
- docile (1.3.1 )
13
+ docile (1.3.2 )
14
14
i18n (1.6.0 )
15
15
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 )
18
18
method_source (0.9.2 )
19
19
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 )
22
22
ast (~> 2.4.0 )
23
- power_assert (1.1.3 )
23
+ power_assert (1.1.4 )
24
24
powerpack (0.1.2 )
25
25
pry (0.12.2 )
26
26
coderay (~> 1.1.0 )
35
35
rainbow (>= 2.2.2 , < 4.0 )
36
36
ruby-progressbar (~> 1.7 )
37
37
unicode-display_width (~> 1.0 , >= 1.0.1 )
38
- ruby-progressbar (1.10.0 )
38
+ ruby-progressbar (1.10.1 )
39
39
simplecov (0.16.1 )
40
40
docile (~> 1.1 )
41
41
json (>= 1.8 , < 3 )
44
44
test-unit (3.2.8 )
45
45
power_assert
46
46
timecop (0.9.1 )
47
- unicode-display_width (1.4.1 )
47
+ unicode-display_width (1.6.0 )
48
48
49
49
PLATFORMS
50
50
ruby
@@ -60,4 +60,4 @@ DEPENDENCIES
60
60
timecop (= 0.9.1 )
61
61
62
62
BUNDLED WITH
63
- 1.17.3
63
+ 2.0.2
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Faker #:nodoc:
4
- VERSION = '2.1.0 '
4
+ VERSION = '2.1.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments