Skip to content

Commit

Permalink
update minor version of react-rails which removes webpacker
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Feb 5, 2025
1 parent 5a9bc43 commit 8bfb3e5
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -302,7 +302,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.8)
domain_name (~> 0.5)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n-country-translations (1.4.1)
i18n (>= 0.9.3, < 2)
Expand All @@ -315,7 +315,8 @@ GEM
immigrant (0.3.6)
activerecord (>= 3.0)
io-console (0.8.0)
irb (1.14.3)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
iso-639 (0.3.8)
Expand All @@ -340,7 +341,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -376,7 +377,7 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.18.1)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
observer (0.1.2)
Expand All @@ -395,14 +396,17 @@ GEM
activerecord (>= 5.1)
csv
pg (>= 0.17)
psych (5.2.2)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
psych (5.2.3)
date
stringio
public_suffix (6.0.1)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
rack (3.1.9)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-proxy (0.7.7)
Expand Down Expand Up @@ -462,7 +466,7 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
rdiscount (2.2.7.3)
rdoc (6.10.0)
rdoc (6.11.0)
psych (>= 4.0.0)
react-rails (3.0.0)
babel-transpiler (>= 0.7.0)
Expand Down Expand Up @@ -621,7 +625,7 @@ GEM
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
thor (1.3.2)
tilt (2.5.0)
tilt (2.6.0)
timecop (0.9.6)
timeout (0.4.3)
tins (1.37.1)
Expand Down Expand Up @@ -650,12 +654,6 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webpacker (6.0.0.rc.6)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
webrick (1.8.1)
websocket (1.2.11)
websocket-driver (0.7.7)
base64
Expand Down

0 comments on commit 8bfb3e5

Please sign in to comment.