Skip to content

Commit c7c3d73

Browse files
authored
Build(deps): Bump bootstrap from 5.3.3 to 5.3.5 (#820)
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 5.3.3 to 5.3.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/twbs/bootstrap-rubygem/blob/main/CHANGELOG.md">bootstrap's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>The changelog is tracked here but also in <a href="https://github.com/twbs/bootstrap-rubygem/releases">the Releases section of the GitHub project</a>. The changelog only includes changes specific to the RubyGem.</p> <p>The Bootstrap framework changes can be found in <a href="https://github.com/twbs/bootstrap/releases">the Releases section of twbs/bootstrap</a>. Release announcement posts on <a href="http://blog.getbootstrap.com">the official Bootstrap blog</a> contain summaries of the most noteworthy changes made in each release of Bootstrap.</p> <h1>5.3.4</h1> <ul> <li>Autoprefixer is now optional. <a href="https://redirect.github.com/twbs/bootstrap-rubygem/pull/283">#283</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twbs/bootstrap-rubygem/commit/decb9616d0cfb553c2b4bff37a929aa0f69011ec"><code>decb961</code></a> Update to v5.3.5</li> <li><a href="https://github.com/twbs/bootstrap-rubygem/commit/3203a20e0666b3c46206f8750c4e5f94b10e8371"><code>3203a20</code></a> Update to v5.3.4</li> <li><a href="https://github.com/twbs/bootstrap-rubygem/commit/1e6b6b24afe23fe93042a413b4e9cf8dbc1f0a3e"><code>1e6b6b2</code></a> Fix rails test</li> <li><a href="https://github.com/twbs/bootstrap-rubygem/commit/ce9dfc26312eb0034a3d637b3fa9f16cd3dbb029"><code>ce9dfc2</code></a> Fix outdated gem count in README.</li> <li><a href="https://github.com/twbs/bootstrap-rubygem/commit/f1f92e0cb077d9bbfe0986fd1184a0560d022aa0"><code>f1f92e0</code></a> Make autoprefixer dependency optional</li> <li>See full diff in <a href="https://github.com/twbs/bootstrap-rubygem/compare/v5.3.3...v5.3.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=bundler&previous-version=5.3.3&new-version=5.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents f17e7aa + d860621 commit c7c3d73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ GEM
164164
mime-types (>= 2.99)
165165
unf
166166
ast (2.4.3)
167-
autoprefixer-rails (10.4.21.0)
168-
execjs (~> 2)
169167
aws-eventstream (1.3.2)
170168
aws-partitions (1.1078.0)
171169
aws-sdk-core (3.222.1)
@@ -201,8 +199,7 @@ GEM
201199
debug_inspector (>= 1.2.0)
202200
bootsnap (1.18.4)
203201
msgpack (~> 1.2)
204-
bootstrap (5.3.3)
205-
autoprefixer-rails (>= 9.1.0)
202+
bootstrap (5.3.5)
206203
popper_js (>= 2.11.8, < 3)
207204
brakeman (7.0.2)
208205
racc

0 commit comments

Comments
 (0)