Skip to content

Commit 4851758

Browse files
Release v5.2.0
1 parent ad1bb2e commit 4851758

3 files changed

Lines changed: 22 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Unreleased
22

3+
4+
## 5.2.0
5+
36
* Add support for Rails 7.0 and Ruby 3.1/3.2 (no changes required)
47
* Fix escaping issue on boolean input with `include_hidden: false` and custom wrapper.
58
* Update Bootstrap install generator version 5. [@mhw](https://github.com/mhw)

Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
PATH
22
remote: .
33
specs:
4-
simple_form (5.1.0)
4+
simple_form (5.2.0)
55
actionpack (>= 5.2)
66
activemodel (>= 5.2)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (7.0.4)
12-
actionview (= 7.0.4)
13-
activesupport (= 7.0.4)
11+
actionpack (7.0.4.2)
12+
actionview (= 7.0.4.2)
13+
activesupport (= 7.0.4.2)
1414
rack (~> 2.0, >= 2.2.0)
1515
rack-test (>= 0.6.3)
1616
rails-dom-testing (~> 2.0)
1717
rails-html-sanitizer (~> 1.0, >= 1.2.0)
18-
actionview (7.0.4)
19-
activesupport (= 7.0.4)
18+
actionview (7.0.4.2)
19+
activesupport (= 7.0.4.2)
2020
builder (~> 3.1)
2121
erubi (~> 1.4)
2222
rails-dom-testing (~> 2.0)
2323
rails-html-sanitizer (~> 1.1, >= 1.2.0)
24-
activemodel (7.0.4)
25-
activesupport (= 7.0.4)
26-
activesupport (7.0.4)
24+
activemodel (7.0.4.2)
25+
activesupport (= 7.0.4.2)
26+
activesupport (7.0.4.2)
2727
concurrent-ruby (~> 1.0, >= 1.0.2)
2828
i18n (>= 1.6, < 2)
2929
minitest (>= 5.1)
3030
tzinfo (~> 2.0)
3131
builder (3.2.4)
32-
concurrent-ruby (1.1.10)
33-
countries (5.3.0)
32+
concurrent-ruby (1.2.0)
33+
countries (5.3.1)
3434
unaccent (~> 0.3)
3535
country_select (8.0.1)
3636
countries (~> 5.0)
@@ -48,24 +48,24 @@ GEM
4848
mini_portile2 (~> 2.8.0)
4949
racc (~> 1.4)
5050
racc (1.6.2)
51-
rack (2.2.5)
51+
rack (2.2.6.2)
5252
rack-test (2.0.2)
5353
rack (>= 1.3)
5454
rails-dom-testing (2.0.3)
5555
activesupport (>= 4.2.0)
5656
nokogiri (>= 1.6)
57-
rails-html-sanitizer (1.4.4)
57+
rails-html-sanitizer (1.5.0)
5858
loofah (~> 2.19, >= 2.19.1)
59-
railties (7.0.4)
60-
actionpack (= 7.0.4)
61-
activesupport (= 7.0.4)
59+
railties (7.0.4.2)
60+
actionpack (= 7.0.4.2)
61+
activesupport (= 7.0.4.2)
6262
method_source
6363
rake (>= 12.2)
6464
thor (~> 1.0)
6565
zeitwerk (~> 2.5)
6666
rake (13.0.6)
6767
thor (1.2.1)
68-
tzinfo (2.0.5)
68+
tzinfo (2.0.6)
6969
concurrent-ruby (~> 1.0)
7070
unaccent (0.4.0)
7171
zeitwerk (2.6.6)
@@ -82,4 +82,4 @@ DEPENDENCIES
8282
simple_form!
8383

8484
BUNDLED WITH
85-
2.4.3
85+
2.4.5

lib/simple_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module SimpleForm
3-
VERSION = "5.1.0".freeze
3+
VERSION = "5.2.0".freeze
44
end

0 commit comments

Comments
 (0)