Skip to content

Commit

Permalink
Merge pull request #358 from rails/flavorjones-dep-drop-rails-6.0-sup…
Browse files Browse the repository at this point in the history
…port

dep: drop support for Rails 6.0
  • Loading branch information
flavorjones committed May 1, 2024
2 parents d896e95 + 1fc0541 commit 29189bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
## unreleased

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


## v2.5.0 / 2024-04-27
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,5 +5,5 @@ gemspec
gem "debug", ">= 1.0.0"

group :test do
gem "actionmailer", ">= 6.0.0"
gem "actionmailer", ">= 6.1.0"
end
9 changes: 4 additions & 5 deletions Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
tailwindcss-rails (2.4.1)
railties (>= 6.0.0)
tailwindcss-rails (2.5.0)
railties (>= 6.1.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -82,7 +82,6 @@ GEM
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
Expand Down Expand Up @@ -125,7 +124,7 @@ GEM
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
reline (0.5.3)
reline (0.5.4)
io-console (~> 0.5)
stringio (3.1.0)
thor (1.3.1)
Expand All @@ -142,7 +141,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
actionmailer (>= 6.0.0)
actionmailer (>= 6.1.0)
debug (>= 1.0.0)
tailwindcss-rails!

Expand Down
2 changes: 1 addition & 1 deletion tailwindcss-rails.gemspec
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables << "tailwindcss"

spec.add_dependency "railties", ">= 6.0.0"
spec.add_dependency "railties", ">= 6.1.0"
end

0 comments on commit 29189bd

Please sign in to comment.