Browse Source

depend on railties instead of rails

to facilitate the user including only the rails librarites
their project needs (e.g. including everything but actioncable)
John Bachir 6 years ago
parent
commit
05294f8f19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      blazer.gemspec

+ 1 - 1
blazer.gemspec

@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
   spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
   spec.require_paths = ["lib"]
 
-  spec.add_dependency "rails"
+  spec.add_dependency "railties"
   spec.add_dependency "chartkick"
   spec.add_dependency "safely_block", ">= 0.1.1"