public
Description: A web-based client to manage Nessus scans.
Clone URL: git://github.com/dxoigmn/achilles.git
Specify gem version explicitly.
dxoigmn (author)
Sat May 31 22:07:24 -0700 2008
commit  32e495c49e69b86fcd262e951ea6e0ce73e2de70
tree    752de513e333f3e54f82fa312d5a24cc9320a815
parent  7dfada360bc2118fa07acffc3c337e436a2fec19
...
26
27
28
29
30
31
32
 
 
 
 
33
34
35
...
26
27
28
 
 
 
 
29
30
31
32
33
34
35
0
@@ -26,10 +26,10 @@ Rails::Initializer.run do |config|
0
   # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
0
   # config.gem "aws-s3", :lib => "aws/s3"
0
 
0
- config.gem "haml"
0
- config.gem "chronic"
0
- config.gem "netaddr"
0
- config.gem "libxml-ruby", :lib => "xml/libxml"
0
+ config.gem "haml", :version => '2.0.0'
0
+ config.gem "chronic", :version => '0.2.3'
0
+ config.gem "netaddr", :version => '1.4.0'
0
+ config.gem "libxml-ruby", :version => '0.5.4', :lib => "xml/libxml"
0
 
0
   # Only load the plugins named here, in the order given. By default, all plugins
0
   # in vendor/plugins are loaded in alphabetical order.

Comments

    No one has commented yet.