Skip to content

Commit d71b313

Browse files
Merge branch 'main' into sb/ta-document-lazy-load-experiment
2 parents 0dd9524 + 1ca97a0 commit d71b313

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ GEM
2020
i18n (1.14.8)
2121
concurrent-ruby (~> 1.0)
2222
io-console (0.8.2)
23-
irb (1.16.0)
23+
irb (1.17.0)
2424
pp (>= 0.6.0)
25+
prism (>= 1.3.0)
2526
rdoc (>= 4.0.0)
2627
reline (>= 0.4.2)
2728
json (2.18.0)
@@ -48,7 +49,7 @@ GEM
4849
racc (1.8.1)
4950
rainbow (3.1.1)
5051
rake (13.3.1)
51-
rdoc (7.1.0)
52+
rdoc (7.2.0)
5253
erb
5354
psych (>= 4.0.0)
5455
tsort

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ To prevent Faker (version >= 2.22) from [generating duplicate values](https://gi
157157
you might need to add the following to the `test_helper.rb` or `rails_helper.rb` file:
158158

159159
```ruby
160-
Faker::Config.random = Random.new
160+
Faker::Config.random = Random.new
161161
```
162162

163163
## Generators

lib/locales/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ Faker::Config.default_locale = :pt
5252
In threaded server environments, e.g., Puma, locale per thread can be set as the following:
5353

5454
```ruby
55-
Faker::Config.locale = :es
55+
Faker::Config.locale = :es
5656
```

0 commit comments

Comments
 (0)