1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

default_executable is deprecated since rubygems 1.7.0

This commit is contained in:
Santiago Pastorino 2011-04-01 23:58:37 -03:00
parent 0eb6e5e270
commit 9de8dea2e8

View file

@ -17,7 +17,6 @@ Gem::Specification.new do |s|
s.bindir = 'bin'
s.executables = ['rails']
s.default_executable = 'rails'
s.add_dependency('activesupport', version)
s.add_dependency('actionpack', version)