diff --git a/Gemfile b/Gemfile index 83ce1d24..929c9148 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,6 @@ gem 'sprockets', '~> 4.2' gem 'haml', '~> 6.1', '>= 6.1.1' gem 'sass-rails', '~> 6.0' gem 'terser', '~> 1.1', '>= 1.1.17' -gem 'react-rails', '~> 2.7', '>= 2.7.1' gem 'jsbundling-rails', '~> 1.3' gem 'turbo-rails', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index da4c3894..b9aab7ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,10 +111,6 @@ GEM async-container (~> 0.16) string-format (~> 0.2) attr_required (1.0.2) - babel-source (5.8.35) - babel-transpiler (0.7.0) - babel-source (>= 4.0, < 6) - execjs (~> 2.0) backport (1.2.0) base64 (0.3.0) bcrypt (3.1.20) @@ -183,6 +179,9 @@ GEM faraday-net_http (3.4.2) net-http (~> 0.5) ffi (1.17.2) + ffi (1.17.2-aarch64-linux-gnu) + ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-linux-gnu) fiber-annotation (0.2.0) fiber-local (1.1.0) fiber-storage @@ -267,6 +266,12 @@ GEM nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri (1.18.10-aarch64-linux-gnu) + racc (~> 1.4) + nokogiri (1.18.10-arm64-darwin) + racc (~> 1.4) + nokogiri (1.18.10-x86_64-linux-gnu) + racc (~> 1.4) omniauth (2.1.4) hashie (>= 3.4.6) logger @@ -385,12 +390,6 @@ GEM erb psych (>= 4.0.0) tsort - react-rails (2.7.1) - babel-transpiler (>= 0.7.0) - connection_pool - execjs - railties (>= 3.2) - tilt regexp_parser (2.11.3) reline (0.6.3) io-console (~> 0.5) @@ -540,7 +539,10 @@ GEM zeitwerk (2.7.4) PLATFORMS + aarch64-linux + arm64-darwin ruby + x86_64-linux DEPENDENCIES RocketAMF! @@ -568,7 +570,6 @@ DEPENDENCIES rails (~> 8.0, >= 8.0.1) rails-i18n (~> 8.0, >= 8.0.1) rdiscount (~> 2.2, >= 2.2.7.1) - react-rails (~> 2.7, >= 2.7.1) rspec-rails (~> 7.0) sanitize (~> 6.0, >= 6.0.2) sass-rails (~> 6.0) diff --git a/config/environments/development.rb b/config/environments/development.rb index 063e51a4..da21d405 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -56,8 +56,6 @@ Rails.application.configure do # Highlight code that enqueued background job in logs. config.active_job.verbose_enqueue_logs = true - config.react.variant = :development - # Highlight code that triggered redirect in logs. config.action_dispatch.verbose_redirect_logs = true diff --git a/config/environments/production.rb b/config/environments/production.rb index 4719b8f1..5291e4ec 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -34,8 +34,6 @@ Rails.application.configure do config.log_tags = [ :request_id ] config.logger = ActiveSupport::TaggedLogging.logger(STDOUT) - config.react.variant = :production - # Change to "debug" to log everything (including potentially personally-identifiable information!). config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info") diff --git a/vendor/cache/babel-source-5.8.35.gem b/vendor/cache/babel-source-5.8.35.gem deleted file mode 100644 index 659bb311..00000000 Binary files a/vendor/cache/babel-source-5.8.35.gem and /dev/null differ diff --git a/vendor/cache/babel-transpiler-0.7.0.gem b/vendor/cache/babel-transpiler-0.7.0.gem deleted file mode 100644 index 79ec5ec1..00000000 Binary files a/vendor/cache/babel-transpiler-0.7.0.gem and /dev/null differ diff --git a/vendor/cache/ffi-1.17.2.gem b/vendor/cache/ffi-1.17.2.gem new file mode 100644 index 00000000..4aacd855 Binary files /dev/null and b/vendor/cache/ffi-1.17.2.gem differ diff --git a/vendor/cache/nokogiri-1.18.10.gem b/vendor/cache/nokogiri-1.18.10.gem new file mode 100644 index 00000000..ff8ff0d9 Binary files /dev/null and b/vendor/cache/nokogiri-1.18.10.gem differ diff --git a/vendor/cache/react-rails-2.7.1.gem b/vendor/cache/react-rails-2.7.1.gem deleted file mode 100644 index 55d11d34..00000000 Binary files a/vendor/cache/react-rails-2.7.1.gem and /dev/null differ