ohai rails 3.0.1
This commit is contained in:
parent
007b06c8ea
commit
5e8d34621a
2 changed files with 38 additions and 30 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,6 +1,6 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '3.0.0'
|
gem 'rails', '>= 3.0.0'
|
||||||
gem 'bundler', '>= 1.0.0'
|
gem 'bundler', '>= 1.0.0'
|
||||||
|
|
||||||
#Security
|
#Security
|
||||||
|
|
|
||||||
66
Gemfile.lock
66
Gemfile.lock
|
|
@ -15,9 +15,9 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/dcu/magent.git
|
remote: git://github.com/dcu/magent.git
|
||||||
revision: fe08cc6e9d4c1772035f84bcfb665d17b00ac625
|
revision: 59b8563961b830f491cd6f6592cced67791ce0ef
|
||||||
specs:
|
specs:
|
||||||
magent (1.0.0)
|
magent (0.5.0)
|
||||||
em-websocket
|
em-websocket
|
||||||
mongo
|
mongo
|
||||||
uuidtools
|
uuidtools
|
||||||
|
|
@ -70,12 +70,12 @@ GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
abstract (1.0.0)
|
abstract (1.0.0)
|
||||||
actionmailer (3.0.0)
|
actionmailer (3.0.1)
|
||||||
actionpack (= 3.0.0)
|
actionpack (= 3.0.1)
|
||||||
mail (~> 2.2.5)
|
mail (~> 2.2.5)
|
||||||
actionpack (3.0.0)
|
actionpack (3.0.1)
|
||||||
activemodel (= 3.0.0)
|
activemodel (= 3.0.1)
|
||||||
activesupport (= 3.0.0)
|
activesupport (= 3.0.1)
|
||||||
builder (~> 2.1.2)
|
builder (~> 2.1.2)
|
||||||
erubis (~> 2.6.6)
|
erubis (~> 2.6.6)
|
||||||
i18n (~> 0.4.1)
|
i18n (~> 0.4.1)
|
||||||
|
|
@ -83,19 +83,19 @@ GEM
|
||||||
rack-mount (~> 0.6.12)
|
rack-mount (~> 0.6.12)
|
||||||
rack-test (~> 0.5.4)
|
rack-test (~> 0.5.4)
|
||||||
tzinfo (~> 0.3.23)
|
tzinfo (~> 0.3.23)
|
||||||
activemodel (3.0.0)
|
activemodel (3.0.1)
|
||||||
activesupport (= 3.0.0)
|
activesupport (= 3.0.1)
|
||||||
builder (~> 2.1.2)
|
builder (~> 2.1.2)
|
||||||
i18n (~> 0.4.1)
|
i18n (~> 0.4.1)
|
||||||
activerecord (3.0.0)
|
activerecord (3.0.1)
|
||||||
activemodel (= 3.0.0)
|
activemodel (= 3.0.1)
|
||||||
activesupport (= 3.0.0)
|
activesupport (= 3.0.1)
|
||||||
arel (~> 1.0.0)
|
arel (~> 1.0.0)
|
||||||
tzinfo (~> 0.3.23)
|
tzinfo (~> 0.3.23)
|
||||||
activeresource (3.0.0)
|
activeresource (3.0.1)
|
||||||
activemodel (= 3.0.0)
|
activemodel (= 3.0.1)
|
||||||
activesupport (= 3.0.0)
|
activesupport (= 3.0.1)
|
||||||
activesupport (3.0.0)
|
activesupport (3.0.1)
|
||||||
addressable (2.2.2)
|
addressable (2.2.2)
|
||||||
arel (1.0.1)
|
arel (1.0.1)
|
||||||
activesupport (~> 3.0.0)
|
activesupport (~> 3.0.0)
|
||||||
|
|
@ -122,6 +122,7 @@ GEM
|
||||||
selenium-webdriver (>= 0.0.3)
|
selenium-webdriver (>= 0.0.3)
|
||||||
childprocess (0.0.7)
|
childprocess (0.0.7)
|
||||||
ffi (~> 0.6.3)
|
ffi (~> 0.6.3)
|
||||||
|
columnize (0.3.1)
|
||||||
crack (0.1.8)
|
crack (0.1.8)
|
||||||
cucumber (0.9.2)
|
cucumber (0.9.2)
|
||||||
builder (~> 2.1.2)
|
builder (~> 2.1.2)
|
||||||
|
|
@ -162,6 +163,7 @@ GEM
|
||||||
i18n (0.4.1)
|
i18n (0.4.1)
|
||||||
json (1.4.6)
|
json (1.4.6)
|
||||||
json_pure (1.4.6)
|
json_pure (1.4.6)
|
||||||
|
linecache (0.43)
|
||||||
mail (2.2.7)
|
mail (2.2.7)
|
||||||
activesupport (>= 2.3.6)
|
activesupport (>= 2.3.6)
|
||||||
mime-types
|
mime-types
|
||||||
|
|
@ -195,17 +197,17 @@ GEM
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
rack-test (0.5.6)
|
rack-test (0.5.6)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (3.0.0)
|
rails (3.0.1)
|
||||||
actionmailer (= 3.0.0)
|
actionmailer (= 3.0.1)
|
||||||
actionpack (= 3.0.0)
|
actionpack (= 3.0.1)
|
||||||
activerecord (= 3.0.0)
|
activerecord (= 3.0.1)
|
||||||
activeresource (= 3.0.0)
|
activeresource (= 3.0.1)
|
||||||
activesupport (= 3.0.0)
|
activesupport (= 3.0.1)
|
||||||
bundler (~> 1.0.0)
|
bundler (~> 1.0.0)
|
||||||
railties (= 3.0.0)
|
railties (= 3.0.1)
|
||||||
railties (3.0.0)
|
railties (3.0.1)
|
||||||
actionpack (= 3.0.0)
|
actionpack (= 3.0.1)
|
||||||
activesupport (= 3.0.0)
|
activesupport (= 3.0.1)
|
||||||
rake (>= 0.8.4)
|
rake (>= 0.8.4)
|
||||||
thor (~> 0.14.0)
|
thor (~> 0.14.0)
|
||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
|
|
@ -223,6 +225,11 @@ GEM
|
||||||
rspec-expectations (= 2.0.0)
|
rspec-expectations (= 2.0.0)
|
||||||
rspec-rails (2.0.0)
|
rspec-rails (2.0.0)
|
||||||
rspec (= 2.0.0)
|
rspec (= 2.0.0)
|
||||||
|
ruby-debug (0.10.3)
|
||||||
|
columnize (>= 0.1)
|
||||||
|
ruby-debug-base (~> 0.10.3.0)
|
||||||
|
ruby-debug-base (0.10.3)
|
||||||
|
linecache (>= 0.3)
|
||||||
rubyzip (0.9.4)
|
rubyzip (0.9.4)
|
||||||
selenium-webdriver (0.0.29)
|
selenium-webdriver (0.0.29)
|
||||||
childprocess (>= 0.0.7)
|
childprocess (>= 0.0.7)
|
||||||
|
|
@ -242,8 +249,8 @@ GEM
|
||||||
uuidtools (2.1.1)
|
uuidtools (2.1.1)
|
||||||
warden (0.10.7)
|
warden (0.10.7)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
webmock (1.3.5)
|
webmock (1.4.0)
|
||||||
addressable (>= 2.1.1)
|
addressable (>= 2.2.2)
|
||||||
crack (>= 0.1.7)
|
crack (>= 0.1.7)
|
||||||
will_paginate (3.0.pre2)
|
will_paginate (3.0.pre2)
|
||||||
xml-simple (1.0.12)
|
xml-simple (1.0.12)
|
||||||
|
|
@ -275,11 +282,12 @@ DEPENDENCIES
|
||||||
mocha
|
mocha
|
||||||
mongo_mapper!
|
mongo_mapper!
|
||||||
pubsubhubbub
|
pubsubhubbub
|
||||||
rails (= 3.0.0)
|
rails (>= 3.0.0)
|
||||||
redfinger!
|
redfinger!
|
||||||
roxml!
|
roxml!
|
||||||
rspec (>= 2.0.0)
|
rspec (>= 2.0.0)
|
||||||
rspec-rails (>= 2.0.0)
|
rspec-rails (>= 2.0.0)
|
||||||
|
ruby-debug
|
||||||
sprinkle!
|
sprinkle!
|
||||||
thin
|
thin
|
||||||
webmock
|
webmock
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue