mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Require rackmount >= 0.2.2
This commit is contained in:
parent
934bb012ba
commit
0ddba7cf66
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency('activemodel', '= 3.0.pre')
|
||||
s.add_dependency('rack', '~> 1.0.1')
|
||||
s.add_dependency('rack-test', '~> 0.5.0')
|
||||
s.add_dependency('rack-mount', '~> 0.2')
|
||||
s.add_dependency('rack-mount', '~> 0.2.2')
|
||||
s.add_dependency('erubis', '~> 2.6.5')
|
||||
|
||||
s.require_path = 'lib'
|
||||
|
|
Loading…
Reference in a new issue