Bump more gems

- administrate
- fog
- openid_connect
This commit is contained in:
gregoirenovel 2018-02-21 14:36:06 +01:00
parent a6c321e428
commit dc9430b015
3 changed files with 26 additions and 17 deletions

View file

@ -82,7 +82,7 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
administrate (0.8.1)
administrate (0.9.0)
actionpack (>= 4.2, < 5.2)
actionview (>= 4.2, < 5.2)
activerecord (>= 4.2, < 5.2)
@ -98,14 +98,14 @@ GEM
arel (9.0.0)
ast (2.4.0)
attr_required (1.0.1)
autoprefixer-rails (7.2.5)
autoprefixer-rails (8.0.0)
execjs
axlsx (2.0.1)
htmlentities (~> 4.3.1)
nokogiri (>= 1.4.1)
rubyzip (~> 1.0.0)
bcrypt (3.1.11)
bindata (2.4.1)
bindata (2.4.2)
bindex (0.5.0)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
@ -205,7 +205,7 @@ GEM
ffi (1.9.18)
fission (0.5.0)
CFPropertyList (~> 2.2)
fog (1.41.0)
fog (1.42.0)
fog-aliyun (>= 0.1.0)
fog-atmos
fog-aws (>= 0.6.0)
@ -222,6 +222,7 @@ GEM
fog-json
fog-local
fog-openstack
fog-ovirt
fog-powerdns (>= 0.1.1)
fog-profitbricks
fog-rackspace
@ -238,7 +239,7 @@ GEM
fog-xenserver
fog-xml (~> 0.1.1)
ipaddress (~> 0.5)
json (>= 1.8, < 2.0)
json (~> 2.0)
fog-aliyun (0.2.0)
fog-core (~> 1.27)
fog-json (~> 1.0)
@ -300,6 +301,11 @@ GEM
fog-core (~> 1.40)
fog-json (>= 1.0)
ipaddress (>= 0.8)
fog-ovirt (0.1.3)
fog-core (~> 1.45)
fog-json
fog-xml (~> 0.1.1)
rbovirt (~> 0.1.5)
fog-powerdns (0.1.1)
fog-core (~> 1.27)
fog-json (~> 1.0)
@ -411,7 +417,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.6)
json (2.1.0)
json-jwt (1.8.3)
activesupport
bindata
@ -499,7 +505,7 @@ GEM
oauth2 (~> 1.1)
omniauth (~> 1.2)
open4 (1.3.4)
openid_connect (1.1.3)
openid_connect (1.1.4)
activemodel
attr_required (>= 1.0.0)
json (>= 1.4.3)
@ -537,12 +543,12 @@ GEM
rack
rack-mini-profiler (0.10.7)
rack (>= 1.2.0)
rack-oauth2 (1.7.0)
activesupport (>= 2.3)
attr_required (>= 0.0.5)
httpclient (>= 2.4)
multi_json (>= 1.3.6)
rack (>= 1.1)
rack-oauth2 (1.8.2)
activesupport
attr_required
httpclient
json-jwt
rack
rack-protection (2.0.1)
rack
rack-test (0.8.2)
@ -581,6 +587,9 @@ GEM
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rbovirt (0.1.5)
nokogiri
rest-client (> 1.7.0)
rbvmomi (1.11.6)
builder (~> 3.0)
json (>= 1.8)

View file

@ -16,7 +16,7 @@ as well as a link to its edit page.
[1]: http://www.rubydoc.info/gems/administrate/Administrate/Page/Show
%>
<% content_for(:title) { "#{t("administrate.actions.show")} #{page.page_title}" } %>
<% content_for(:title) { t("administrate.actions.show_resource", name: page.page_title) } %>
<% procedure = page.resource %>
<header class="main-content__header" role="banner">
@ -26,7 +26,7 @@ as well as a link to its edit page.
<div>
<%= link_to(
"#{t("administrate.actions.edit")} #{page.page_title}",
t("administrate.actions.edit_resource", name: page.page_title),
[:edit, namespace, page.resource],
class: "button",
) if valid_action? :edit %>

View file

@ -16,7 +16,7 @@ as well as a link to its edit page.
[1]: http://www.rubydoc.info/gems/administrate/Administrate/Page/Show
%>
<% content_for(:title) { "#{t("administrate.actions.show")} #{page.page_title}" } %>
<% content_for(:title) { t("administrate.actions.show_resource", name: page.page_title) } %>
<% procedure = page.resource %>
<header class="main-content__header" role="banner">
@ -26,7 +26,7 @@ as well as a link to its edit page.
<div>
<%= link_to(
"#{t("administrate.actions.edit")} #{page.page_title}",
t("administrate.actions.edit_resource", name: page.page_title),
[:edit, namespace, page.resource],
class: "button",
) if valid_action? :edit %>