Skip to content

Commit ed3eda8

Browse files
committed
Preparing v5.4.0
1 parent 528e67a commit ed3eda8

File tree

7 files changed

+339
-1582
lines changed

7 files changed

+339
-1582
lines changed

.yarnrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# yarn lockfile v1
33

44

5-
lastUpdateCheck 1681870014941
5+
lastUpdateCheck 1698606246341

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ https://github.com/bootstrap-ruby/bootstrap_form/releases
66

77
## Diffs
88

9+
- [5.4.0](https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.3.2...v5.4.0)
10+
[Closed issues](https://github.com/bootstrap-ruby/bootstrap_form/issues?q=closed%3A2023-09-15T21%3A00..2023-10-30T00)
911
- [5.3.2](https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.3.1...v5.3.2)
1012
[Closed issues](https://github.com/bootstrap-ruby/bootstrap_form/issues?q=closed%3A2023-09-15T15%3A00..2023-09-15T21%3A00)
1113
- [5.3.1](https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.3.0...v5.3.1)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Some other nice things that `bootstrap_form` does for you are:
3131

3232
## Installation
3333

34-
Install Bootstrap 5. There are many ways to do this, depending on the asset pipeline you're using in your Rails application. One way is to use the gem that works with Sprockets. To do so, in a brand new Rails 7.0 application created _without_ the `--webpacker` option, add the `bootstrap` gem to your `Gemfile`:
34+
Install Bootstrap 5. There are many ways to do this, depending on the asset pipeline you're using in your Rails application. One way is to use the gem that works with Sprockets. To do so, in a brand new Rails 7.0+ application created _without_ the `--webpacker` option, add the `bootstrap` gem to your `Gemfile`:
3535

3636
```ruby
3737
gem "bootstrap", "~> 5.0"
@@ -42,7 +42,7 @@ And follow the remaining instructions in the [official bootstrap installation gu
4242
Add the `bootstrap_form` gem to your `Gemfile`:
4343

4444
```ruby
45-
gem "bootstrap_form", "~> 5.3"
45+
gem "bootstrap_form", "~> 5.4"
4646
```
4747

4848
Then:

RELEASING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Follow these steps to release a new version of bootstrap_form to rubygems.org.
1414
2. Update the version in `./lib/bootstrap_form/version.rb`.
1515
3. Make sure that you have all the gems necessary for testing and releasing.
1616

17-
BUNDLE_GEMFILE=gemfiles/7.0.gemfile bundle update
17+
BUNDLE_GEMFILE=gemfiles/7.1.gemfile bundle update
1818

1919
4. **Ensure the tests are passing by running the tests**
2020

2121
(There should be no errors or warnings.)
2222

23-
BUNDLE_GEMFILE=gemfiles/7.0.gemfile bundle exec rake test
23+
BUNDLE_GEMFILE=gemfiles/7.1.gemfile bundle exec rake test
2424

2525
5. **Ensure the demo tests are passing by running**
2626

@@ -29,6 +29,8 @@ Follow these steps to release a new version of bootstrap_form to rubygems.org.
2929
bundle exec rake test:all
3030
cd -
3131

32+
(You will have failures unless you're running on a Mac configured so the screenshots will be identical. This is something that we're hoping to fix.)
33+
3234
6. Update the GitHub diff links at the beginning of `CHANGELOG.md` (The pattern should be obvious when you look at them).
3335
7. Update the installation instructions in `README.md` to use the new version.
3436
8. Commit the CHANGELOG and version changes in a single commit; the message should be "Preparing vX.Y.Z" where `X.Y.Z` is the version being released.

demo/Gemfile.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
bootstrap_form (5.3.2)
4+
bootstrap_form (5.4.0)
55
actionpack (>= 6.1)
66
activemodel (>= 6.1)
77

@@ -121,15 +121,15 @@ GEM
121121
i18n (1.14.1)
122122
concurrent-ruby (~> 1.0)
123123
io-console (0.6.0)
124-
irb (1.8.1)
124+
irb (1.8.3)
125125
rdoc
126126
reline (>= 0.3.8)
127127
jbuilder (2.11.5)
128128
actionview (>= 5.0.0)
129129
activesupport (>= 5.0.0)
130130
jsbundling-rails (1.2.1)
131131
railties (>= 6.0.0)
132-
loofah (2.21.3)
132+
loofah (2.21.4)
133133
crass (~> 1.0.2)
134134
nokogiri (>= 1.12.0)
135135
mail (2.8.1)
@@ -140,7 +140,7 @@ GEM
140140
marcel (1.0.2)
141141
matrix (0.4.2)
142142
mini_mime (1.1.5)
143-
mini_portile2 (2.8.4)
143+
mini_portile2 (2.8.5)
144144
minitest (5.20.0)
145145
msgpack (1.7.2)
146146
mutex_m (0.1.2)
@@ -161,7 +161,7 @@ GEM
161161
racc (~> 1.4)
162162
nokogiri (1.15.4-x86_64-linux)
163163
racc (~> 1.4)
164-
psych (5.1.0)
164+
psych (5.1.1.1)
165165
stringio
166166
public_suffix (5.0.3)
167167
puma (6.4.0)
@@ -204,16 +204,16 @@ GEM
204204
rake (>= 12.2)
205205
thor (~> 1.0, >= 1.2.2)
206206
zeitwerk (~> 2.6)
207-
rake (13.0.6)
207+
rake (13.1.0)
208208
rdoc (6.5.0)
209209
psych (>= 4.0.0)
210-
regexp_parser (2.8.1)
210+
regexp_parser (2.8.2)
211211
reline (0.3.9)
212212
io-console (~> 0.5)
213213
rexml (3.2.6)
214214
ruby2_keywords (0.0.5)
215215
rubyzip (2.3.2)
216-
selenium-webdriver (4.13.1)
216+
selenium-webdriver (4.14.0)
217217
rexml (~> 3.2, >= 3.2.5)
218218
rubyzip (>= 1.2.2, < 3.0)
219219
websocket (~> 1.0)
@@ -224,12 +224,12 @@ GEM
224224
actionpack (>= 5.2)
225225
activesupport (>= 5.2)
226226
sprockets (>= 3.0.0)
227-
sqlite3 (1.6.6)
227+
sqlite3 (1.6.7)
228228
mini_portile2 (~> 2.8.0)
229-
sqlite3 (1.6.6-x86_64-darwin)
230-
sqlite3 (1.6.6-x86_64-linux)
229+
sqlite3 (1.6.7-x86_64-darwin)
230+
sqlite3 (1.6.7-x86_64-linux)
231231
stringio (3.0.8)
232-
thor (1.2.2)
232+
thor (1.3.0)
233233
timeout (0.4.0)
234234
tzinfo (2.0.6)
235235
concurrent-ruby (~> 1.0)
@@ -270,4 +270,4 @@ DEPENDENCIES
270270
web-console
271271

272272
BUNDLED WITH
273-
2.4.13
273+
2.4.1

0 commit comments

Comments
 (0)