Skip to content

Commit 4fd9bea

Browse files
justin808claude
andcommitted
Use strict versions for react_on_rails and shakapacker
- Change react_on_rails from ~> 16.0 to strict 16.1.1 - Keep shakapacker at strict 9.0.0.beta.3 (unchanged) - Ensures exact versions are used for better reproducibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1267030 commit 4fd9bea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ gem "rails", "~> 8.0.3"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77

8-
# React on Rails and Shakapacker
9-
gem "react_on_rails", "~> 16.0"
8+
# React on Rails and Shakapacker (strict versions)
9+
gem "react_on_rails", "16.1.1"
1010
gem "shakapacker", "9.0.0.beta.3"
1111
# Use the Puma web server [https://github.com/puma/puma]
1212
gem "puma", ">= 5.0"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ DEPENDENCIES
332332
propshaft
333333
puma (>= 5.0)
334334
rails (~> 8.0.3)
335-
react_on_rails (~> 16.0)
335+
react_on_rails (= 16.1.1)
336336
rubocop-rails-omakase
337337
shakapacker (= 9.0.0.beta.3)
338338
thruster

0 commit comments

Comments
 (0)