Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #296 from alphagov/dependabot/bundler/govuk_app_co…
Browse files Browse the repository at this point in the history
…nfig-1.9.0

Bump govuk_app_config from 1.8.0 to 1.9.0
  • Loading branch information
barrucadu authored Sep 24, 2018
2 parents 1528b17 + 8f453ad commit 485e323
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby File.read('.ruby-version').strip

gem 'gds-api-adapters', '~> 53.1.0'
gem 'govuk_app_config', '~> 1.8'
gem 'govuk_app_config', '~> 1.9'
gem 'govuk_elements_rails'
gem 'govuk_frontend_toolkit', '~> 7.6.0'
gem 'govuk_publishing_components', '~> 9.26.0'
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ GEM
io-like (~> 0.3.0)
arel (9.0.0)
ast (2.4.0)
aws-xray-sdk (0.10.2)
oj (~> 3.0)
better_errors (2.5.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
Expand Down Expand Up @@ -113,7 +115,8 @@ GEM
rubocop (~> 0.58)
rubocop-rspec (~> 1.28)
scss_lint
govuk_app_config (1.8.0)
govuk_app_config (1.9.0)
aws-xray-sdk (~> 0.10.0)
logstasher (~> 1.2.2)
sentry-raven (~> 2.7.1)
statsd-ruby (~> 1.4.0)
Expand Down Expand Up @@ -192,6 +195,7 @@ GEM
nokogumbo (1.5.0)
nokogiri
null_logger (0.0.1)
oj (3.6.10)
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
Expand Down Expand Up @@ -365,7 +369,7 @@ DEPENDENCIES
gds-api-adapters (~> 53.1.0)
govuk-content-schema-test-helpers (~> 1.6)
govuk-lint
govuk_app_config (~> 1.8)
govuk_app_config (~> 1.9)
govuk_elements_rails
govuk_frontend_toolkit (~> 7.6.0)
govuk_publishing_components (~> 9.26.0)
Expand Down

0 comments on commit 485e323

Please sign in to comment.