parse-stack-next 5.5.2 → 5.5.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d234769063a852058f1024815a4cb5e804646bfe54c5bd316e4730e4e451451
4
- data.tar.gz: cf3d7dcdeee49dd7b74fdaf241d205c98519e0464171c232bc565a2d844fe71a
3
+ metadata.gz: 97d41b5209b0365349812d166993421d4f25ae734dff25141c141decf0c54cc4
4
+ data.tar.gz: c0e3b483da29241890500469939f79a44396966e321827283dc3be327d7bdc6c
5
5
  SHA512:
6
- metadata.gz: e32cb99c46fc779dcb7595b7fe8dd95592411856ee079bf969f8c9f2a28cd7739a3785af6cad45fe741b868d69f8c1ce74c7d46bd8cd5a439ea8d7c225434ee4
7
- data.tar.gz: 51548942c4b24a7e9c3d5323269962ba9212dce7f3b58ab6bddc3d9199df9a8976698b3bfce690c5dbd42726ea1260825dfd8567f777b14bb1793d941cdb302e
6
+ metadata.gz: e01b065bc9e57307d95dcba6ae474a025130d694f5cf30560441af37d31f047a79fd1c65dc3e8543024a1d449a31b30bf82d7a3ba4908a512b61975de4558353
7
+ data.tar.gz: d5b0a9ac73f321dc78953924d175549bf6d5ee96918907851b2dc1589dd3131941d2c1f5eb30a166b9b806abea70d416ae7f869eb9dfcf781b3f10f1879f629b
@@ -29,7 +29,7 @@ jobs:
29
29
 
30
30
  steps:
31
31
  - name: Checkout repository
32
- uses: actions/checkout@v6
32
+ uses: actions/checkout@v7
33
33
 
34
34
  - name: Initialize CodeQL
35
35
  uses: github/codeql-action/init@v4
@@ -18,8 +18,8 @@ jobs:
18
18
  build:
19
19
  runs-on: ubuntu-latest
20
20
  steps:
21
- - uses: actions/checkout@v6
22
- - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
21
+ - uses: actions/checkout@v7
22
+ - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
23
23
  with:
24
24
  ruby-version: '3.4'
25
25
  bundler-cache: true
@@ -15,7 +15,7 @@ jobs:
15
15
  contents: read
16
16
  packages: write
17
17
  steps:
18
- - uses: actions/checkout@v6
18
+ - uses: actions/checkout@v7
19
19
 
20
20
  # bundler-cache (next step) writes --local path / --local
21
21
  # deployment into the tracked `.bundle/config`, which would leave
@@ -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@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
28
+ - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
29
29
  with:
30
30
  ruby-version: "3.4"
31
31
  bundler-cache: true
32
32
 
33
- - uses: rubygems/release-gem@6317d8d1f7e28c24d28f6eff169ea854948bd9f7 # v1.2.0
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
@@ -25,11 +25,11 @@ jobs:
25
25
  ruby: ['3.2', '3.3', '3.4', '3.5']
26
26
  runs-on: ${{ matrix.os }}
27
27
  steps:
28
- - uses: actions/checkout@v6
28
+ - uses: actions/checkout@v7
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@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
32
+ uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
33
33
  with:
34
34
  ruby-version: ${{ matrix.ruby }}
35
35
  - name: Install dependencies
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  ## parse-stack-next Changelog
2
2
 
3
+ ### 5.5.4
4
+
5
+ #### Dependency updates
6
+
7
+ - **CHANGED**: Bumped `graphql` to 2.6.5 (from 2.6.3) in the locked
8
+ dependencies.
9
+
10
+ ### 5.5.3
11
+
12
+ #### Dependency updates
13
+
14
+ - **CHANGED**: Bumped locked dependencies to their latest compatible releases:
15
+ `concurrent-ruby` 1.3.6 → 1.3.7, `faraday` 2.14.2 → 2.14.3, `i18n` 1.14.8 →
16
+ 1.15.1, `json` 2.19.8 → 2.19.9, and `redis-client` 0.29.0 → 0.30.0.
17
+
3
18
  ### 5.5.2
4
19
 
5
20
  #### 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.2)
4
+ parse-stack-next (5.5.4)
5
5
  activemodel (>= 6.1, < 9)
6
6
  activesupport (>= 6.1, < 9)
7
7
  connection_pool (>= 2.2, < 4)
