Update rails_admin dependency to version 0.1.0

This commit is contained in:
Erik Michaels-Ober 2012-09-26 06:49:49 -07:00
parent 86585fc4d3
commit 84449aecc4
1 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,6 @@ GEM
multi_json (~> 1.0)
addressable (2.3.2)
arel (3.0.2)
bbenezech-nested_form (0.0.6)
bcrypt-ruby (3.0.1)
bootstrap-sass (2.1.0.0)
builder (3.0.3)
@ -62,7 +61,7 @@ GEM
jquery-rails (2.1.3)
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
jquery-ui-rails (1.1.1)
jquery-ui-rails (2.0.1)
jquery-rails
railties (>= 3.1.0)
json (1.7.5)
@ -75,6 +74,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.19)
multi_json (1.3.6)
nested_form (0.2.3)
nokogiri (1.5.5)
orm_adapter (0.4.0)
pg (0.14.1)
@ -99,15 +99,15 @@ GEM
activesupport (= 3.2.8)
bundler (~> 1.0)
railties (= 3.2.8)
rails_admin (0.0.5)
bbenezech-nested_form (~> 0.0.6)
bootstrap-sass (~> 2.0, >= 2.0.3)
rails_admin (0.1.0)
bootstrap-sass (~> 2.0)
builder (~> 3.0)
coffee-rails (~> 3.1)
haml (~> 3.1)
jquery-rails (>= 1.0.17)
jquery-ui-rails (>= 0.5, < 2)
jquery-rails (~> 2.0)
jquery-ui-rails (~> 2.0)
kaminari (~> 0.12)
nested_form (~> 0.2.3)
rack-pjax (~> 0.5)
rails (~> 3.1)
remotipart (~> 1.0)