Skip to content

Commit 02a4fcb

Browse files
committed
doc: tweak CHANGELOG
and bump the Gemfile.lock version [skip ci]
1 parent 8828ea7 commit 02a4fcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v3.3.1 / 2025-01-23
44

5-
* Pin the dependency on `tailwindcss-ruby` to `~> 3.0` to avoid users from upgrading Tailwind while still on v3 of this gem.
5+
* Pin the dependency on `tailwindcss-ruby` to `~> 3.0` to prevent users from upgrading Tailwind while still on v3 of this gem.
66

77
While it was useful during the Tailwind v4 beta period to allow users to float this dependency to try upgrading, we know (now that v4.0.0.rc1 of this gem is out) that not everything will work well if combining Tailwind v4 with `tailwindcss-rails` v3. Pinning this dependency should protect developers against unexpected issues.
88

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (3.2.0)
4+
tailwindcss-rails (3.3.1)
55
railties (>= 7.0.0)
6-
tailwindcss-ruby
6+
tailwindcss-ruby (~> 3.0)
77

88
GEM
99
remote: https://rubygems.org/

0 commit comments

Comments
 (0)