Skip to content

Commit 8481a3d

Browse files
committed
Update Gemfile.lock and CHANGELOG.md
1 parent 32d4665 commit 8481a3d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ After a release, please make sure to run `bundle exec rake update_changelog`. Th
2323

2424
Changes since the last non-beta release.
2525

26+
### [16.0.1-rc.2] - 2025-09-20
27+
2628
#### Bug Fixes
2729

2830
- **Doctor rake task**: Fixed LoadError in `rake react_on_rails:doctor` when using packaged gem. The task was trying to require excluded `rakelib/task_helpers` file. [PR 1795](https://github.com/shakacode/react_on_rails/pull/1795)
@@ -1652,7 +1654,8 @@ such as:
16521654

16531655
- Fix several generator-related issues.
16541656

1655-
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/16.0.1-rc.0...master
1657+
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/16.0.1-rc.2...master
1658+
[16.0.1-rc.2]: https://github.com/shakacode/react_on_rails/compare/16.0.1-rc.0...16.0.1-rc.2
16561659
[16.0.1-rc.0]: https://github.com/shakacode/react_on_rails/compare/16.0.0...16.0.1-rc.0
16571660
[16.0.0]: https://github.com/shakacode/react_on_rails/compare/14.2.0...16.0.0
16581661
[14.2.0]: https://github.com/shakacode/react_on_rails/compare/14.1.1...14.2.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
react_on_rails (16.0.1.rc.0)
4+
react_on_rails (16.0.1.rc.2)
55
addressable
66
connection_pool
77
execjs (~> 2.5)

0 commit comments

Comments
 (0)