DG IZ rails updated
This commit is contained in:
parent
b437f201a5
commit
8a47b3d538
2 changed files with 34 additions and 33 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,6 +1,6 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
gem 'rails', '>= 3.0.0'
|
||||
gem 'rails', '3.0.1'
|
||||
|
||||
gem 'bundler', '>= 1.0.0'
|
||||
gem "chef", :require => false
|
||||
|
|
|
|||
65
Gemfile.lock
65
Gemfile.lock
|
|
@ -87,34 +87,35 @@ GEM
|
|||
remote: http://rubygems.org/
|
||||
specs:
|
||||
abstract (1.0.0)
|
||||
actionmailer (3.0.2)
|
||||
actionpack (= 3.0.2)
|
||||
mail (~> 2.2.9)
|
||||
actionpack (3.0.2)
|
||||
activemodel (= 3.0.2)
|
||||
activesupport (= 3.0.2)
|
||||
actionmailer (3.0.1)
|
||||
actionpack (= 3.0.1)
|
||||
mail (~> 2.2.5)
|
||||
actionpack (3.0.1)
|
||||
activemodel (= 3.0.1)
|
||||
activesupport (= 3.0.1)
|
||||
builder (~> 2.1.2)
|
||||
erubis (~> 2.6.6)
|
||||
i18n (~> 0.4.1)
|
||||
rack (~> 1.2.1)
|
||||
rack-mount (~> 0.6.13)
|
||||
rack-test (~> 0.5.6)
|
||||
rack-mount (~> 0.6.12)
|
||||
rack-test (~> 0.5.4)
|
||||
tzinfo (~> 0.3.23)
|
||||
activemodel (3.0.2)
|
||||
activesupport (= 3.0.2)
|
||||
activemodel (3.0.1)
|
||||
activesupport (= 3.0.1)
|
||||
builder (~> 2.1.2)
|
||||
i18n (~> 0.4.1)
|
||||
activerecord (3.0.2)
|
||||
activemodel (= 3.0.2)
|
||||
activesupport (= 3.0.2)
|
||||
arel (~> 2.0.2)
|
||||
activerecord (3.0.1)
|
||||
activemodel (= 3.0.1)
|
||||
activesupport (= 3.0.1)
|
||||
arel (~> 1.0.0)
|
||||
tzinfo (~> 0.3.23)
|
||||
activeresource (3.0.2)
|
||||
activemodel (= 3.0.2)
|
||||
activesupport (= 3.0.2)
|
||||
activesupport (3.0.2)
|
||||
activeresource (3.0.1)
|
||||
activemodel (= 3.0.1)
|
||||
activesupport (= 3.0.1)
|
||||
activesupport (3.0.1)
|
||||
addressable (2.2.2)
|
||||
arel (2.0.2)
|
||||
arel (1.0.1)
|
||||
activesupport (~> 3.0.0)
|
||||
aws (2.3.26)
|
||||
activesupport
|
||||
http_connection
|
||||
|
|
@ -299,19 +300,19 @@ GEM
|
|||
ruby-openid (>= 2.1.8)
|
||||
rack-test (0.5.6)
|
||||
rack (>= 1.0)
|
||||
rails (3.0.2)
|
||||
actionmailer (= 3.0.2)
|
||||
actionpack (= 3.0.2)
|
||||
activerecord (= 3.0.2)
|
||||
activeresource (= 3.0.2)
|
||||
activesupport (= 3.0.2)
|
||||
rails (3.0.1)
|
||||
actionmailer (= 3.0.1)
|
||||
actionpack (= 3.0.1)
|
||||
activerecord (= 3.0.1)
|
||||
activeresource (= 3.0.1)
|
||||
activesupport (= 3.0.1)
|
||||
bundler (~> 1.0.0)
|
||||
railties (= 3.0.2)
|
||||
railties (3.0.2)
|
||||
actionpack (= 3.0.2)
|
||||
activesupport (= 3.0.2)
|
||||
rake (>= 0.8.7)
|
||||
thor (~> 0.14.4)
|
||||
railties (= 3.0.1)
|
||||
railties (3.0.1)
|
||||
actionpack (= 3.0.1)
|
||||
activesupport (= 3.0.1)
|
||||
rake (>= 0.8.4)
|
||||
thor (~> 0.14.0)
|
||||
rake (0.8.7)
|
||||
rest-client (1.6.1)
|
||||
mime-types (>= 1.16)
|
||||
|
|
@ -402,7 +403,7 @@ DEPENDENCIES
|
|||
mongrel
|
||||
omniauth
|
||||
pubsubhubbub
|
||||
rails (>= 3.0.0)
|
||||
rails (= 3.0.1)
|
||||
roxml!
|
||||
rspec (>= 2.0.0)
|
||||
rspec-instafail
|
||||
|
|
|
|||
Loading…
Reference in a new issue