Skip to content

Commit

Permalink
Merge pull request #1966 from alphagov/dependabot/bundler/actionpack-…
Browse files Browse the repository at this point in the history
…page_caching-1.2.0

Bump actionpack-page_caching from 1.1.1 to 1.2.0
  • Loading branch information
andysellick authored Dec 12, 2019
2 parents 3752b49 + 099d65c commit 1778b94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

ruby File.read(".ruby-version").chomp

gem "actionpack-page_caching", "1.1.1"
gem "actionpack-page_caching", "1.2.0"
gem "asset_bom_removal-rails", "~> 1.0.0"
gem "govuk_app_config", "~> 2.0.1"
gem "govuk_publishing_components", "~> 21.13.4"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ GEM
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionpack-page_caching (1.1.1)
actionpack (>= 4.0.0, < 6)
actionpack-page_caching (1.2.0)
actionpack (>= 5.0.0)
actionview (5.2.4)
activesupport (= 5.2.4)
builder (~> 3.1)
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
brakeman (4.7.1)
builder (3.2.3)
builder (3.2.4)
capybara (3.29.0)
addressable
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -327,7 +327,7 @@ PLATFORMS
ruby

DEPENDENCIES
actionpack-page_caching (= 1.1.1)
actionpack-page_caching (= 1.2.0)
asset_bom_removal-rails (~> 1.0.0)
better_errors
binding_of_caller
Expand Down

0 comments on commit 1778b94

Please sign in to comment.