Switch to fork of actionpack-page_caching with rails 6 support
This commit is contained in:
parent
7c89e7c0b4
commit
b34e976bb5
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -43,7 +43,7 @@ gem "autoprefixer-rails", "~> 8.6.3"
|
||||||
gem "image_optim_rails"
|
gem "image_optim_rails"
|
||||||
|
|
||||||
# Load rails plugins
|
# Load rails plugins
|
||||||
gem "actionpack-page_caching"
|
gem "openstreetmap-actionpack-page_caching", ">= 1.1.2", :require => "actionpack/page_caching"
|
||||||
gem "active_record_union"
|
gem "active_record_union"
|
||||||
gem "activerecord-import"
|
gem "activerecord-import"
|
||||||
gem "cancancan"
|
gem "cancancan"
|
||||||
|
|
|
@ -21,8 +21,6 @@ GEM
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionpack-page_caching (1.1.1)
|
|
||||||
actionpack (>= 4.0.0, < 6)
|
|
||||||
actionview (5.2.3)
|
actionview (5.2.3)
|
||||||
activesupport (= 5.2.3)
|
activesupport (= 5.2.3)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
|
@ -302,6 +300,8 @@ GEM
|
||||||
omniauth-windowslive (0.0.12)
|
omniauth-windowslive (0.0.12)
|
||||||
multi_json (~> 1.12)
|
multi_json (~> 1.12)
|
||||||
omniauth-oauth2 (~> 1.4)
|
omniauth-oauth2 (~> 1.4)
|
||||||
|
openstreetmap-actionpack-page_caching (1.1.2)
|
||||||
|
actionpack (>= 5.0.0)
|
||||||
openstreetmap-deadlock_retry (1.3.0)
|
openstreetmap-deadlock_retry (1.3.0)
|
||||||
parallel (1.19.0)
|
parallel (1.19.0)
|
||||||
parser (2.6.5.0)
|
parser (2.6.5.0)
|
||||||
|
@ -442,7 +442,6 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
SystemTimer (>= 1.1.3)
|
SystemTimer (>= 1.1.3)
|
||||||
aasm
|
aasm
|
||||||
actionpack-page_caching
|
|
||||||
active_record_union
|
active_record_union
|
||||||
activerecord-import
|
activerecord-import
|
||||||
annotate
|
annotate
|
||||||
|
@ -494,6 +493,7 @@ DEPENDENCIES
|
||||||
omniauth-mediawiki (>= 0.0.4)
|
omniauth-mediawiki (>= 0.0.4)
|
||||||
omniauth-openid
|
omniauth-openid
|
||||||
omniauth-windowslive
|
omniauth-windowslive
|
||||||
|
openstreetmap-actionpack-page_caching (>= 1.1.2)
|
||||||
openstreetmap-deadlock_retry (>= 1.3.0)
|
openstreetmap-deadlock_retry (>= 1.3.0)
|
||||||
pg
|
pg
|
||||||
poltergeist
|
poltergeist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue