Mattias Bodlund 2 months ago
parent
commit
723f7dd777
3 changed files with 6 additions and 6 deletions
  1. +4
    -4
      Gemfile.lock
  2. +1
    -1
      app/controllers/application_controller.rb
  3. +1
    -1
      app/views/layouts/application.html.erb

+ 4
- 4
Gemfile.lock View File

@ -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)


+ 1
- 1
app/controllers/application_controller.rb View File

@ -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


+ 1
- 1
app/views/layouts/application.html.erb View File

@ -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' %>
</head>
<% if content_for? :body_style %>


Loading…
Cancel
Save