File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- suspenders (20240516 .0 )
4
+ suspenders (20250317 .0 )
5
5
rails (~> 8.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
Unreleased
2
2
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] [ ]
4
16
* Fixed: [ Specify a tag when installing capybara_accessible_selectors] ( https://github.com/thoughtbot/suspenders/issues/1228 )
5
17
* Fixed: [ Issue 1229: How do we want to handle un-released versions?] ( https://github.com/thoughtbot/suspenders/issues/1229 )
6
18
* 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 1
1
module Suspenders
2
- VERSION = "20240516 .0" . freeze
2
+ VERSION = "20250317 .0" . freeze
3
3
RAILS_VERSION = "~> 8.0" . freeze
4
4
MINIMUM_RUBY_VERSION = ">= 3.1" . freeze
5
5
MINIMUM_NODE_VERSION = "20.0.0" . freeze
You can’t perform that action at this time.
0 commit comments