File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ gem "puma"
24
24
gem "pstore"
25
25
gem "rack-cors"
26
26
gem "rails"
27
- gem "react_on_rails"
27
+ gem "react_on_rails" , "14.0.5" # TODO: Update (fix stream package issue)
28
28
gem "ruby-mp3info"
29
29
gem "ruby-progressbar"
30
30
gem "rubyzip"
Original file line number Diff line number Diff line change 343
343
rake (13.2.1 )
344
344
rdoc (6.10.0 )
345
345
psych (>= 4.0.0 )
346
- react_on_rails (14.1.0 )
346
+ react_on_rails (14.0.5 )
347
347
addressable
348
348
connection_pool
349
349
execjs (~> 2.5 )
@@ -543,7 +543,7 @@ DEPENDENCIES
543
543
puma
544
544
rack-cors
545
545
rails
546
- react_on_rails
546
+ react_on_rails ( = 14.0.5 )
547
547
rspec-rails
548
548
rubocop
549
549
rubocop-capybara
Original file line number Diff line number Diff line change 29
29
"react-dom" : " ^18.3.1" ,
30
30
"react-helmet-async" : " ^2.0.5" ,
31
31
"react-modal" : " ^3.16.1" ,
32
- "react-on-rails" : " 14.1.0 " ,
32
+ "react-on-rails" : " 14.0.5 " ,
33
33
"react-paginate" : " ^8.2.0" ,
34
34
"react-router-dom" : " ^6.26.2" ,
35
35
"react-spinners" : " ^0.14.1" ,
Original file line number Diff line number Diff line change @@ -4256,10 +4256,10 @@ react-modal@^3.16.1:
4256
4256
react-lifecycles-compat "^3.0.0"
4257
4257
warning "^4.0.3"
4258
4258
4259
- react-on-rails@14.1.0 :
4260
- version "14.1.0 "
4261
- resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-14.1.0. tgz#ed83662c6f9511acb06229500af57003d47c1044 "
4262
- integrity sha512-B7Bn6Hpld6Sz7VnsUbfz6g9AkguNfJq+TUfLGkB1O3+GkK6RdAMSWPnnzPTBVEzJL2IyIPEqxj0OVtkeQkL7qQ ==
4259
+ react-on-rails@14.0.5 :
4260
+ version "14.0.5 "
4261
+ resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-14.0.5. tgz#06390b5fbe507b6cc3b22ce4dfe3a4a9b1c32adb "
4262
+ integrity sha512-F/GPGKxxrLxqm9suViu3LCNLRaZk9jCvhKykf1z7m8QprWKDNMTDlUvkowsxnwG9MgQbFDYu5v7CjTIJQ7n1Wg ==
4263
4263
dependencies :
4264
4264
" @babel/runtime-corejs3" " ^7.12.5"
4265
4265
You can’t perform that action at this time.
0 commit comments