Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Sep 2, 2020
1 parent f0fe66c commit 773954b
Show file tree
Hide file tree
Showing 3 changed files with 1,824 additions and 1,923 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-i18n (1.9.1)
devise-i18n (1.9.2)
devise (>= 4.7.1)
devise_invitable (2.0.2)
actionmailer (>= 5.0)
Expand All @@ -109,7 +109,7 @@ GEM
concurrent-ruby (~> 1.0)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
dry-schema (1.5.2)
dry-schema (1.5.3)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.8, >= 0.8.3)
dry-core (~> 0.4)
Expand All @@ -124,7 +124,7 @@ GEM
dry-equalizer (~> 0.3)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
dry-validation (1.5.3)
dry-validation (1.5.4)
concurrent-ruby (~> 1.0)
dry-container (~> 0.7, >= 0.7.1)
dry-core (~> 0.4)
Expand Down Expand Up @@ -154,7 +154,7 @@ GEM
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.6.0)
loofah (2.7.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -167,7 +167,7 @@ GEM
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
minitest (5.14.2)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
msgpack (1.3.3)
Expand All @@ -179,7 +179,7 @@ GEM
parser (2.7.1.4)
ast (~> 2.4.1)
pg (1.2.3)
public_suffix (4.0.5)
public_suffix (4.0.6)
puma (4.3.5)
nio4r (~> 2.0)
rack (2.2.3)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.4)
rubocop (0.89.1)
rubocop (0.90.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -264,8 +264,8 @@ GEM
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
warden (1.2.8)
rack (>= 2.0.6)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.0.4)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand All @@ -275,7 +275,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webpacker (5.2.0)
webpacker (5.2.1)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@rails/actioncable": "^6.0.3-2",
"@rails/activestorage": "^6.0.3-2",
"@rails/ujs": "^6.0.3-2",
"@rails/webpacker": "^5.2.0",
"@rails/webpacker": "^5.2.1",
"@stimulus/polyfills": "^1.1.1",
"bootstrap": "^4.5.2",
"core-js": "^3.6.5",
Expand All @@ -26,5 +26,8 @@
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-dev-server": "^3.11.0"
},
"resolutions": {
"chokidar": "^3.4.0"
}
}
Loading

0 comments on commit 773954b

Please sign in to comment.