Skip to content

Commit 737ae42

Browse files
Bump faker to v3.7.1
1 parent c55d8f5 commit 737ae42

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [v3.7.1](https://github.com/faker-ruby/faker/tree/v3.7.1) (2026-04-14)
4+
5+
Thanks to all contributors!
6+
7+
### Drops support for Ruby 3.1
8+
9+
* Drop support for Ruby EOL 3.1 by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3240
10+
11+
### What's changed
12+
13+
* Remove json_schema and public-suffix versions constraint by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3224
14+
* Added additional football teams by @John222 in https://github.com/faker-ruby/faker/pull/3231
15+
* Remove duplicate 'Recalled to Life' book title by @gkrimer in https://github.com/faker-ruby/faker/pull/3238
16+
17+
### Update development dependencies
18+
19+
* Bump yard from 0.9.38 to 0.9.40 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3237
20+
* Bump timecop from 0.9.10 to 0.9.11 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3236
21+
* Bump rubocop from 1.85.1 to 1.86.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3235
22+
23+
### New Contributors
24+
* @John222 made their first contribution in https://github.com/faker-ruby/faker/pull/3231
25+
* @gkrimer made their first contribution in https://github.com/faker-ruby/faker/pull/3238
26+
27+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.6.1...v3.7.1
28+
329
## [v3.6.1](https://github.com/faker-ruby/faker/tree/v3.6.1) (2026-03-04)
430

531
It's almost Spring time in the Northern hemisphere 🌸

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
faker (3.6.1)
4+
faker (3.7.1)
55
i18n (>= 1.8.11, < 2)
66

77
GEM

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 = '3.6.1'
4+
VERSION = '3.7.1'
55
end

0 commit comments

Comments
 (0)