parse-stack-next 5.5.2 → 5.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/docs.yml +1 -1
- data/.github/workflows/release.yml +2 -2
- data/.github/workflows/ruby.yml +1 -1
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +6 -6
- data/lib/parse/stack/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a0a81b31527dd842050449b4213610c99198af7f4da9e9b7ea99cdaa6495bcf
|
|
4
|
+
data.tar.gz: 27a0046aa51cff76b11d7d55dd6bdd77ee4bbaf9791f99714b58fdd65cc65be0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97ed41db564029706f4c5651070c9a19fb19a2f872cc0dca59c46972331ea964fdf3f573f98f622b76876864863ba8d2acf6f42f97d3f696a6aa9826f35ac955
|
|
7
|
+
data.tar.gz: 18991e9088510afc0c11e6e3b8094ee668bb2d453ce2149edbce75a9c252c2f18b32385cfd5ec0ee87347358ce8f9224d81defee84c89fe03b1c5c043faded6f
|
data/.github/workflows/docs.yml
CHANGED
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
19
19
|
runs-on: ubuntu-latest
|
|
20
20
|
steps:
|
|
21
21
|
- uses: actions/checkout@v6
|
|
22
|
-
- uses: ruby/setup-ruby@
|
|
22
|
+
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
|
|
23
23
|
with:
|
|
24
24
|
ruby-version: '3.4'
|
|
25
25
|
bundler-cache: true
|
|
@@ -25,12 +25,12 @@ jobs:
|
|
|
25
25
|
# letting Bundler resolve vendor/bundle in the next step.
|
|
26
26
|
- run: git update-index --skip-worktree .bundle/config
|
|
27
27
|
|
|
28
|
-
- uses: ruby/setup-ruby@
|
|
28
|
+
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
|
|
29
29
|
with:
|
|
30
30
|
ruby-version: "3.4"
|
|
31
31
|
bundler-cache: true
|
|
32
32
|
|
|
33
|
-
- uses: rubygems/release-gem@
|
|
33
|
+
- uses: rubygems/release-gem@052cc82692552de3ef2b81fd670e41d13cba8092 # v1.4.0
|
|
34
34
|
|
|
35
35
|
# Mirror the same .gem to GitHub Packages. The previous step
|
|
36
36
|
# leaves the built artifact in pkg/parse-stack-next-X.Y.Z.gem
|
data/.github/workflows/ruby.yml
CHANGED
|
@@ -29,7 +29,7 @@ jobs:
|
|
|
29
29
|
- name: Set up Ruby
|
|
30
30
|
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
|
|
31
31
|
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
|
32
|
-
uses: ruby/setup-ruby@
|
|
32
|
+
uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
|
|
33
33
|
with:
|
|
34
34
|
ruby-version: ${{ matrix.ruby }}
|
|
35
35
|
- name: Install dependencies
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
## parse-stack-next Changelog
|
|
2
2
|
|
|
3
|
+
### 5.5.3
|
|
4
|
+
|
|
5
|
+
#### Dependency updates
|
|
6
|
+
|
|
7
|
+
- **CHANGED**: Bumped locked dependencies to their latest compatible releases:
|
|
8
|
+
`concurrent-ruby` 1.3.6 → 1.3.7, `faraday` 2.14.2 → 2.14.3, `i18n` 1.14.8 →
|
|
9
|
+
1.15.1, `json` 2.19.8 → 2.19.9, and `redis-client` 0.29.0 → 0.30.0.
|
|
10
|
+
|
|
3
11
|
### 5.5.2
|
|
4
12
|
|
|
5
13
|
#### Large aggregation pipelines no longer fail with "Invalid aggregate stage '0'"
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
parse-stack-next (5.5.
|
|
4
|
+
parse-stack-next (5.5.3)
|
|
5
5
|
activemodel (>= 6.1, < 9)
|
|
6
6
|
activesupport (>= 6.1, < 9)
|
|
7
7
|
connection_pool (>= 2.2, < 4)
|
|
@@ -41,7 +41,7 @@ GEM
|
|
|
41
41
|
thor (~> 1.0)
|
|
42
42
|
chunky_png (1.4.0)
|
|
43
43
|
coderay (1.1.3)
|
|
44
|
-
concurrent-ruby (1.3.
|
|
44
|
+
concurrent-ruby (1.3.7)
|
|
45
45
|
connection_pool (3.0.2)
|
|
46
46
|
csv (3.3.5)
|
|
47
47
|
date (3.5.1)
|
|
@@ -51,7 +51,7 @@ GEM
|
|
|
51
51
|
dotenv (3.2.0)
|
|
52
52
|
drb (2.2.3)
|
|
53
53
|
erb (6.0.4)
|
|
54
|
-
faraday (2.14.
|
|
54
|
+
faraday (2.14.3)
|
|
55
55
|
faraday-net_http (>= 2.0, < 3.5)
|
|
56
56
|
json
|
|
57
57
|
logger
|
|
@@ -65,7 +65,7 @@ GEM
|
|
|
65
65
|
base64
|
|
66
66
|
fiber-storage
|
|
67
67
|
logger
|
|
68
|
-
i18n (1.
|
|
68
|
+
i18n (1.15.1)
|
|
69
69
|
concurrent-ruby (~> 1.0)
|
|
70
70
|
io-console (0.8.2)
|
|
71
71
|
irb (1.18.0)
|
|
@@ -73,7 +73,7 @@ GEM
|
|
|
73
73
|
prism (>= 1.3.0)
|
|
74
74
|
rdoc (>= 4.0.0)
|
|
75
75
|
reline (>= 0.4.2)
|
|
76
|
-
json (2.19.
|
|
76
|
+
json (2.19.9)
|
|
77
77
|
logger (1.7.0)
|
|
78
78
|
method_source (1.1.0)
|
|
79
79
|
minitest (6.0.6)
|
|
@@ -130,7 +130,7 @@ GEM
|
|
|
130
130
|
redcarpet (3.6.1)
|
|
131
131
|
redis (5.4.1)
|
|
132
132
|
redis-client (>= 0.22.0)
|
|
133
|
-
redis-client (0.
|
|
133
|
+
redis-client (0.30.0)
|
|
134
134
|
connection_pool
|
|
135
135
|
reline (0.6.3)
|
|
136
136
|
io-console (~> 0.5)
|
data/lib/parse/stack/version.rb
CHANGED