File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ source "https://rubygems.org"
44gem "rails" , "~> 8.0.3"
55# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66gem "propshaft"
7+
8+ # React on Rails and Shakapacker (strict versions)
9+ gem "react_on_rails" , "16.1.1"
10+ gem "shakapacker" , "9.0.0.beta.3"
711# Use the Puma web server [https://github.com/puma/puma]
812gem "puma" , ">= 5.0"
913# Build JSON APIs with ease [https://github.com/rails/jbuilder]
Original file line number Diff line number Diff line change 7272 securerandom (>= 0.3 )
7373 tzinfo (~> 2.0 , >= 2.0.5 )
7474 uri (>= 0.13.1 )
75+ addressable (2.8.7 )
76+ public_suffix (>= 2.0.2 , < 7.0 )
7577 ast (2.4.3 )
7678 base64 (0.3.0 )
7779 bcrypt_pbkdf (1.1.1 )
9597 ed25519 (1.4.0 )
9698 erb (5.0.2 )
9799 erubi (1.13.1 )
100+ execjs (2.10.0 )
98101 globalid (1.3.0 )
99102 activesupport (>= 6.1 )
100103 i18n (1.14.7 )
164167 nokogiri (1.18.10-x86_64-linux-musl )
165168 racc (~> 1.4 )
166169 ostruct (0.6.3 )
170+ package_json (0.1.0 )
167171 parallel (1.27.0 )
168172 parser (3.3.9.0 )
169173 ast (~> 2.4.1 )
@@ -179,10 +183,13 @@ GEM
179183 psych (5.2.6 )
180184 date
181185 stringio
186+ public_suffix (6.0.2 )
182187 puma (7.0.4 )
183188 nio4r (~> 2.0 )
184189 racc (1.8.1 )
185190 rack (3.2.1 )
191+ rack-proxy (0.7.7 )
192+ rack
186193 rack-session (2.1.1 )
187194 base64 (>= 0.1.0 )
188195 rack (>= 3.0.0 )
225232 rdoc (6.14.2 )
226233 erb
227234 psych (>= 4.0.0 )
235+ react_on_rails (16.1.1 )
236+ addressable
237+ connection_pool
238+ execjs (~> 2.5 )
239+ rails (>= 5.2 )
240+ rainbow (~> 3.0 )
241+ shakapacker (>= 6.0 )
228242 regexp_parser (2.11.3 )
229243 reline (0.6.2 )
230244 io-console (~> 0.5 )
258272 rubocop-rails (>= 2.30 )
259273 ruby-progressbar (1.13.0 )
260274 securerandom (0.4.1 )
275+ semantic_range (3.1.0 )
276+ shakapacker (9.0.0.beta.3 )
277+ activesupport (>= 5.2 )
278+ package_json
279+ rack-proxy (>= 0.6.1 )
280+ railties (>= 5.2 )
281+ semantic_range (>= 2.3.0 )
261282 sshkit (1.24.0 )
262283 base64
263284 logger
@@ -311,7 +332,9 @@ DEPENDENCIES
311332 propshaft
312333 puma (>= 5.0 )
313334 rails (~> 8.0.3 )
335+ react_on_rails (= 16.1.1 )
314336 rubocop-rails-omakase
337+ shakapacker (= 9.0.0.beta.3 )
315338 thruster
316339 tzinfo-data
317340 web-console
You can’t perform that action at this time.
0 commit comments