Skip to content

Commit d39a8cc

Browse files
authored
Fix install task typo (#167)
* Update for Darwin 24 Mac OS 15 support in the Gemfile.lock. * Fix typo in install task description We are installing CSS dependencies.
1 parent 393e756 commit d39a8cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ PLATFORMS
199199
arm64-darwin-20
200200
arm64-darwin-21
201201
arm64-darwin-22
202+
arm64-darwin-24
202203
x86_64-darwin-20
203204
x86_64-darwin-21
204205
x86_64-linux

lib/tasks/cssbundling/build.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace :css do
2-
desc "Install JavaScript dependencies"
2+
desc "Install CSS dependencies"
33
task :install do
44
command = Cssbundling::Tasks.install_command
55
unless system(command)

0 commit comments

Comments
 (0)