Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "rails", "~> 8.0.3"
gem "pg", "~> 1.1"

# React on Rails and Shakapacker for webpack integration
gem "shakapacker", "9.0.0.beta.3"
gem "shakapacker", "9.3.0.beta.1"
gem "react_on_rails", "16.1.1"

# Remove propshaft since we'll use shakapacker
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ GEM
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.3)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
Expand All @@ -92,7 +92,7 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
drb (2.2.3)
erb (5.0.2)
erb (5.1.1)
erubi (1.13.1)
execjs (2.10.0)
globalid (1.3.0)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
net-smtp
marcel (1.1.0)
mini_mime (1.1.5)
minitest (5.25.5)
minitest (5.26.0)
msgpack (1.8.0)
net-imap (0.5.10)
date
Expand Down Expand Up @@ -158,7 +158,7 @@ GEM
pg (1.6.2-arm64-darwin)
pg (1.6.2-x86_64-linux)
pg (1.6.2-x86_64-linux-musl)
pp (0.6.2)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.5.1)
Expand All @@ -169,7 +169,7 @@ GEM
puma (7.0.4)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.1)
rack (3.2.3)
rack-proxy (0.7.7)
rack
rack-session (2.1.1)
Expand Down Expand Up @@ -211,9 +211,10 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.0)
rdoc (6.14.2)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
react_on_rails (16.1.1)
addressable
connection_pool
Expand Down Expand Up @@ -255,7 +256,7 @@ GEM
ruby-progressbar (1.13.0)
securerandom (0.4.1)
semantic_range (3.1.0)
shakapacker (9.0.0.beta.3)
shakapacker (9.3.0.beta.1)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
Expand All @@ -270,7 +271,7 @@ GEM
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.3)
uri (1.0.4)
useragent (0.16.11)
web-console (4.2.1)
actionview (>= 6.0.0)
Expand Down Expand Up @@ -304,7 +305,7 @@ DEPENDENCIES
rails (~> 8.0.3)
react_on_rails (= 16.1.1)
rubocop-rails-omakase
shakapacker (= 9.0.0.beta.3)
shakapacker (= 9.3.0.beta.1)
tzinfo-data
web-console

Expand Down
Loading