Skip to content
Merged
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
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ PLATFORMS
arm64-darwin-20
arm64-darwin-21
arm64-darwin-22
arm64-darwin-24
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/cssbundling/build.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace :css do
desc "Install JavaScript dependencies"
desc "Install CSS dependencies"
task :install do
command = Cssbundling::Tasks.install_command
unless system(command)
Expand Down