Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
05294f8f19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"