Security updates

This commit is contained in:
Wedge 2019-03-26 09:49:14 +03:00
parent a27b209779
commit 35940128d7
1 changed files with 63 additions and 59 deletions

View File

@ -40,36 +40,36 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
remote: https://rails-assets.org/ remote: https://rails-assets.org/
specs: specs:
actionmailer (4.2.8) actionmailer (4.2.11.1)
actionpack (= 4.2.8) actionpack (= 4.2.11.1)
actionview (= 4.2.8) actionview (= 4.2.11.1)
activejob (= 4.2.8) activejob (= 4.2.11.1)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.8) actionpack (4.2.11.1)
actionview (= 4.2.8) actionview (= 4.2.11.1)
activesupport (= 4.2.8) activesupport (= 4.2.11.1)
rack (~> 1.6) rack (~> 1.6)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.8) actionview (4.2.11.1)
activesupport (= 4.2.8) activesupport (= 4.2.11.1)
builder (~> 3.1) builder (~> 3.1)
erubis (~> 2.7.0) erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (4.2.8) activejob (4.2.11.1)
activesupport (= 4.2.8) activesupport (= 4.2.11.1)
globalid (>= 0.3.0) globalid (>= 0.3.0)
activemodel (4.2.8) activemodel (4.2.11.1)
activesupport (= 4.2.8) activesupport (= 4.2.11.1)
builder (~> 3.1) builder (~> 3.1)
activerecord (4.2.8) activerecord (4.2.11.1)
activemodel (= 4.2.8) activemodel (= 4.2.11.1)
activesupport (= 4.2.8) activesupport (= 4.2.11.1)
arel (~> 6.0) arel (~> 6.0)
activesupport (4.2.8) activesupport (4.2.11.1)
i18n (~> 0.7) i18n (~> 0.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
@ -100,8 +100,6 @@ GEM
callsite (0.0.11) callsite (0.0.11)
chunky_png (1.3.8) chunky_png (1.3.8)
climate_control (0.2.0) climate_control (0.2.0)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
coderay (1.1.1) coderay (1.1.1)
coffee-rails (4.2.2) coffee-rails (4.2.2)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
@ -126,10 +124,11 @@ GEM
compass (~> 1.0.0) compass (~> 1.0.0)
sass-rails (< 5.1) sass-rails (< 5.1)
sprockets (< 4.0) sprockets (< 4.0)
concurrent-ruby (1.0.5) concurrent-ruby (1.1.5)
connection_pool (2.2.1) connection_pool (2.2.1)
crack (0.4.3) crack (0.4.3)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
crass (1.0.4)
daemons (1.2.4) daemons (1.2.4)
debug_inspector (0.0.3) debug_inspector (0.0.3)
diff-lcs (1.3) diff-lcs (1.3)
@ -150,7 +149,7 @@ GEM
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0) faraday-http-cache (2.0.0)
faraday (~> 0.8) faraday (~> 0.8)
ffi (1.9.18) ffi (1.10.0)
formtastic (3.1.5) formtastic (3.1.5)
actionpack (>= 3.2.13) actionpack (>= 3.2.13)
formtastic_i18n (0.6.0) formtastic_i18n (0.6.0)
@ -158,7 +157,7 @@ GEM
activerecord (>= 4.0.0) activerecord (>= 4.0.0)
git-version-bump (0.15.1) git-version-bump (0.15.1)
gli (2.16.0) gli (2.16.0)
globalid (0.4.0) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
haml (5.0.4) haml (5.0.4)
temple (>= 0.8.0) temple (>= 0.8.0)
@ -182,7 +181,8 @@ GEM
ruby_parser (~> 3.5) ruby_parser (~> 3.5)
http-cookie (1.0.3) http-cookie (1.0.3)
domain_name (~> 0.5) domain_name (~> 0.5)
i18n (0.8.4) i18n (0.9.5)
concurrent-ruby (~> 1.0)
inherited_resources (1.7.2) inherited_resources (1.7.2)
actionpack (>= 3.2, < 5.2.x) actionpack (>= 3.2, < 5.2.x)
has_scope (~> 0.6) has_scope (~> 0.6)
@ -222,10 +222,11 @@ GEM
i18n (~> 0.4) i18n (~> 0.4)
json json
rest-client rest-client
loofah (2.0.3) loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.6.6) mail (2.7.1)
mime-types (>= 1.16, < 4) mini_mime (>= 0.1.1)
mailcatcher (0.6.5) mailcatcher (0.6.5)
eventmachine (= 1.0.9.1) eventmachine (= 1.0.9.1)
mail (~> 2.3) mail (~> 2.3)
@ -240,12 +241,13 @@ GEM
callsite (~> 0.0, >= 0.0.11) callsite (~> 0.0, >= 0.0.11)
rack-contrib (>= 1.1, < 3) rack-contrib (>= 1.1, < 3)
railties (>= 3.0.0, < 5.2.0) railties (>= 3.0.0, < 5.2.0)
mime-types (3.1) mime-types (3.2.2)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521) mime-types-data (3.2018.0812)
mimemagic (0.3.2) mimemagic (0.3.3)
mini_portile2 (2.2.0) mini_mime (1.0.1)
minitest (5.10.2) mini_portile2 (2.4.0)
minitest (5.11.3)
mock_redis (0.17.3) mock_redis (0.17.3)
modware (0.1.3) modware (0.1.3)
key_struct (~> 0.4) key_struct (~> 0.4)
@ -260,8 +262,8 @@ GEM
ngannotate-rails (1.2.2) ngannotate-rails (1.2.2)
execjs execjs
rails (>= 3.1) rails (>= 3.1)
nokogiri (1.8.0) nokogiri (1.10.2)
mini_portile2 (~> 2.2.0) mini_portile2 (~> 2.4.0)
oauth2 (1.4.0) oauth2 (1.4.0)
faraday (>= 0.8, < 0.13) faraday (>= 0.8, < 0.13)
jwt (~> 1.0) jwt (~> 1.0)
@ -286,12 +288,12 @@ GEM
oauth2 (~> 1.0) oauth2 (~> 1.0)
omniauth (~> 1.2) omniauth (~> 1.2)
orm_adapter (0.5.0) orm_adapter (0.5.0)
paperclip (5.1.0) paperclip (5.3.0)
activemodel (>= 4.2.0) activemodel (>= 4.2.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
cocaine (~> 0.5.5)
mime-types mime-types
mimemagic (~> 0.3.0) mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
pg (0.21.0) pg (0.21.0)
polyamorous (1.3.1) polyamorous (1.3.1)
activerecord (>= 3.0) activerecord (>= 3.0)
@ -301,13 +303,13 @@ GEM
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
pygments.rb (1.1.2) pygments.rb (1.1.2)
multi_json (>= 1.0.0) multi_json (>= 1.0.0)
rack (1.6.8) rack (1.6.11)
rack-contrib (1.4.0) rack-contrib (1.4.0)
git-version-bump (~> 0.15) git-version-bump (~> 0.15)
rack (~> 1.4) rack (~> 1.4)
rack-mini-profiler (0.10.5) rack-mini-profiler (0.10.5)
rack (>= 1.2.0) rack (>= 1.2.0)
rack-protection (1.5.3) rack-protection (1.5.5)
rack rack
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
@ -315,34 +317,34 @@ GEM
rack (>= 1.0.0) rack (>= 1.0.0)
rack-utf8_sanitizer (1.3.2) rack-utf8_sanitizer (1.3.2)
rack (>= 1.0, < 3.0) rack (>= 1.0, < 3.0)
rails (4.2.8) rails (4.2.11.1)
actionmailer (= 4.2.8) actionmailer (= 4.2.11.1)
actionpack (= 4.2.8) actionpack (= 4.2.11.1)
actionview (= 4.2.8) actionview (= 4.2.11.1)
activejob (= 4.2.8) activejob (= 4.2.11.1)
activemodel (= 4.2.8) activemodel (= 4.2.11.1)
activerecord (= 4.2.8) activerecord (= 4.2.11.1)
activesupport (= 4.2.8) activesupport (= 4.2.11.1)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.2.8) railties (= 4.2.11.1)
sprockets-rails sprockets-rails
rails-assets-notifyjs (0.4.2) rails-assets-notifyjs (0.4.2)
rails-deprecated_sanitizer (1.0.3) rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha) activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.8) rails-dom-testing (1.0.9)
activesupport (>= 4.2.0.beta, < 5.0) activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6) nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1) rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3) rails-html-sanitizer (1.0.4)
loofah (~> 2.0) loofah (~> 2.2, >= 2.2.2)
rails3-generators (1.0.0) rails3-generators (1.0.0)
railties (>= 3.0.0) railties (>= 3.0.0)
railties (4.2.8) railties (4.2.11.1)
actionpack (= 4.2.8) actionpack (= 4.2.11.1)
activesupport (= 4.2.8) activesupport (= 4.2.11.1)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (12.0.0) rake (12.3.2)
ransack (1.8.3) ransack (1.8.3)
actionpack (>= 3.0) actionpack (>= 3.0)
activerecord (>= 3.0) activerecord (>= 3.0)
@ -356,7 +358,7 @@ GEM
ffi (>= 1.0.6) ffi (>= 1.0.6)
msgpack (>= 0.4.3) msgpack (>= 0.4.3)
trollop (>= 1.16.2) trollop (>= 1.16.2)
redis (3.3.3) redis (3.3.5)
redis-actionpack (5.0.1) redis-actionpack (5.0.1)
actionpack (>= 4.0, < 6) actionpack (>= 4.0, < 6)
redis-rack (>= 1, < 3) redis-rack (>= 1, < 3)
@ -525,10 +527,10 @@ GEM
temple (>= 0.7.6, < 0.9) temple (>= 0.7.6, < 0.9)
tilt (>= 1.3.3, < 2.1) tilt (>= 1.3.3, < 2.1)
soundmanager-rails (1.0.1) soundmanager-rails (1.0.1)
sprockets (3.7.1) sprockets (3.7.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (3.2.0) sprockets-rails (3.2.1)
actionpack (>= 4.0) actionpack (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
@ -544,6 +546,8 @@ GEM
ruby-graphviz ruby-graphviz
state_machines state_machines
temple (0.8.0) temple (0.8.0)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
test_after_commit (1.1.0) test_after_commit (1.1.0)
activerecord (>= 3.2) activerecord (>= 3.2)
therubyracer (0.12.3) therubyracer (0.12.3)
@ -553,7 +557,7 @@ GEM
daemons (>= 1.0.9) daemons (>= 1.0.9)
eventmachine (>= 0.12.6) eventmachine (>= 0.12.6)
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.19.4) thor (0.20.3)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.7) tilt (2.0.7)
time_diff (0.3.0) time_diff (0.3.0)
@ -561,7 +565,7 @@ GEM
i18n i18n
timecop (0.9.0) timecop (0.9.0)
trollop (2.1.2) trollop (2.1.2)
tzinfo (1.2.3) tzinfo (1.2.5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (3.2.0) uglifier (3.2.0)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)