Propshaft
/ test (push) Waiting to run Details

This commit is contained in:
Trevor Vallender 2024-08-08 09:12:01 +01:00
parent 25594d8b55
commit c8329fb765
4 changed files with 8 additions and 14 deletions

View File

@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby file: "./.ruby-version"
gem "rails", "~> 7.1"
gem "sprockets-rails"
gem "propshaft"
gem "pg"
gem "puma"
gem "image_processing"

View File

@ -171,6 +171,11 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
pg (1.5.7)
propshaft (0.9.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.1.2)
stringio
public_suffix (6.0.1)
@ -236,13 +241,6 @@ GEM
activejob (>= 7)
activerecord (>= 7)
railties (>= 7)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.1)
@ -284,11 +282,11 @@ DEPENDENCIES
jbuilder
kaminari
pg
propshaft
puma
rails (~> 7.1)
selenium-webdriver
solid_cache
sprockets-rails
stimulus-rails
turbo-rails
web-console

View File

@ -1,4 +0,0 @@
//= link_tree ../images
//= link_directory ../stylesheets .css
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js

View File

@ -7,7 +7,7 @@
<%= csp_meta_tag %>
<%= javascript_importmap_tags %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= stylesheet_link_tag :all, "data-turbo-track": "reload" %>
</head>
<body>