File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55gem "debug" , ">= 1.0.0"
66
77group :test do
8- gem "actionmailer" , ">= 6.0 .0"
8+ gem "actionmailer" , ">= 6.1 .0"
99end
Original file line number Diff line number Diff line change 11PATH
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
77GEM
88 remote: https://rubygems.org/
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 )
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
144143DEPENDENCIES
145- actionmailer (>= 6.0 .0 )
144+ actionmailer (>= 6.1 .0 )
146145 debug (>= 1.0.0 )
147146 tailwindcss-rails !
148147
Original file line number Diff line number Diff 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"
2424end
You can’t perform that action at this time.
0 commit comments