Skip to content

Commit

Permalink
Merge pull request #332 from alphagov/admin-gem-ie8-fix
Browse files Browse the repository at this point in the history
Bump admin gem to fix IE8 rendering
  • Loading branch information
issyl0 committed Jun 26, 2014
2 parents 241dcc3 + 585553e commit 9020c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gem 'unicorn', '4.6.2'
gem 'mysql2', '0.3.13'
gem 'optic14n', '2.0.0' # Ideally version should be synced with bouncer
gem 'gds-sso', '9.2.5'
gem 'govuk_admin_template', '1.0.0'
gem 'govuk_admin_template', '1.0.1'
gem 'plek', '1.2.0'
gem 'htmlentities', '4.3.1'
gem 'kaminari', '0.14.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -106,7 +106,7 @@ GEM
multi_json (>= 1.0.0)
signet (~> 0.4.5)
uuidtools (>= 2.1.0)
govuk_admin_template (1.0.0)
govuk_admin_template (1.0.1)
bootstrap-sass (= 3.1.0)
jquery-rails (= 3.0.4)
rails (>= 3.2.0)
Expand Down Expand Up @@ -299,7 +299,7 @@ DEPENDENCIES
gds-api-adapters (= 7.14.0)
gds-sso (= 9.2.5)
google-api-client (= 0.6.4)
govuk_admin_template (= 1.0.0)
govuk_admin_template (= 1.0.1)
gretel (= 3.0.5)
htmlentities (= 4.3.1)
jasmine (= 2.0.2)
Expand Down

0 comments on commit 9020c65

Please sign in to comment.