Skip to content

Commit

Permalink
update dependencies (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
osc-bot authored Sep 6, 2022
1 parent 4b5f020 commit 44baafd
Show file tree
Hide file tree
Showing 4 changed files with 708 additions and 670 deletions.
52 changes: 26 additions & 26 deletions apps/dashboard/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
autoprefixer-rails (10.2.5.1)
execjs (> 0)
bootstrap_form (4.5.0)
Expand Down Expand Up @@ -93,19 +93,19 @@ GEM
cssbundling-rails (1.1.1)
railties (>= 6.0.0)
dalli (3.2.2)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
dotiw (5.3.3)
activesupport
i18n
erubi (1.10.0)
erubi (1.11.0)
execjs (2.8.1)
ffi (1.15.5)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand All @@ -129,13 +129,13 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.0)
minitest (5.16.3)
mocha (1.14.0)
multi_json (1.15.0)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
nokogiri (1.13.6)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
ood_appkit (2.1.1)
Expand All @@ -153,13 +153,13 @@ GEM
ffi (~> 1.9, >= 1.9.6)
psych (4.0.4)
stringio
public_suffix (4.0.7)
public_suffix (5.0.0)
racc (1.6.0)
rack (2.2.3.1)
rack-protection (2.2.0)
rack (2.2.4)
rack-protection (2.2.2)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.2)
rack (>= 1.3)
rails (6.1.5.1)
actioncable (= 6.1.5.1)
actionmailbox (= 6.1.5.1)
Expand Down Expand Up @@ -200,23 +200,23 @@ GEM
rubyzip (2.3.2)
sdoc (2.4.0)
rdoc (>= 5.0)
selenium-webdriver (4.2.1)
selenium-webdriver (4.4.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.2)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.2)
tilt (~> 2.0)
sinatra-contrib (2.2.0)
sinatra-contrib (2.2.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.2.0)
sinatra (= 2.2.0)
mustermann (~> 2.0)
rack-protection (= 2.2.2)
sinatra (= 2.2.2)
tilt (~> 2.0)
sprockets (4.0.3)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
Expand All @@ -225,9 +225,9 @@ GEM
sprockets (>= 3.0.0)
stringio (3.0.2)
thor (1.2.1)
tilt (2.0.10)
tilt (2.0.11)
timecop (0.9.5)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
webrick (1.7.0)
websocket (1.2.9)
Expand Down
Loading

0 comments on commit 44baafd

Please sign in to comment.