rubypitaya 2.26.0 → 2.26.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rubypitaya/app-template/Gemfile +1 -1
- data/lib/rubypitaya/app-template/Gemfile.lock +23 -19
- data/lib/rubypitaya/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: de24f57328bc18e37aac0d0b1df99ab5aaa053f3f8ea83dadc72747945b39296
|
4
|
+
data.tar.gz: 4c667ba7ada7fcc913c82b6edeb19a2484cad8205ca2f1456454dc231d1a2b75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61620b909468b5ad84669f5dce38e0b5627d22a61fe6590b328b5a644e4ea2b563874ef57b0c6c6554f945a1c3560e56c6934e256cb0e9bece5f355a7a5483da
|
7
|
+
data.tar.gz: 2f6ef8849e38c48cf4bdc10c66bc76e41a2edc214c67c4f1a6dd865f8842e0e0d6c34262e59e08159a9604b061af3684ea86d79ea4ff5f93ebd75dd84a11028d
|
@@ -1,12 +1,12 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activemodel (6.1.
|
5
|
-
activesupport (= 6.1.
|
6
|
-
activerecord (6.1.
|
7
|
-
activemodel (= 6.1.
|
8
|
-
activesupport (= 6.1.
|
9
|
-
activesupport (6.1.
|
4
|
+
activemodel (6.1.4.1)
|
5
|
+
activesupport (= 6.1.4.1)
|
6
|
+
activerecord (6.1.4.1)
|
7
|
+
activemodel (= 6.1.4.1)
|
8
|
+
activesupport (= 6.1.4.1)
|
9
|
+
activesupport (6.1.4.1)
|
10
10
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
11
11
|
i18n (>= 1.6, < 2)
|
12
12
|
minitest (>= 5.1)
|
@@ -48,7 +48,7 @@ GEM
|
|
48
48
|
cucumber-cucumber-expressions (~> 10.3, >= 10.3.0)
|
49
49
|
cucumber-messages (~> 13.0, >= 13.0.1)
|
50
50
|
diff-lcs (1.4.4)
|
51
|
-
etcdv3 (0.
|
51
|
+
etcdv3 (0.11.3)
|
52
52
|
grpc (~> 1.17)
|
53
53
|
eventmachine (1.2.7)
|
54
54
|
ffi (1.15.3)
|
@@ -74,9 +74,9 @@ GEM
|
|
74
74
|
ruby2_keywords (~> 0.0.1)
|
75
75
|
nats (0.11.0)
|
76
76
|
eventmachine (~> 1.2, >= 1.2)
|
77
|
-
ostruct (0.
|
77
|
+
ostruct (0.4.0)
|
78
78
|
pg (1.2.3)
|
79
|
-
protobuf (3.10.
|
79
|
+
protobuf (3.10.4)
|
80
80
|
activesupport (>= 3.2)
|
81
81
|
middleware
|
82
82
|
thor
|
@@ -92,11 +92,11 @@ GEM
|
|
92
92
|
rack (2.2.3)
|
93
93
|
rack-protection (2.1.0)
|
94
94
|
rack
|
95
|
-
rake (13.0.
|
95
|
+
rake (13.0.6)
|
96
96
|
rb-fsevent (0.11.0)
|
97
97
|
rb-inotify (0.10.1)
|
98
98
|
ffi (~> 1.0)
|
99
|
-
redis (4.
|
99
|
+
redis (4.4.0)
|
100
100
|
rspec (3.10.0)
|
101
101
|
rspec-core (~> 3.10.0)
|
102
102
|
rspec-expectations (~> 3.10.0)
|
@@ -111,23 +111,27 @@ GEM
|
|
111
111
|
rspec-support (~> 3.10.0)
|
112
112
|
rspec-support (3.10.2)
|
113
113
|
ruby2_keywords (0.0.5)
|
114
|
-
rubypitaya (2.26.
|
115
|
-
activerecord (= 6.1.
|
116
|
-
etcdv3 (= 0.
|
114
|
+
rubypitaya (2.26.1)
|
115
|
+
activerecord (= 6.1.4.1)
|
116
|
+
etcdv3 (= 0.11.3)
|
117
117
|
mongo (= 2.15.0)
|
118
118
|
nats (= 0.11.0)
|
119
|
-
ostruct (= 0.
|
119
|
+
ostruct (= 0.4.0)
|
120
120
|
pg (= 1.2.3)
|
121
|
-
protobuf (= 3.10.
|
122
|
-
rake (= 13.0.
|
123
|
-
redis (= 4.
|
121
|
+
protobuf (= 3.10.4)
|
122
|
+
rake (= 13.0.6)
|
123
|
+
redis (= 4.4.0)
|
124
124
|
sinatra (= 2.1.0)
|
125
|
+
sinatra-activerecord (= 2.0.23)
|
125
126
|
sinatra-contrib (= 2.1.0)
|
126
127
|
sinatra (2.1.0)
|
127
128
|
mustermann (~> 1.0)
|
128
129
|
rack (~> 2.2)
|
129
130
|
rack-protection (= 2.1.0)
|
130
131
|
tilt (~> 2.0)
|
132
|
+
sinatra-activerecord (2.0.23)
|
133
|
+
activerecord (>= 4.1)
|
134
|
+
sinatra (>= 1.0)
|
131
135
|
sinatra-contrib (2.1.0)
|
132
136
|
multi_json
|
133
137
|
mustermann (~> 1.0)
|
@@ -152,7 +156,7 @@ DEPENDENCIES
|
|
152
156
|
listen (= 3.4.1)
|
153
157
|
pry (= 0.14.0)
|
154
158
|
rspec (= 3.10.0)
|
155
|
-
rubypitaya (= 2.26.
|
159
|
+
rubypitaya (= 2.26.1)
|
156
160
|
|
157
161
|
BUNDLED WITH
|
158
162
|
2.1.4
|
data/lib/rubypitaya/version.rb
CHANGED