mirror of
https://github.com/eosswedenorg/apt
synced 2026-07-04 12:03:42 +02:00
[Security] Update activesupport to >= 4.1.11
This commit is contained in:
parent
0f4e9f7cad
commit
18f09cbe88
2 changed files with 15 additions and 6 deletions
3
Gemfile
3
Gemfile
|
|
@ -6,4 +6,7 @@ gem "github-pages", group: :jekyll_plugins
|
||||||
# security vulnerability - https://github.com/advisories/GHSA-mqm2-cgpr-p4m6
|
# security vulnerability - https://github.com/advisories/GHSA-mqm2-cgpr-p4m6
|
||||||
gem "kramdown", ">= 2.3.0"
|
gem "kramdown", ">= 2.3.0"
|
||||||
|
|
||||||
|
# security vulnerability - https://github.com/advisories/GHSA-j96r-xvjq-r9pg
|
||||||
|
gem "activesupport", ">= 4.1.11"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
18
Gemfile.lock
18
Gemfile.lock
|
|
@ -1,9 +1,12 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (3.2.22.5)
|
activesupport (6.0.3.2)
|
||||||
i18n (~> 0.6, >= 0.6.4)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
multi_json (~> 1.0)
|
i18n (>= 0.7, < 2)
|
||||||
|
minitest (~> 5.1)
|
||||||
|
tzinfo (~> 1.1)
|
||||||
|
zeitwerk (~> 2.2, >= 2.2.2)
|
||||||
addressable (2.7.0)
|
addressable (2.7.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
|
|
@ -203,7 +206,7 @@ GEM
|
||||||
jekyll (>= 3.5, < 5.0)
|
jekyll (>= 3.5, < 5.0)
|
||||||
jekyll-feed (~> 0.9)
|
jekyll-feed (~> 0.9)
|
||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
multi_json (1.15.0)
|
minitest (5.14.1)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
nokogiri (1.10.10)
|
nokogiri (1.10.10)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
|
|
@ -234,21 +237,24 @@ GEM
|
||||||
unf (~> 0.1.4)
|
unf (~> 0.1.4)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
|
thread_safe (0.3.6)
|
||||||
typhoeus (1.4.0)
|
typhoeus (1.4.0)
|
||||||
ethon (>= 0.9.0)
|
ethon (>= 0.9.0)
|
||||||
tzinfo (2.0.2)
|
tzinfo (1.2.7)
|
||||||
concurrent-ruby (~> 1.0)
|
thread_safe (~> 0.1)
|
||||||
tzinfo-data (1.2020.1)
|
tzinfo-data (1.2020.1)
|
||||||
tzinfo (>= 1.0.0)
|
tzinfo (>= 1.0.0)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.7)
|
unf_ext (0.0.7.7)
|
||||||
unicode-display_width (1.7.0)
|
unicode-display_width (1.7.0)
|
||||||
|
zeitwerk (2.4.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
activesupport (>= 4.1.11)
|
||||||
github-pages
|
github-pages
|
||||||
kramdown (>= 2.3.0)
|
kramdown (>= 2.3.0)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue