Skip to content

Commit 5e06e27

Browse files
Bump tailwind_merge from 0.13.3 to 1.2.0
Bumps [tailwind_merge](https://github.com/gjtorikian/tailwind_merge) from 0.13.3 to 1.2.0. - [Release notes](https://github.com/gjtorikian/tailwind_merge/releases) - [Changelog](https://github.com/gjtorikian/tailwind_merge/blob/main/CHANGELOG.md) - [Commits](gjtorikian/tailwind_merge@v0.13.3...v1.2.0) --- updated-dependencies: - dependency-name: tailwind_merge dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d293e6 commit 5e06e27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ gem "ruby_ui", github: "ruby-ui/ruby_ui", branch: "main", require: false
7979

8080
gem "pry", "0.15.2"
8181

82-
gem "tailwind_merge", "~> 0.13.2"
82+
gem "tailwind_merge", "~> 1.2.0"
8383

8484
gem "rouge", "~> 4.5"

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ GEM
144144
loofah (2.24.0)
145145
crass (~> 1.0.2)
146146
nokogiri (>= 1.12.0)
147-
lru_redux (1.1.0)
148147
lucide-rails (0.5.1)
149148
railties (>= 4.1.0)
150149
mail (2.8.1)
@@ -270,6 +269,7 @@ GEM
270269
rexml (~> 3.2, >= 3.2.5)
271270
rubyzip (>= 1.2.2, < 3.0)
272271
websocket (~> 1.0)
272+
sin_lru_redux (2.5.2)
273273
sqlite3 (2.6.0)
274274
mini_portile2 (~> 2.8.0)
275275
sqlite3 (2.6.0-x86_64-linux-gnu)
@@ -288,8 +288,8 @@ GEM
288288
stimulus-rails (1.3.4)
289289
railties (>= 6.0.0)
290290
stringio (3.1.6)
291-
tailwind_merge (0.13.3)
292-
lru_redux (~> 1.1)
291+
tailwind_merge (1.2.0)
292+
sin_lru_redux (~> 2.5)
293293
thor (1.3.2)
294294
timeout (0.4.3)
295295
turbo-rails (2.0.13)
@@ -340,7 +340,7 @@ DEPENDENCIES
340340
sqlite3 (>= 1.4)
341341
standard
342342
stimulus-rails (= 1.3.4)
343-
tailwind_merge (~> 0.13.2)
343+
tailwind_merge (~> 1.2.0)
344344
turbo-rails (= 2.0.13)
345345
tzinfo-data
346346
web-console

0 commit comments

Comments
 (0)