Skip to content

Commit 4e992cf

Browse files
committed
Add support for Rails 5.
Giving this another go, since I need this in order to add tailwindcss generator for the `view_component`. View component is `rails >= 5`
1 parent edf3602 commit 4e992cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
tailwindcss-rails (0.5.1)
5-
rails (>= 6.0.0)
5+
rails (>= 5.0.0)
66

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

tailwindcss-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Gem::Specification.new do |spec|
1313

1414
spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1515

16-
spec.add_dependency "rails", ">= 6.0.0"
16+
spec.add_dependency "rails", ">= 5.0.0"
1717
end

0 commit comments

Comments
 (0)