Skip to content

Commit 418462f

Browse files
authored
add railties as the runtime dependency (#106)
1 parent c2530ee commit 418462f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inertia_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2626
spec.require_paths = ["lib"]
2727

28-
spec.add_runtime_dependency "rails", '>= 5'
28+
spec.add_runtime_dependency "railties", '>= 5'
2929

3030
spec.add_development_dependency "bundler", "~> 2.0"
3131
spec.add_development_dependency "rake", "~> 13.0"

0 commit comments

Comments
 (0)