Skip to content

Commit d54eeae

Browse files
authored
Merge pull request #4583 from segmentio/develop
Release 23.15.2
2 parents a287d3f + b8443e7 commit d54eeae

File tree

65 files changed

+826
-799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+826
-799
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
httpclient (~> 2.8, >= 2.8.3)
3232
json (>= 1.5.1)
3333
colorator (1.1.0)
34-
commonmarker (0.23.6)
34+
commonmarker (0.23.9)
3535
concurrent-ruby (1.1.9)
3636
dotenv (2.7.6)
3737
em-websocket (0.5.2)
@@ -102,24 +102,24 @@ GEM
102102
rb-fsevent (~> 0.10, >= 0.10.3)
103103
rb-inotify (~> 0.9, >= 0.9.10)
104104
mercenary (0.4.0)
105-
mini_portile2 (2.8.0)
105+
mini_portile2 (2.8.1)
106106
multipart-post (2.1.1)
107-
nokogiri (1.13.10)
107+
nokogiri (1.14.3)
108108
mini_portile2 (~> 2.8.0)
109109
racc (~> 1.4)
110-
nokogiri (1.13.10-arm64-darwin)
110+
nokogiri (1.14.3-arm64-darwin)
111111
racc (~> 1.4)
112-
nokogiri (1.13.10-x86_64-darwin)
112+
nokogiri (1.14.3-x86_64-darwin)
113113
racc (~> 1.4)
114-
nokogiri (1.13.10-x86_64-linux)
114+
nokogiri (1.14.3-x86_64-linux)
115115
racc (~> 1.4)
116116
pathutil (0.16.2)
117117
forwardable-extended (~> 2.6)
118118
posix-spawn (0.3.15)
119119
premonition (2.0.1)
120120
progressbar (1.11.0)
121121
public_suffix (4.0.6)
122-
racc (1.6.1)
122+
racc (1.6.2)
123123
rake (13.0.6)
124124
rb-fsevent (0.11.0)
125125
rb-inotify (0.10.1)

diagram-library/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The library file was built by Tonik, and is in Sketch. You'll need a Sketch lice
44

55
You can also export the file, or diagrams you make with it, to `.svg` format for storage.
66

7-
![](sample-diagram.png)
7+
![Diagram showing how data is transferred from Segment Tracking API to a customer's AWS S3 bucket.](sample-diagram.png)
88

99
## Using the Library
1010

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2023-04-11
2+
# destination categories last updated 2023-04-13
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)