Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "view_component", "2.82.0"
gem "view_component-contrib", "0.2.3"

# Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js [https://github.com/rails/cssbundling-rails]
gem "cssbundling-rails", "1.1.2"
gem "cssbundling-rails", "1.4.1"

# Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack [https://github.com/rails/jsbundling-rails]
gem "jsbundling-rails", "1.1.1"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
crass (1.0.6)
css_parser (1.19.0)
addressable
cssbundling-rails (1.1.2)
cssbundling-rails (1.4.1)
railties (>= 6.0.0)
date (3.3.4)
diff-lcs (1.5.1)
Expand All @@ -112,7 +112,7 @@ GEM
railties (>= 6.0.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -137,7 +137,7 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.0)
minitest (5.25.1)
net-imap (0.4.14)
date
net-protocol
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
psych (>= 4.0.0)
redcarpet (3.6.0)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.6)
strscan
Expand Down Expand Up @@ -284,7 +284,7 @@ GEM
strscan (3.1.0)
tailwind_merge (0.13.0)
lru_redux (~> 1.1)
thor (1.3.1)
thor (1.3.2)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -302,7 +302,7 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yard (0.9.37)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
aarch64-linux
Expand All @@ -321,7 +321,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
cssbundling-rails (= 1.1.2)
cssbundling-rails (= 1.4.1)
ink_components!
jsbundling-rails (= 1.1.1)
puma
Expand Down