File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
## unreleased
2
2
3
3
* 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.
4
5
5
6
6
7
## v2.5.0 / 2024-04-27
Original file line number Diff line number Diff line change 5
5
gem "debug" , ">= 1.0.0"
6
6
7
7
group :test do
8
- gem "actionmailer" , ">= 6.0 .0"
8
+ gem "actionmailer" , ">= 6.1 .0"
9
9
end
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- tailwindcss-rails (2.4.1 )
5
- railties (>= 6.0 .0 )
4
+ tailwindcss-rails (2.5.0 )
5
+ railties (>= 6.1 .0 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
82
82
date
83
83
net-protocol
84
84
net-pop (0.1.2 )
85
- net-protocol
86
85
net-protocol (0.2.2 )
87
86
timeout
88
87
net-smtp (0.5.0 )
125
124
rake (13.2.1 )
126
125
rdoc (6.6.3.1 )
127
126
psych (>= 4.0.0 )
128
- reline (0.5.3 )
127
+ reline (0.5.4 )
129
128
io-console (~> 0.5 )
130
129
stringio (3.1.0 )
131
130
thor (1.3.1 )
@@ -142,7 +141,7 @@ PLATFORMS
142
141
x86_64-linux
143
142
144
143
DEPENDENCIES
145
- actionmailer (>= 6.0 .0 )
144
+ actionmailer (>= 6.1 .0 )
146
145
debug (>= 1.0.0 )
147
146
tailwindcss-rails !
148
147
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
20
20
spec . bindir = "exe"
21
21
spec . executables << "tailwindcss"
22
22
23
- spec . add_dependency "railties" , ">= 6.0 .0"
23
+ spec . add_dependency "railties" , ">= 6.1 .0"
24
24
end
You can’t perform that action at this time.
0 commit comments