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..89e908c4 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) @@ -385,12 +381,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) @@ -568,7 +558,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/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