@@ -41,17 +41,16 @@ GEM
41
41
  thor (~> 1.0)
42
42
  chunky_png (1.4.0)
43
43
  coderay (1.1.3)
44
- concurrent-ruby (1.3.6)
44
+ concurrent-ruby (1.3.7)
45
45
  connection_pool (3.0.2)
46
46
  csv (3.3.5)
47
- date (3.5.1)
48
47
  debug (1.11.1)
49
48
  irb (~> 1.10)
50
49
  reline (>= 0.3.8)
51
50
  dotenv (3.2.0)
52
51
  drb (2.2.3)
53
52
  erb (6.0.4)
54
- faraday (2.14.2)
53
+ faraday (2.14.3)
55
54
  faraday-net_http (>= 2.0, < 3.5)
56
55
  json
57
56
  logger
@@ -61,11 +60,11 @@ GEM
61
60
  faraday (~> 2.5)
62
61
  net-http-persistent (>= 4.0.4, < 5)
63
62
  fiber-storage (1.0.1)
64
- graphql (2.6.3)
63
+ graphql (2.6.5)
65
64
  base64
66
65
  fiber-storage
67
66
  logger
68
- i18n (1.14.8)
67
+ i18n (1.15.2)
69
68
  concurrent-ruby (~> 1.0)
70
69
  io-console (0.8.2)
71
70
  irb (1.18.0)
@@ -73,7 +72,7 @@ GEM
73
72
  prism (>= 1.3.0)
74
73
  rdoc (>= 4.0.0)
75
74
  reline (>= 0.4.2)
76
- json (2.19.8)
75
+ json (2.21.1)
77
76
  logger (1.7.0)
78
77
  method_source (1.1.0)
79
78
  minitest (6.0.6)
@@ -97,7 +96,7 @@ GEM
97
96
  nio4r (2.7.5)
98
97
  ostruct (0.6.3)
99
98
  parallel (2.1.0)
100
- pp (0.6.3)
99
+ pp (0.6.4)
101
100
  prettyprint
102
101
  prettyprint (0.2.0)
103
102
  prism (1.9.0)
@@ -105,9 +104,6 @@ GEM
105
104
  coderay (~> 1.1)
106
105
  method_source (~> 1.0)
107
106
  reline (>= 0.6.0)
108
- psych (5.4.0)
109
- date
110
- stringio
111
107
  puma (8.0.2)
112
108
  nio4r (~> 2.0)
113
109
  rack (3.2.6)
@@ -123,14 +119,19 @@ GEM
123
119
  rackup (2.3.1)
124
120
  rack (>= 3)
125
121
  rake (13.4.2)
126
- rdoc (7.2.0)
122
+ rbs (4.0.3)
123
+ logger
124
+ prism (>= 1.6.0)
125
+ tsort
126
+ rdoc (8.0.0)
127
127
  erb
128
- psych (>= 4.0.0)
128
+ prism (>= 1.6.0)
129
+ rbs (>= 4.0.0)
129
130
  tsort
130
131
  redcarpet (3.6.1)
131
132
  redis (5.4.1)
132
133
  redis-client (>= 0.22.0)
133
- redis-client (0.29.0)
134
+ redis-client (0.30.0)
134
135
  connection_pool
135
136
  reline (0.6.3)
136
137
  io-console (~> 0.5)
@@ -149,15 +150,14 @@ GEM
149
150
  rack-protection (= 4.2.1)
150
151
  rack-session (>= 2.0.0, < 3)
151
152
  tilt (~> 2.0)
152
- stringio (3.2.0)
153
153
  thor (1.5.0)
154
- tilt (2.7.0)
154
+ tilt (2.8.0)
155
155
  tsort (0.2.0)
156
156
  tzinfo (2.0.6)
157
157
  concurrent-ruby (~> 1.0)
158
158
  uri (1.1.1)
159
159
  webrick (1.9.2)
160
- yard (0.9.44)
160
+ yard (0.9.45)
161
161
 
162
162
  PLATFORMS
163
163
  aarch64-linux-gnu
@@ -6,6 +6,6 @@ module Parse
6
6
  # The Parse Server SDK for Ruby
7
7
  module Stack
8
8
  # The current version.
9
- VERSION = "5.5.2"
9
+ VERSION = "5.5.4"
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parse-stack-next
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.2
4
+ version: 5.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Curtin