mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
update actionpack-page_caching to 1.2.2 to get the bugfix about relative_path
This commit is contained in:
parent
50dbc78bbf
commit
0cd5061852
@ -4,9 +4,10 @@
|
|||||||
- Prevent admins from leaving their dedicated group
|
- Prevent admins from leaving their dedicated group
|
||||||
- Faraday was downgraded from 1.0 to 0.17 for better compatibility with elasticsearch-ruby 5 (#205 #196)
|
- Faraday was downgraded from 1.0 to 0.17 for better compatibility with elasticsearch-ruby 5 (#205 #196)
|
||||||
- Added an option to allow usage in production without HTTPS
|
- Added an option to allow usage in production without HTTPS
|
||||||
|
- Now using node.js instead of therubyracer for building javascript assets
|
||||||
- Fix a bug: when an admin logs on the subscription page, his view is broken
|
- Fix a bug: when an admin logs on the subscription page, his view is broken
|
||||||
- Fix a bug: admin's members list shows the same members multiple times
|
- Fix a bug: admin's members list shows the same members multiple times
|
||||||
- Fix a security issue: updated actionpack-page_caching from 1.1.0 to 1.2.1 to fix [CVE-2020-8159](https://nvd.nist.gov/vuln/detail/CVE-2020-8159)
|
- Fix a security issue: updated actionpack-page_caching from 1.1.0 to 1.2.2 to fix [CVE-2020-8159](https://nvd.nist.gov/vuln/detail/CVE-2020-8159)
|
||||||
|
|
||||||
## v4.4.1 2020 May 12
|
## v4.4.1 2020 May 12
|
||||||
|
|
||||||
|
2
Gemfile
2
Gemfile
@ -121,7 +121,7 @@ gem 'pundit'
|
|||||||
|
|
||||||
gem 'oj'
|
gem 'oj'
|
||||||
|
|
||||||
gem 'actionpack-page_caching', '1.2.1'
|
gem 'actionpack-page_caching', '1.2.2'
|
||||||
gem 'rails-observers'
|
gem 'rails-observers'
|
||||||
|
|
||||||
gem 'chroma'
|
gem 'chroma'
|
||||||
|
@ -39,7 +39,7 @@ 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.2.1)
|
actionpack-page_caching (1.2.2)
|
||||||
actionpack (>= 5.0.0)
|
actionpack (>= 5.0.0)
|
||||||
actionview (5.2.4.2)
|
actionview (5.2.4.2)
|
||||||
activesupport (= 5.2.4.2)
|
activesupport (= 5.2.4.2)
|
||||||
@ -458,7 +458,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
aasm
|
aasm
|
||||||
actionpack-page_caching (= 1.2.1)
|
actionpack-page_caching (= 1.2.2)
|
||||||
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