File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- suspenders (20240516 .0 )
4+ suspenders (20250317 .0 )
55 rails (~> 8.0 )
66
77GEM
Original file line number Diff line number Diff line change 11Unreleased
22
3- * Require ` --skip-rubocop ` in favor of our [ linting configuration] [ ]
3+ 20250317.0 (March 17, 2025)
4+
5+ Support Rails 8.
6+
7+ * Fixed: [ Force creation of GitHub Actions CI workflow] ( https://github.com/thoughtbot/suspenders/pull/1249 )
8+ * Fixed: [ Remove dependabot config in favour of upstream] ( https://github.com/thoughtbot/suspenders/pull/1247 )
9+ * Fixed: [ Switch to using yml for generated yaml files] ( https://github.com/thoughtbot/suspenders/pull/1246 )
10+ * Added: [ Add support for Rails 8.0] ( https://github.com/thoughtbot/suspenders/pull/1239 )
11+ * Fixed: [ Ensure ` bin/setup ` works] ( https://github.com/thoughtbot/suspenders/pull/1242 )
12+ * Fixed: [ Add node_modules to .gitignore] ( https://github.com/thoughtbot/suspenders/pull/1235 )
13+ * Fixed: [ Fix generate_readme for running the dev server] ( https://github.com/thoughtbot/suspenders/pull/1231 )
14+ * Added: [ Allow running against suspenders main] ( https://github.com/thoughtbot/suspenders/pull/1230 )
15+ * Added: Require ` --skip-rubocop ` in favor of our [ linting configuration] [ ]
416* Fixed: [ Specify a tag when installing capybara_accessible_selectors] ( https://github.com/thoughtbot/suspenders/issues/1228 )
517* Fixed: [ Issue 1229: How do we want to handle un-released versions?] ( https://github.com/thoughtbot/suspenders/issues/1229 )
618* Fixed: [ Issue 1222: README instructions for running the development server are wrong] ( https://github.com/thoughtbot/suspenders/issues/1222 )
Original file line number Diff line number Diff line change 11module Suspenders
2- VERSION = "20240516 .0" . freeze
2+ VERSION = "20250317 .0" . freeze
33 RAILS_VERSION = "~> 8.0" . freeze
44 MINIMUM_RUBY_VERSION = ">= 3.1" . freeze
55 MINIMUM_NODE_VERSION = "20.0.0" . freeze
You can’t perform that action at this time.
0 commit comments