Skip to content

Commit

Permalink
Bump rexml from 3.2.8 to 3.3.2 in /web (#4)
Browse files Browse the repository at this point in the history
* Bump rexml from 3.2.8 to 3.3.2 in /web

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.2.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.8...v3.3.2)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Merge from main (#5)

* Create codeql-config.yml

* Add OCPP 1.6 subprotocol support (#3)

* start apim demo

* infra setup

* chore: basic websocket and debug files

* now websockets work in a webapp

* use ocpp1.6 subprotocol

* chore: Update Makefile with build, test, clean, restore, watch, start, deploy, and publish commands

* chore: Update WebSocketController.cs with WebSocket protocol handling

* add station

* add station to protocol

* enable application insights

* app gateway deployment

* link app gw to pubsub

* Add token capture in the rewriteRules

* add hub

* use private endpoint for webpubsub

* fix unused var

* use keyvault for certificate

* show ip address

* chore: Update DNS configuration for Web PubSub service

* make web private too

* fix typo

* fix service links

* Add storage for zip deployment

* add some sleep

* chore: Increase request timeout for app gateway to prevent immediate draining of websocket

* Add pingpong for local test socket

* Set the right timeouts for the backend settings

* chore: Update DNS configuration for Web PubSub service

* chore: Update DNS configuration for Web PubSub service and fix url template for pubsub

* chore: Add vnet integration to the web app

* add ip security restrictions

* chore: Rename apim-custom directory to ocpp-server and update README

Add ocpp1.6 subprotocol check

* chore: Update DNS configuration for Web PubSub service and fix url template for pubsub

* chore: Replace newline characters in log messages for WebSocketController and Program.cs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juan Manuel Servera <[email protected]>
  • Loading branch information
dependabot[bot] and jmservera authored Jul 22, 2024
1 parent 35e9c43 commit 86a1e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rouge (3.30.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand Down

0 comments on commit 86a1e51

Please sign in to comment.