Update rails_admin dependency to version 0.1.0
This commit is contained in:
parent
86585fc4d3
commit
84449aecc4
14
Gemfile.lock
14
Gemfile.lock
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue