Skip to content

Commit

Permalink
Update demo/Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Oct 27, 2023
1 parent 0fcb661 commit c6bb6f0
Showing 1 changed file with 68 additions and 35 deletions.
103 changes: 68 additions & 35 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,51 +10,64 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.3)
actionpack (= 7.0.3)
activesupport (= 7.0.3)
actioncable (7.1.1)
actionpack (= 7.1.1)
activesupport (= 7.1.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionpack (7.0.3)
actionview (= 7.0.3)
activesupport (= 7.0.3)
rack (~> 2.0, >= 2.2.0)
zeitwerk (~> 2.6)
actionpack (7.1.1)
actionview (= 7.1.1)
activesupport (= 7.1.1)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.3)
activesupport (= 7.0.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.1)
activesupport (= 7.1.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.3)
activesupport (= 7.0.3)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.1)
activesupport (= 7.1.1)
globalid (>= 0.3.6)
activemodel (7.0.3)
activesupport (= 7.0.3)
activesupport (7.0.3)
activemodel (7.1.1)
activesupport (= 7.1.1)
activesupport (7.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
azure_mgmt_container_service (0.22.0)
ms_rest_azure (~> 0.12.0)
base64 (0.1.1)
bigdecimal (3.1.4)
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
css_parser (1.16.0)
addressable
docker-remote (0.8.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
drb (2.1.1)
ruby2_keywords
dry-inflector (0.3.0)
ejson (1.4.1)
erubi (1.12.0)
Expand Down Expand Up @@ -120,10 +133,15 @@ GEM
http-form_data (2.3.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
importmap-rails (1.2.1)
importmap-rails (1.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
jsonpath (1.1.4)
io-console (0.6.0)
irb (1.8.3)
rdoc
reline (>= 0.3.8)
jsonpath (1.1.5)
multi_json
jwt (2.7.1)
kind-rb (0.1.0-arm64-darwin)
Expand Down Expand Up @@ -211,9 +229,10 @@ GEM
faraday (>= 0.9, < 2.0.0)
faraday-cookie_jar (~> 0.0.6)
ms_rest (~> 0.7.6)
msgpack (1.6.0)
msgpack (1.7.2)
multi_json (1.15.0)
multipart-post (2.3.0)
mutex_m (0.1.2)
netrc (0.11.0)
nio4r (2.5.9)
nokogiri (1.15.4-arm64-darwin)
Expand All @@ -225,41 +244,53 @@ GEM
octicons (19.8.0)
oj (3.16.1)
os (1.1.4)
pry (0.14.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.1.1.1)
stringio
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
rack (3.0.8)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.3)
actionpack (= 7.0.3)
activesupport (= 7.0.3)
method_source
railties (7.1.1)
actionpack (= 7.1.1)
activesupport (= 7.1.1)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.5.0)
psych (>= 4.0.0)
recursive-open-struct (1.1.3)
redcarpet (3.6.0)
reline (0.3.9)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -286,6 +317,7 @@ GEM
statsd-instrument (3.5.12)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stringio (3.0.8)
thor (1.3.0)
timeliness (0.3.10)
turbo-rails (1.5.0)
Expand All @@ -301,6 +333,7 @@ GEM
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
webrick (1.8.1)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -316,10 +349,10 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
actioncable (= 7.0.3)
actionview (= 7.0.3)
activemodel (= 7.0.3)
activesupport (= 7.0.3)
actioncable (= 7.1.1)
actionview (= 7.1.1)
activemodel (= 7.1.1)
activesupport (= 7.1.1)
bootsnap (>= 1.4.2)
foreman
hotwire-livereload (~> 1.3)
Expand All @@ -334,7 +367,7 @@ DEPENDENCIES
pry-byebug
puma (~> 6.4.0)
rack-cors
railties (= 7.0.3)
railties (= 7.1.1)
rake (~> 13.0)
spring (~> 4.1)
spring-watcher-listen (~> 2.1)
Expand Down

0 comments on commit c6bb6f0

Please sign in to comment.