Update rails_admin
This commit is contained in:
parent
f2315dddef
commit
7670af1170
13
Gemfile.lock
13
Gemfile.lock
|
@ -1,14 +1,15 @@
|
|||
GIT
|
||||
remote: git://github.com/sferik/rails_admin.git
|
||||
revision: ed0dcd1b0ebdbb0507c3963097a6d496d8f9fee0
|
||||
revision: 68f5258e9af2110b02318bf76176a70eca6e55f7
|
||||
specs:
|
||||
rails_admin (0.0.1)
|
||||
bbenezech-nested_form (~> 0.0)
|
||||
bootstrap-sass (~> 1.4, >= 1.4.1)
|
||||
bbenezech-nested_form (~> 0.0.6)
|
||||
bootstrap-sass (~> 2.0)
|
||||
builder (~> 3.0)
|
||||
coffee-rails (~> 3.1)
|
||||
haml (~> 3.1)
|
||||
jquery-rails (>= 1.0)
|
||||
jquery-ui-rails (~> 0.2.2)
|
||||
kaminari (~> 0.12)
|
||||
rack-pjax (~> 0.5)
|
||||
rails (~> 3.1)
|
||||
|
@ -49,8 +50,7 @@ GEM
|
|||
arel (3.0.2)
|
||||
bbenezech-nested_form (0.0.6)
|
||||
bcrypt-ruby (3.0.1)
|
||||
bootstrap-sass (1.4.4)
|
||||
sass-rails (~> 3.1)
|
||||
bootstrap-sass (2.0.2)
|
||||
builder (3.0.0)
|
||||
coffee-rails (3.2.2)
|
||||
coffee-script (>= 2.2.0)
|
||||
|
@ -82,6 +82,9 @@ GEM
|
|||
jquery-rails (2.0.1)
|
||||
railties (>= 3.2.0, < 5.0)
|
||||
thor (~> 0.14)
|
||||
jquery-ui-rails (0.2.2)
|
||||
jquery-rails
|
||||
railties (>= 3.1.0)
|
||||
json (1.6.6)
|
||||
kaminari (0.13.0)
|
||||
actionpack (>= 3.0.0)
|
||||
|
|
Loading…
Reference in New Issue