mirror of https://github.com/rails/rails
The rails gem doesn't have a lib directory - closes #1958.
This commit is contained in:
parent
8c1bd05662
commit
e7fc5d1cad
|
@ -16,6 +16,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.bindir = 'bin'
|
||||
s.executables = ['rails']
|
||||
s.require_paths = []
|
||||
|
||||
s.add_dependency('activesupport', version)
|
||||
s.add_dependency('actionpack', version)
|
||||
|
|
Loading…
Reference in New Issue