This commit is contained in:
Pfingstfrosch 2020-05-12 19:19:08 +02:00
parent 92eff82f1a
commit 16ae8fd87b
2 changed files with 386 additions and 472 deletions

View File

@ -84,10 +84,7 @@ GEM
devise-encryptable (0.2.0) devise-encryptable (0.2.0)
devise (>= 2.1.0) devise (>= 2.1.0)
erubi (1.9.0) erubi (1.9.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
ffi (1.12.2) ffi (1.12.2)
ffi (1.12.2-x64-mingw32)
globalid (0.4.2) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
httparty (0.18.0) httparty (0.18.0)
@ -113,14 +110,10 @@ GEM
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.14.0) minitest (5.14.0)
msgpack (1.3.3) msgpack (1.3.3)
msgpack (1.3.3-x64-mingw32)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.1.1)
nio4r (2.5.2) nio4r (2.5.2)
nokogiri (1.10.9) nokogiri (1.10.9)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
nokogiri (1.10.9-x64-mingw32)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0) orm_adapter (0.5.0)
public_suffix (4.0.4) public_suffix (4.0.4)
puma (4.3.3) puma (4.3.3)
@ -166,8 +159,6 @@ GEM
sassc-rails (~> 2.1, >= 2.1.1) sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.2.1) sassc (2.2.1)
ffi (~> 1.9) ffi (~> 1.9)
sassc (2.2.1-x64-mingw32)
ffi (~> 1.9)
sassc-rails (2.1.2) sassc-rails (2.1.2)
railties (>= 4.0.0) railties (>= 4.0.0)
sassc (>= 2.0) sassc (>= 2.0)
@ -193,8 +184,6 @@ GEM
turbolinks-source (5.2.0) turbolinks-source (5.2.0)
tzinfo (1.2.7) tzinfo (1.2.7)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
warden (1.2.8) warden (1.2.8)
rack (>= 2.0.6) rack (>= 2.0.6)
web-console (4.0.1) web-console (4.0.1)
@ -219,7 +208,6 @@ GEM
PLATFORMS PLATFORMS
ruby ruby
x64-mingw32
DEPENDENCIES DEPENDENCIES
bootsnap (>= 1.4.2) bootsnap (>= 1.4.2)
@ -227,7 +215,6 @@ DEPENDENCIES
capybara (>= 2.15) capybara (>= 2.15)
devise (= 4.7.1) devise (= 4.7.1)
devise-encryptable (= 0.2.0) devise-encryptable (= 0.2.0)
faraday (= 1.0.1)
httparty (= 0.18.0) httparty (= 0.18.0)
jbuilder (~> 2.7) jbuilder (~> 2.7)
puma (~> 4.1) puma (~> 4.1)
@ -245,4 +232,4 @@ RUBY VERSION
ruby 2.7.0p0 ruby 2.7.0p0
BUNDLED WITH BUNDLED WITH
2.1.4 2.1.2

843
yarn.lock

File diff suppressed because it is too large Load Diff