Merge remote-tracking branch 'origin/master' into dependabot/bundler/jquery-ui-rails-6.0.1

This commit is contained in:
Jyri-Petteri Paloposki 2020-08-18 15:46:47 +03:00
commit 90653568ef
55 changed files with 594 additions and 227 deletions

View file

@ -9,7 +9,8 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.2)
aasm (3.4.0)
aasm (4.12.3)
concurrent-ruby (~> 1.0)
actioncable (5.2.4.3)
actionpack (= 5.2.4.3)
nio4r (~> 2.0)
@ -65,7 +66,7 @@ GEM
autoprefixer-rails (9.4.7)
execjs
backport (1.1.2)
bcrypt (3.1.13)
bcrypt (3.1.15)
benchmark (0.1.0)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
@ -105,7 +106,7 @@ GEM
globalid (0.4.2)
activesupport (>= 4.2.0)
htmlentities (4.3.4)
i18n (1.8.3)
i18n (1.8.4)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jquery-rails (4.4.0)
@ -154,7 +155,7 @@ GEM
puma (4.3.5)
nio4r (~> 2.0)
rack (2.2.3)
rack-mini-profiler (2.0.1)
rack-mini-profiler (2.0.4)
rack (>= 1.2.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
@ -190,7 +191,7 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
ref (2.0.0)
@ -202,17 +203,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.88.0)
rubocop (0.89.1)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.1.0, < 1.0)
rubocop-ast (>= 0.3.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.1.0)
parser (>= 2.7.0.1)
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
ruby-progressbar (1.10.1)
rubyzip (2.0.0)
safe_yaml (1.0.5)
@ -237,11 +238,11 @@ GEM
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
simplecov (0.18.5)
simplecov (0.19.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.2)
solargraph (0.39.11)
solargraph (0.39.14)
backport (~> 1.1)
benchmark
bundler (>= 1.17.2)
@ -272,17 +273,17 @@ GEM
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
tolk (3.2.1)
tolk (4.0.0)
rails (>= 5.0)
safe_yaml (>= 0.8.6)
sass
sassc
tzinfo (1.2.7)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.7.0)
uniform_notifier (1.13.0)
websocket-driver (0.7.2)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
will_paginate (3.3.0)
@ -293,11 +294,11 @@ PLATFORMS
DEPENDENCIES
RedCloth
aasm (~> 3.4.0)
aasm (~> 4.12.3)
actionpack-xml_parser (~> 2.0)
activemodel-serializers-xml (~> 1.0.1)
acts_as_list
bcrypt (~> 3.1.13)
bcrypt (~> 3.1.15)
bootstrap-sass (= 3.4.1)
bullet
byebug
@ -322,7 +323,7 @@ DEPENDENCIES
rails-dom-testing (~> 2.0.0)
rails_autolink
rspec-expectations
rubocop (~> 0.88)
rubocop (~> 0.89)
sanitize (~> 5.2)
sass-rails (~> 5.0)
selenium-webdriver (~> 3.142)
@ -331,7 +332,7 @@ DEPENDENCIES
spring
sqlite3
therubyracer
tolk (~> 3.2.1)
tolk (~> 4.0.0)
uglifier (>= 1.3.0)
will_paginate
yard