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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d234769063a852058f1024815a4cb5e804646bfe54c5bd316e4730e4e451451
4
- data.tar.gz: cf3d7dcdeee49dd7b74fdaf241d205c98519e0464171c232bc565a2d844fe71a
3
+ metadata.gz: 2a0a81b31527dd842050449b4213610c99198af7f4da9e9b7ea99cdaa6495bcf
4
+ data.tar.gz: 27a0046aa51cff76b11d7d55dd6bdd77ee4bbaf9791f99714b58fdd65cc65be0
5
5
  SHA512:
6
- metadata.gz: e32cb99c46fc779dcb7595b7fe8dd95592411856ee079bf969f8c9f2a28cd7739a3785af6cad45fe741b868d69f8c1ce74c7d46bd8cd5a439ea8d7c225434ee4
7
- data.tar.gz: 51548942c4b24a7e9c3d5323269962ba9212dce7f3b58ab6bddc3d9199df9a8976698b3bfce690c5dbd42726ea1260825dfd8567f777b14bb1793d941cdb302e
6
+ metadata.gz: 97ed41db564029706f4c5651070c9a19fb19a2f872cc0dca59c46972331ea964fdf3f573f98f622b76876864863ba8d2acf6f42f97d3f696a6aa9826f35ac955
7
+ data.tar.gz: 18991e9088510afc0c11e6e3b8094ee668bb2d453ce2149edbce75a9c252c2f18b32385cfd5ec0ee87347358ce8f9224d81defee84c89fe03b1c5c043faded6f
@@ -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@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
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@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
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@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
@@ -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@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
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.2)
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.6)
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.2)
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.14.8)
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.8)
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.29.0)
133
+ redis-client (0.30.0)
134
134
  connection_pool
135
135
  reline (0.6.3)
136
136
  io-console (~> 0.5)
@@ -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.3"
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Curtin