rubypitaya 3.19.1 → 3.19.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4c526a82a1c63ac3c20d9a7f126da405463c9b34480cca3f149385898e9f631
4
- data.tar.gz: 35ec148fb86b2010f746ebd7ba06ff0638563585add9710c34c4ce4c90761acf
3
+ metadata.gz: d58b5ccd8236b3ae4582a90f497eb17fd62e1b396920a1f6bb6af5150fd209c3
4
+ data.tar.gz: c0de6b03cbc50d5702ed2fa63be69f00a61d98ebb9161834884169a8f094073a
5
5
  SHA512:
6
- metadata.gz: 9ac9413661b45692c29a5e5b0a6fca95d02aa9dcb839bb4272848a1676ea4e8a0cd5760114099bb6817ddc7d3961aae4be81e29c737cf1c05ebec4127f647175
7
- data.tar.gz: e29dceebe066e3aa6f92efe793f34e27641319d4ab8794b2ba83b419d82951f9e57e147df654e459cf3cf86c30ef339f71f2ff80f88c749c7fac468b21eeac88
6
+ metadata.gz: 6a6a52c8c419cb713c490523d06f41f62a40b983f01ed4a4d8f15d1affc8d244f008dedb28b9e344b1c43e571c04221bfe47288876acd01065969bf7f57165e8
7
+ data.tar.gz: 365ba3891c6ae239cef74ae154c3e422f67fdadab75c3b72cc70368621aedffbc5d5d2beac74492942646aed174acb5e701805de74b3457fc7de8032288f06ef
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '3.19.1'
3
+ gem 'rubypitaya', '3.19.2'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.14.2'
@@ -1,13 +1,13 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activemodel (7.1.3.2)
5
- activesupport (= 7.1.3.2)
6
- activerecord (7.1.3.2)
7
- activemodel (= 7.1.3.2)
8
- activesupport (= 7.1.3.2)
4
+ activemodel (7.1.3.3)
5
+ activesupport (= 7.1.3.3)
6
+ activerecord (7.1.3.3)
7
+ activemodel (= 7.1.3.3)
8
+ activesupport (= 7.1.3.3)
9
9
  timeout (>= 0.4.0)
10
- activesupport (7.1.3.2)
10
+ activesupport (7.1.3.3)
11
11
  base64
12
12
  bigdecimal
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -18,10 +18,10 @@ GEM
18
18
  mutex_m
19
19
  tzinfo (~> 2.0)
20
20
  base64 (0.2.0)
21
- bigdecimal (3.1.7)
21
+ bigdecimal (3.1.8)
22
22
  builder (3.2.4)
23
23
  coderay (1.1.3)
24
- concurrent-ruby (1.2.3)
24
+ concurrent-ruby (1.3.1)
25
25
  connection_pool (2.4.1)
26
26
  cucumber (9.2.0)
27
27
  builder (~> 3.2)
@@ -56,17 +56,17 @@ GEM
56
56
  google-protobuf (3.25.2-x86_64-linux)
57
57
  googleapis-common-protos-types (1.14.0)
58
58
  google-protobuf (~> 3.18)
59
- grpc (1.62.0-x86_64-linux)
59
+ grpc (1.64.0-x86_64-linux)
60
60
  google-protobuf (~> 3.25)
61
61
  googleapis-common-protos-types (~> 1.0)
62
- i18n (1.14.4)
62
+ i18n (1.14.5)
63
63
  concurrent-ruby (~> 1.0)
64
64
  listen (3.9.0)
65
65
  rb-fsevent (~> 0.10, >= 0.10.3)
66
66
  rb-inotify (~> 0.9, >= 0.9.10)
67
- method_source (1.0.0)
67
+ method_source (1.1.0)
68
68
  mini_mime (1.1.5)
69
- minitest (5.22.3)
69
+ minitest (5.23.1)
70
70
  multi_json (1.15.0)
71
71
  multi_test (1.1.0)
72
72
  mustermann (3.0.0)
@@ -85,11 +85,11 @@ GEM
85
85
  rack (~> 2.2, >= 2.2.4)
86
86
  rake (13.2.1)
87
87
  rb-fsevent (0.11.2)
88
- rb-inotify (0.10.1)
88
+ rb-inotify (0.11.1)
89
89
  ffi (~> 1.0)
90
- redis (5.1.0)
91
- redis-client (>= 0.17.0)
92
- redis-client (0.22.0)
90
+ redis (5.2.0)
91
+ redis-client (>= 0.22.0)
92
+ redis-client (0.22.2)
93
93
  connection_pool
94
94
  rspec (3.13.0)
95
95
  rspec-core (~> 3.13.0)
@@ -100,20 +100,20 @@ GEM
100
100
  rspec-expectations (3.13.0)
101
101
  diff-lcs (>= 1.2.0, < 2.0)
102
102
  rspec-support (~> 3.13.0)
103
- rspec-mocks (3.13.0)
103
+ rspec-mocks (3.13.1)
104
104
  diff-lcs (>= 1.2.0, < 2.0)
105
105
  rspec-support (~> 3.13.0)
106
106
  rspec-support (3.13.1)
107
107
  ruby2_keywords (0.0.5)
108
- rubypitaya (3.19.1)
109
- activerecord (= 7.1.3.2)
108
+ rubypitaya (3.19.2)
109
+ activerecord (= 7.1.3.3)
110
110
  etcdv3 (= 0.11.6)
111
111
  google-protobuf (= 3.25.2)
112
112
  nats-pure (= 2.4.0)
113
113
  ostruct (= 0.6.0)
114
114
  pg (= 1.5.6)
115
115
  rake (= 13.2.1)
116
- redis (= 5.1.0)
116
+ redis (= 5.2.0)
117
117
  sinatra (= 3.2.0)
118
118
  webrick (= 1.8.1)
119
119
  sinatra (3.2.0)
@@ -144,7 +144,7 @@ DEPENDENCIES
144
144
  listen (= 3.9.0)
145
145
  pry (= 0.14.2)
146
146
  rspec (= 3.13.0)
147
- rubypitaya (= 3.19.1)
147
+ rubypitaya (= 3.19.2)
148
148
  sinatra-contrib (= 3.2.0)
149
149
 
150
150
  BUNDLED WITH
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '3.19.1'
2
+ VERSION = '3.19.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypitaya
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.1
4
+ version: 3.19.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti