File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
531It's almost Spring time in the Northern hemisphere 🌸
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- faker (3.6 .1 )
4+ faker (3.7 .1 )
55 i18n (>= 1.8.11 , < 2 )
66
77GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Faker # :nodoc:
4- VERSION = '3.6 .1'
4+ VERSION = '3.7 .1'
55end
You can’t perform that action at this time.
0 commit comments