Skip to content

Commit 1fc0541

Browse files
committed
dep: drop support for Rails 6.0
which reached EOL 11 months ago, in June 2023
1 parent d896e95 commit 1fc0541

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## unreleased
22

33
* Bring the scaffold templates up to date with rails/rails as much as possible without breaking 6.1 compatibility. (#357) @kinsomicrote
4+
* Drop support for Rails 6.0, which reached end-of-life in June 2023.
45

56

67
## v2.5.0 / 2024-04-27

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ gemspec
55
gem "debug", ">= 1.0.0"
66

77
group :test do
8-
gem "actionmailer", ">= 6.0.0"
8+
gem "actionmailer", ">= 6.1.0"
99
end

Gemfile.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.4.1)
5-
railties (>= 6.0.0)
4+
tailwindcss-rails (2.5.0)
5+
railties (>= 6.1.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -82,7 +82,6 @@ GEM
8282
date
8383
net-protocol
8484
net-pop (0.1.2)
85-
net-protocol
8685
net-protocol (0.2.2)
8786
timeout
8887
net-smtp (0.5.0)
@@ -125,7 +124,7 @@ GEM
125124
rake (13.2.1)
126125
rdoc (6.6.3.1)
127126
psych (>= 4.0.0)
128-
reline (0.5.3)
127+
reline (0.5.4)
129128
io-console (~> 0.5)
130129
stringio (3.1.0)
131130
thor (1.3.1)
@@ -142,7 +141,7 @@ PLATFORMS
142141
x86_64-linux
143142

144143
DEPENDENCIES
145-
actionmailer (>= 6.0.0)
144+
actionmailer (>= 6.1.0)
146145
debug (>= 1.0.0)
147146
tailwindcss-rails!
148147

tailwindcss-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
2020
spec.bindir = "exe"
2121
spec.executables << "tailwindcss"
2222

23-
spec.add_dependency "railties", ">= 6.0.0"
23+
spec.add_dependency "railties", ">= 6.1.0"
2424
end

0 commit comments

Comments
 (0)