We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2530ee commit 418462fCopy full SHA for 418462f
inertia_rails.gemspec
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
26
spec.require_paths = ["lib"]
27
28
- spec.add_runtime_dependency "rails", '>= 5'
+ spec.add_runtime_dependency "railties", '>= 5'
29
30
spec.add_development_dependency "bundler", "~> 2.0"
31
spec.add_development_dependency "rake", "~> 13.0"
0 commit comments