Bundle update

This commit is contained in:
Sebastian Serth
2019-11-20 16:43:25 +01:00
parent 7bd0df364a
commit 0f677b9eff
3 changed files with 2025 additions and 548 deletions

View File

@ -129,7 +129,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
erubi (1.9.0)
eventmachine (1.0.9.1)
excon (0.67.0)
excon (0.68.0)
execjs (2.7.0)
factory_bot (5.1.1)
activesupport (>= 4.2.0)
@ -141,7 +141,7 @@ GEM
faye-websocket (0.10.9)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.11.1)
ffi (1.11.2)
forgery (0.7.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
@ -152,7 +152,7 @@ GEM
domain_name (~> 0.5)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
i18n-js (3.4.0)
i18n-js (3.5.0)
i18n (>= 0.6.6)
image_processing (1.9.3)
mini_magick (>= 4.9.5, < 5)
@ -160,7 +160,7 @@ GEM
ims-lti (1.2.2)
builder
oauth (>= 0.4.5, < 0.6)
jaro_winkler (1.5.3)
jaro_winkler (1.5.4)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jquery-rails (4.3.5)
@ -188,13 +188,13 @@ GEM
mini_magick (4.9.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.12.2)
minitest (5.13.0)
minitest-autotest (1.1.1)
minitest-server (~> 1.0)
path_expander (~> 1.0)
minitest-server (1.0.5)
minitest (~> 5.0)
mnemosyne-ruby (1.7.1)
mnemosyne-ruby (1.8.0)
activesupport (>= 4)
bunny
msgpack (1.3.1)
@ -207,7 +207,7 @@ GEM
netrc (0.11.0)
newrelic_rpm (6.7.0.359)
nio4r (2.5.2)
nokogiri (1.10.4)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
nyan-cat-formatter (0.12.0)
rspec (>= 2.99, >= 2.14.2, < 4)
@ -220,7 +220,7 @@ GEM
rack (>= 1.2, < 3)
pagedown-bootstrap-rails (2.1.4)
railties (> 3.1)
parallel (1.18.0)
parallel (1.19.0)
parser (2.6.5.0)
ast (~> 2.4.0)
path_expander (1.1.0)
@ -234,12 +234,12 @@ GEM
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.1)
puma (4.2.1)
puma (4.3.0)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
rack (2.0.7)
rack-mini-profiler (1.1.1)
rack-mini-profiler (1.1.3)
rack (>= 1.2.0)
rack-proxy (0.6.5)
rack
@ -270,7 +270,7 @@ GEM
rails-i18n (5.1.3)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
rails-timeago (2.17.1)
rails-timeago (2.18.0)
actionpack (>= 3.1)
activesupport (>= 3.1)
railties (5.2.3)
@ -280,7 +280,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (13.0.0)
rake (13.0.1)
ransack (2.3.0)
actionpack (>= 5.0)
activerecord (>= 5.0)
@ -319,7 +319,7 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.75.1)
rubocop (0.76.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
@ -396,7 +396,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webpacker (4.0.7)
webpacker (4.2.0)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)

View File

@ -13,10 +13,10 @@
"jstree": "^3.3.8",
"opensans-webkit": "^1.0.1",
"popper.js": "^1.15.0",
"snyk": "^1.189.0",
"underscore": "^1.9.1",
"vis": "^4.21.0",
"webpack-merge": "^4.1.4",
"snyk": "^1.189.0"
"webpack-merge": "^4.1.4"
},
"devDependencies": {
"webpack-dev-server": "3.4.1"

2541
yarn.lock

File diff suppressed because it is too large Load Diff