Skip to content

Commit c8be1f5

Browse files
justin808claude
andcommitted
Update Gemfile.lock files after dependency installation
Updated Gemfile.lock files in both spec/dummy and react_on_rails_pro/spec/dummy after running bundle install with Ruby 3.3.7 and installing dependencies. Changes include: - Shakapacker version update to 9.3.0 in Pro dummy - Semantic_range version update - Platform and dependency hash updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5cd3cc6 commit c8be1f5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

react_on_rails_pro/spec/dummy/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,9 @@ GEM
402402
rexml (~> 3.2, >= 3.2.5)
403403
rubyzip (>= 1.2.2, < 3.0)
404404
websocket (~> 1.0)
405-
semantic_range (3.0.0)
405+
semantic_range (3.1.0)
406406
sexp_processor (4.17.1)
407-
shakapacker (8.0.0)
407+
shakapacker (9.3.0)
408408
activesupport (>= 5.2)
409409
package_json
410410
rack-proxy (>= 0.6.1)
@@ -536,7 +536,7 @@ DEPENDENCIES
536536
sass-rails
537537
scss_lint
538538
selenium-webdriver (= 4.9.0)
539-
shakapacker (= 8.0.0)
539+
shakapacker (= 9.3.0)
540540
spring
541541
spring-watcher-listen
542542
sprockets

spec/dummy/Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ GEM
269269
rb-fsevent (0.11.2)
270270
rb-inotify (0.10.1)
271271
ffi (~> 1.0)
272+
rbs (3.9.5)
273+
logger
272274
rdoc (6.14.2)
273275
erb
274276
psych (>= 4.0.0)
@@ -433,6 +435,7 @@ DEPENDENCIES
433435
pry-rescue
434436
puma (~> 6.0)
435437
rails (~> 7.1)
438+
rbs
436439
react_on_rails!
437440
rspec-rails
438441
rspec-retry

0 commit comments

Comments
 (0)