diff --git a/Gemfile.lock b/Gemfile.lock index 994a070..26f6b16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) benchmark (0.4.1) - bigdecimal (3.2.3) + bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -157,7 +157,7 @@ GEM logger mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.25.5) + minitest (5.26.0) mobility (1.3.2) i18n (>= 0.6.10, < 2) request_store (~> 1.0) @@ -215,7 +215,7 @@ GEM puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.2) + rack (3.2.3) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -270,7 +270,7 @@ GEM ffi (~> 1.12) logger securerandom (0.4.1) - sidekiq (8.0.7) + sidekiq (8.0.8) connection_pool (>= 2.5.0) json (>= 2.9.0) logger (>= 1.6.2) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index b95045a..c78ca7c 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,6 @@ class ApplicationController < ActionController::Base - http_basic_authenticate_with name: "stupid", password: "studio" if Rails.env.production? + # http_basic_authenticate_with name: "stupid", password: "studio" if Rails.env.production? private diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 454e95a..790e36f 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -23,7 +23,7 @@ <%= stylesheet_link_tag "application" %> <%= javascript_include_tag 'gsap/gsap.min.js' %> - <%= frontend_javascript_importmap_tags %w'application @hotwired/turbo-rails @hotwired/stimulus locale_controller image_controller quiz_preloader' %> + <%= frontend_javascript_importmap_tags %w'application @hotwired/turbo-rails @hotwired/stimulus locale_controller image_controller quiz_preloader' %> <% if content_for? :body_style %>