Skip to content

Commit aef37e6

Browse files
authored
Merge pull request #95 from flavorjones/flavorjones-dep-tailwindcss-v4.1.18
dep: update to Tailwind CSS v4.1.18
2 parents 54b2112 + 7dde941 commit aef37e6

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ jobs:
9898
include:
9999
- { platform: aarch64-linux-gnu, docker_platform: "--platform=linux/arm64/v8" }
100100
- { platform: aarch64-linux-musl, docker_tag: "-alpine", docker_platform: "--platform=linux/arm64/v8", bootstrap: "apk add build-base &&" }
101-
- { platform: arm64-darwin, runs_on: macos-14 }
101+
- { platform: arm64-darwin, runs_on: macos-15 }
102102
- { platform: x64-mingw-ucrt, runs_on: windows-latest }
103103
- { platform: x64-mingw32, runs_on: windows-latest, ruby: "3.0" }
104-
- { platform: x86_64-darwin, runs_on: macos-13 }
104+
- { platform: x86_64-darwin, runs_on: macos-15-intel }
105105
- { platform: x86_64-linux-musl, docker_tag: "-alpine", bootstrap: "apk add build-base &&" }
106106
runs-on: ${{ matrix.runs_on || 'ubuntu-latest' }}
107107
steps:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# tailwindcss-ruby changelog
22

3+
## v4.1.18
4+
5+
* Update to [Tailwind CSS v4.1.18](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.1.18) @flavorjones
6+
7+
38
## v4.1.16
49

510
* Update to [Tailwind CSS v4.1.16](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.1.16) @flavorjones

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-ruby (4.1.16)
4+
tailwindcss-ruby (4.1.18)
55

66
GEM
77
remote: https://rubygems.org/

lib/tailwindcss/ruby/upstream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Tailwindcss
22
module Ruby
33
module Upstream
4-
VERSION = "v4.1.16"
4+
VERSION = "v4.1.18"
55

66
# rubygems platform name => upstream release filename
77
NATIVE_PLATFORMS = {

lib/tailwindcss/ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Tailwindcss
44
module Ruby
5-
VERSION = "4.1.16"
5+
VERSION = "4.1.18"
66
end
77
end

0 commit comments

Comments
 (0)