mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +01:00
Merge pull request #210 from sleede/dependabot/bundler/actionpack-page_caching-1.2.1
Bump actionpack-page_caching from 1.1.0 to 1.2.1
This commit is contained in:
commit
413c93a650
2
Gemfile
2
Gemfile
@ -123,7 +123,7 @@ gem 'pundit'
|
|||||||
|
|
||||||
gem 'oj'
|
gem 'oj'
|
||||||
|
|
||||||
gem 'actionpack-page_caching', '1.1.0'
|
gem 'actionpack-page_caching', '1.2.1'
|
||||||
gem 'rails-observers'
|
gem 'rails-observers'
|
||||||
|
|
||||||
gem 'chroma'
|
gem 'chroma'
|
||||||
|
10
Gemfile.lock
10
Gemfile.lock
@ -39,8 +39,8 @@ 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.0)
|
actionpack-page_caching (1.2.1)
|
||||||
actionpack (>= 4.0.0, < 6)
|
actionpack (>= 5.0.0)
|
||||||
actionview (5.2.4.2)
|
actionview (5.2.4.2)
|
||||||
activesupport (= 5.2.4.2)
|
activesupport (= 5.2.4.2)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
@ -221,7 +221,7 @@ GEM
|
|||||||
listen (3.0.8)
|
listen (3.0.8)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
loofah (2.4.0)
|
loofah (2.5.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
@ -432,7 +432,7 @@ GEM
|
|||||||
camertron-eprun
|
camertron-eprun
|
||||||
cldr-plurals-runtime-rb (~> 1.0)
|
cldr-plurals-runtime-rb (~> 1.0)
|
||||||
tzinfo
|
tzinfo
|
||||||
tzinfo (1.2.6)
|
tzinfo (1.2.7)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
@ -463,7 +463,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
aasm
|
aasm
|
||||||
actionpack-page_caching (= 1.1.0)
|
actionpack-page_caching (= 1.2.1)
|
||||||
active_record_query_trace
|
active_record_query_trace
|
||||||
api-pagination
|
api-pagination
|
||||||
apipie-rails
|
apipie-rails
|
||||||
|
Loading…
x
Reference in New Issue
Block a user