From cc373c1c977f59583af8fa29c3bc4a96a6280a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Hal=C3=A1sz?= Date: Mon, 31 Oct 2016 11:22:21 +0100 Subject: [PATCH] Update PatternFly to version 3.13 --- Gemfile | 2 +- bower.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 2ca2d969c2a..ef7690c39c9 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ group :ui_dependencies do # Added to Bundler.require in config/application.rb gem "angular-ui-bootstrap-rails", "~>0.13.0" gem "jquery-hotkeys-rails" gem "lodash-rails", "~>3.10.0" - gem "patternfly-sass", "~>3.12.0" + gem "patternfly-sass", "~>3.13.0" gem "sass-rails" gem "coffee-rails" diff --git a/bower.json b/bower.json index 03ee8f859b4..f3f7c4beb42 100644 --- a/bower.json +++ b/bower.json @@ -21,7 +21,7 @@ "angular-animate": "~1.5.8", "angular-bootstrap-switch": "~0.5.1", "angular-mocks": "~1.5.8", - "angular-patternfly-sass": "~3.12.0", + "angular-patternfly-sass": "~3.13.0", "angular-sanitize": "~1.5.8", "angular.validators": "~4.4.2", "array-includes": "~1.0.0",