File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### v5.1.1 / 2026-05-12
2+
3+ [ Full Changelog] ( https://github.com/brightbox/brightbox-cli/compare/v5.1.0...v5.1.1 )
4+
5+ Changes:
6+
7+ * Bump ` addressable ` from 2.8.0 to 2.9.0
8+ * Remove ` BUNDLED_WITH ` from ` Gemfile.lock ` to avoid Bundler conflict
9+ where Ruby 4 failed with v2.4.22 but without specifying everything can
10+ install without a hard bundling error
11+
12+ Testing:
13+
14+ * CI now uses ` bundler-cache ` via ` ruby/setup-ruby ` instead of a manual
15+ Bundler install step, improving reliability across Ruby versions
16+ * Update devcontainer image to Ruby 2.7
17+ * Switch ` jj ` devcontainer feature to ` devcontainer-community ` source
18+
119### v5.1.0 / 2025-12-18
220
321[ Full Changelog] ( https://github.com/brightbox/brightbox-cli/compare/v5.0.0...v5.1.0 )
@@ -22,7 +40,7 @@ Testing:
2240Backwards incompatible changes:
2341
2442* Drop support for Ruby versions older than 2.7
25- * Update ` Gemfile.lock ` to use Bundler 2.4.22
43+
2644* When ENV ` HOME ` is not set, the working directory is used for configs
2745 rather than ` /.brightbox ` to fix issues with containers
2846* ` show ` commands require at least one argument to
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- brightbox-cli (5.1.0 )
4+ brightbox-cli (5.1.1 )
55 abbrev
66 base64
77 bigdecimal
Original file line number Diff line number Diff line change 11module Brightbox
2- VERSION = "5.1.0 " . freeze unless defined? ( Brightbox ::VERSION )
2+ VERSION = "5.1.1 " . freeze unless defined? ( Brightbox ::VERSION )
33end
You can’t perform that action at this time.
0 commit comments