Skip to content

Commit 1233c7a

Browse files
committed
Only depend on railties
1 parent 057ee9a commit 1233c7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/tailwindcss/engine.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require "rails"
12
require "tailwindcss/compressor"
23

34
module Tailwindcss

tailwindcss-rails.gemspec

+1-1
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 "railties", ">= 6.0.0"
1717
end

0 commit comments

Comments
 (0)