Updated railties and actionview to fix security problems
All checks were successful
the build was successful
All checks were successful
the build was successful
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2
Gemfile
2
Gemfile
@ -1,6 +1,7 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
# gem 'github-pages', group: :jekyll_plugins
|
# gem 'github-pages', group: :jekyll_plugins
|
||||||
gem 'activesupport'
|
gem 'activesupport'
|
||||||
|
gem "actionview", ">= 5.2.2.1"
|
||||||
gem 'mini_racer'
|
gem 'mini_racer'
|
||||||
# gem 'github-pages-health-check'
|
# gem 'github-pages-health-check'
|
||||||
gem 'html-proofer', group: :development
|
gem 'html-proofer', group: :development
|
||||||
@ -48,6 +49,7 @@ gem 'liquid'
|
|||||||
gem 'listen'
|
gem 'listen'
|
||||||
gem 'mercenary'
|
gem 'mercenary'
|
||||||
gem 'rack', '~> 2.0.6'
|
gem 'rack', '~> 2.0.6'
|
||||||
|
gem 'railties', '>= 5.2.2.1'
|
||||||
gem 'rouge'
|
gem 'rouge'
|
||||||
gem 'rubocop'
|
gem 'rubocop'
|
||||||
gem 'rubyzip', '~> 1.2.2'
|
gem 'rubyzip', '~> 1.2.2'
|
||||||
|
|||||||
43
Gemfile.lock
43
Gemfile.lock
@ -1,7 +1,20 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (5.2.2)
|
actionpack (5.2.2.1)
|
||||||
|
actionview (= 5.2.2.1)
|
||||||
|
activesupport (= 5.2.2.1)
|
||||||
|
rack (~> 2.0)
|
||||||
|
rack-test (>= 0.6.3)
|
||||||
|
rails-dom-testing (~> 2.0)
|
||||||
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
|
actionview (5.2.2.1)
|
||||||
|
activesupport (= 5.2.2.1)
|
||||||
|
builder (~> 3.1)
|
||||||
|
erubi (~> 1.4)
|
||||||
|
rails-dom-testing (~> 2.0)
|
||||||
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
|
activesupport (5.2.2.1)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
@ -9,6 +22,7 @@ GEM
|
|||||||
addressable (2.5.2)
|
addressable (2.5.2)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
public_suffix (>= 2.0.2, < 4.0)
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
|
builder (3.2.3)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
@ -17,10 +31,12 @@ GEM
|
|||||||
colorize (0.8.1)
|
colorize (0.8.1)
|
||||||
commonmarker (0.17.13)
|
commonmarker (0.17.13)
|
||||||
ruby-enum (~> 0.5)
|
ruby-enum (~> 0.5)
|
||||||
concurrent-ruby (1.1.4)
|
concurrent-ruby (1.1.5)
|
||||||
|
crass (1.0.4)
|
||||||
em-websocket (0.5.1)
|
em-websocket (0.5.1)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
|
erubi (1.8.0)
|
||||||
ethon (0.12.0)
|
ethon (0.12.0)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
@ -151,12 +167,16 @@ GEM
|
|||||||
jekyll (~> 3.0)
|
jekyll (~> 3.0)
|
||||||
kramdown (1.17.0)
|
kramdown (1.17.0)
|
||||||
libv8 (6.7.288.46.1)
|
libv8 (6.7.288.46.1)
|
||||||
liquid (4.0.1)
|
liquid (4.0.3)
|
||||||
listen (3.1.5)
|
listen (3.1.5)
|
||||||
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)
|
||||||
ruby_dep (~> 1.2)
|
ruby_dep (~> 1.2)
|
||||||
|
loofah (2.2.3)
|
||||||
|
crass (~> 1.0.2)
|
||||||
|
nokogiri (>= 1.5.9)
|
||||||
mercenary (0.3.6)
|
mercenary (0.3.6)
|
||||||
|
method_source (0.9.2)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.4.0)
|
||||||
mini_racer (0.2.4)
|
mini_racer (0.2.4)
|
||||||
libv8 (>= 6.3)
|
libv8 (>= 6.3)
|
||||||
@ -179,7 +199,21 @@ GEM
|
|||||||
psych (3.1.0)
|
psych (3.1.0)
|
||||||
public_suffix (3.0.3)
|
public_suffix (3.0.3)
|
||||||
rack (2.0.6)
|
rack (2.0.6)
|
||||||
|
rack-test (1.1.0)
|
||||||
|
rack (>= 1.0, < 3)
|
||||||
|
rails-dom-testing (2.0.3)
|
||||||
|
activesupport (>= 4.2.0)
|
||||||
|
nokogiri (>= 1.6)
|
||||||
|
rails-html-sanitizer (1.0.4)
|
||||||
|
loofah (~> 2.2, >= 2.2.2)
|
||||||
|
railties (5.2.2.1)
|
||||||
|
actionpack (= 5.2.2.1)
|
||||||
|
activesupport (= 5.2.2.1)
|
||||||
|
method_source
|
||||||
|
rake (>= 0.8.7)
|
||||||
|
thor (>= 0.19.0, < 2.0)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
|
rake (12.3.2)
|
||||||
rb-fsevent (0.10.3)
|
rb-fsevent (0.10.3)
|
||||||
rb-inotify (0.10.0)
|
rb-inotify (0.10.0)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
@ -209,6 +243,7 @@ GEM
|
|||||||
faraday (~> 0.8, < 1.0)
|
faraday (~> 0.8, < 1.0)
|
||||||
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)
|
||||||
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
typhoeus (1.3.1)
|
typhoeus (1.3.1)
|
||||||
ethon (>= 0.9.0)
|
ethon (>= 0.9.0)
|
||||||
@ -221,6 +256,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
actionview (>= 5.2.2.1)
|
||||||
activesupport
|
activesupport
|
||||||
html-proofer
|
html-proofer
|
||||||
jekyll (~> 3.8.5)
|
jekyll (~> 3.8.5)
|
||||||
@ -263,6 +299,7 @@ DEPENDENCIES
|
|||||||
mini_racer
|
mini_racer
|
||||||
minima
|
minima
|
||||||
rack (~> 2.0.6)
|
rack (~> 2.0.6)
|
||||||
|
railties (>= 5.2.2.1)
|
||||||
rouge
|
rouge
|
||||||
rubocop
|
rubocop
|
||||||
rubyzip (~> 1.2.2)
|
rubyzip (~> 1.2.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user