Skip to content

Commit

Permalink
Updated bundle and Upgraded Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ariernto committed Oct 10, 2021
1 parent 163409a commit 1dae2ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ GEM
activesupport (>= 5.2)
device_detector
safely_block (>= 0.2.1)
amazing_print (1.3.0)
amazing_print (1.4.0)
bcrypt (3.1.16)
bindex (0.8.1)
bootsnap (1.9.0)
bootsnap (1.9.1)
msgpack (~> 1.0)
brakeman (5.1.1)
builder (3.2.4)
Expand Down Expand Up @@ -138,7 +138,7 @@ GEM
geocoder (1.6.7)
globalid (0.5.2)
activesupport (>= 5.0)
google-protobuf (3.18.0)
google-protobuf (3.18.1)
groupdate (5.2.2)
activesupport (>= 5)
hotwire-rails (0.1.3)
Expand All @@ -149,7 +149,7 @@ GEM
concurrent-ruby (~> 1.0)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
jwt (2.2.3)
jwt (2.3.0)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -158,7 +158,7 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.1)
marcel (1.0.2)
maxminddb (0.1.22)
method_source (1.0.0)
mini_mime (1.1.1)
Expand All @@ -167,7 +167,7 @@ GEM
msgpack (1.4.2)
multipart-post (2.1.1)
nio4r (2.5.8)
nokogiri (1.12.4)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -276,11 +276,11 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
stimulus-rails (0.5.4)
stimulus-rails (0.7.0)
rails (>= 6.0.0)
thor (1.1.0)
tilt (2.0.10)
turbo-rails (0.7.14)
turbo-rails (0.8.1)
rails (>= 6.0.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Example application
* Webpacker [4.3.0](https://rubygems.org/gems/webpacker/versions)
* Stimulus [2.0.0](https://github.com/hotwired/stimulus/releases) (yarn)
* Hotwire [0.1.3](https://rubygems.org/gems/hotwire-rails/versions)
* Turbo [0.7.10](https://rubygems.org/gems/turbo-rails/versions) (yarn)
* Turbo [0.8.1](https://rubygems.org/gems/turbo-rails/versions) (yarn)
* React [17.0.2](https://reactjs.org/versions/) (yarn)
* Bootstrap [5.1.2](https://getbootstrap.com/docs/versions/) (yarn)
* If building from scratch (not cloning):
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2871,9 +2871,9 @@ ee-first@1.1.1:
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=

electron-to-chromium@^1.3.857:
version "1.3.861"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.861.tgz#981e37a79af7a7b29bbaeed36376f4795527de13"
integrity sha512-GZyflmpMnZRdZ1e2yAyvuFwz1MPSVQelwHX4TJZyXypB8NcxdPvPNwy5lOTxnlkrK13EiQzyTPugRSnj6cBgKg==
version "1.3.864"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.864.tgz#6a993bcc196a2b8b3df84d28d5d4dd912393885f"
integrity sha512-v4rbad8GO6/yVI92WOeU9Wgxc4NA0n4f6P1FvZTY+jyY7JHEhw3bduYu60v3Q1h81Cg6eo4ApZrFPuycwd5hGw==

elliptic@^6.5.3:
version "6.5.4"
Expand Down

0 comments on commit 1dae2ca

Please sign in to comment.