getaround_utils 0.2.19 → 0.2.22
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/.ruby-version +1 -1
- data/Gemfile.lock +143 -139
- data/getaround_utils.gemspec +6 -6
- data/lib/getaround_utils/mixins/loggable.rb +1 -0
- data/lib/getaround_utils/ougai/deep_key_value_formatter.rb +1 -0
- data/lib/getaround_utils/ougai/json_formatter.rb +1 -0
- data/lib/getaround_utils/railties/lograge.rb +2 -1
- data/lib/getaround_utils/railties/ougai.rb +1 -0
- data/lib/getaround_utils/utils/deep_key_value.rb +1 -0
- data/lib/getaround_utils/version.rb +1 -1
- metadata +16 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58b10898f00f8c2e46207ee4048602603d2765560da5e82f78d506c1595a4b2c
|
4
|
+
data.tar.gz: 41aebe4bc7ffb3f9ed1995c4231479149d6f3c7765934f69d9b48b6098d90301
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd59793351753bb94b39eebf2fb0bdda889e5e985ec832fbd6ba28b9f8bca5e7e879e66daa9bebb77e014e7d00967c211727ea633a8dbd1a8ceb2a3b147571e9
|
7
|
+
data.tar.gz: 98457dc6584d8c60b973618cb356e1c393f3f4673d3555b062d8342ae65800f3b33e06a161534efe66b08c9a845196fd5893a82bc8970621b3918376600c6d5a
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.6.
|
1
|
+
ruby-2.6.7
|
data/Gemfile.lock
CHANGED
@@ -1,234 +1,238 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
getaround_utils (0.2.
|
4
|
+
getaround_utils (0.2.21)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
actioncable (6.
|
10
|
-
actionpack (= 6.
|
9
|
+
actioncable (6.1.4.6)
|
10
|
+
actionpack (= 6.1.4.6)
|
11
|
+
activesupport (= 6.1.4.6)
|
11
12
|
nio4r (~> 2.0)
|
12
13
|
websocket-driver (>= 0.6.1)
|
13
|
-
actionmailbox (6.
|
14
|
-
actionpack (= 6.
|
15
|
-
activejob (= 6.
|
16
|
-
activerecord (= 6.
|
17
|
-
activestorage (= 6.
|
18
|
-
activesupport (= 6.
|
14
|
+
actionmailbox (6.1.4.6)
|
15
|
+
actionpack (= 6.1.4.6)
|
16
|
+
activejob (= 6.1.4.6)
|
17
|
+
activerecord (= 6.1.4.6)
|
18
|
+
activestorage (= 6.1.4.6)
|
19
|
+
activesupport (= 6.1.4.6)
|
19
20
|
mail (>= 2.7.1)
|
20
|
-
actionmailer (6.
|
21
|
-
actionpack (= 6.
|
22
|
-
actionview (= 6.
|
23
|
-
activejob (= 6.
|
21
|
+
actionmailer (6.1.4.6)
|
22
|
+
actionpack (= 6.1.4.6)
|
23
|
+
actionview (= 6.1.4.6)
|
24
|
+
activejob (= 6.1.4.6)
|
25
|
+
activesupport (= 6.1.4.6)
|
24
26
|
mail (~> 2.5, >= 2.5.4)
|
25
27
|
rails-dom-testing (~> 2.0)
|
26
|
-
actionpack (6.
|
27
|
-
actionview (= 6.
|
28
|
-
activesupport (= 6.
|
29
|
-
rack (~> 2.0, >= 2.0.
|
28
|
+
actionpack (6.1.4.6)
|
29
|
+
actionview (= 6.1.4.6)
|
30
|
+
activesupport (= 6.1.4.6)
|
31
|
+
rack (~> 2.0, >= 2.0.9)
|
30
32
|
rack-test (>= 0.6.3)
|
31
33
|
rails-dom-testing (~> 2.0)
|
32
34
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
33
|
-
actiontext (6.
|
34
|
-
actionpack (= 6.
|
35
|
-
activerecord (= 6.
|
36
|
-
activestorage (= 6.
|
37
|
-
activesupport (= 6.
|
35
|
+
actiontext (6.1.4.6)
|
36
|
+
actionpack (= 6.1.4.6)
|
37
|
+
activerecord (= 6.1.4.6)
|
38
|
+
activestorage (= 6.1.4.6)
|
39
|
+
activesupport (= 6.1.4.6)
|
38
40
|
nokogiri (>= 1.8.5)
|
39
|
-
actionview (6.
|
40
|
-
activesupport (= 6.
|
41
|
+
actionview (6.1.4.6)
|
42
|
+
activesupport (= 6.1.4.6)
|
41
43
|
builder (~> 3.1)
|
42
44
|
erubi (~> 1.4)
|
43
45
|
rails-dom-testing (~> 2.0)
|
44
46
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
45
|
-
activejob (6.
|
46
|
-
activesupport (= 6.
|
47
|
+
activejob (6.1.4.6)
|
48
|
+
activesupport (= 6.1.4.6)
|
47
49
|
globalid (>= 0.3.6)
|
48
|
-
activemodel (6.
|
49
|
-
activesupport (= 6.
|
50
|
-
activerecord (6.
|
51
|
-
activemodel (= 6.
|
52
|
-
activesupport (= 6.
|
53
|
-
activestorage (6.
|
54
|
-
actionpack (= 6.
|
55
|
-
activejob (= 6.
|
56
|
-
activerecord (= 6.
|
57
|
-
|
58
|
-
|
50
|
+
activemodel (6.1.4.6)
|
51
|
+
activesupport (= 6.1.4.6)
|
52
|
+
activerecord (6.1.4.6)
|
53
|
+
activemodel (= 6.1.4.6)
|
54
|
+
activesupport (= 6.1.4.6)
|
55
|
+
activestorage (6.1.4.6)
|
56
|
+
actionpack (= 6.1.4.6)
|
57
|
+
activejob (= 6.1.4.6)
|
58
|
+
activerecord (= 6.1.4.6)
|
59
|
+
activesupport (= 6.1.4.6)
|
60
|
+
marcel (~> 1.0.0)
|
61
|
+
mini_mime (>= 1.1.0)
|
62
|
+
activesupport (6.1.4.6)
|
59
63
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
60
|
-
i18n (>=
|
61
|
-
minitest (
|
62
|
-
tzinfo (~>
|
63
|
-
zeitwerk (~> 2.
|
64
|
-
addressable (2.
|
64
|
+
i18n (>= 1.6, < 2)
|
65
|
+
minitest (>= 5.1)
|
66
|
+
tzinfo (~> 2.0)
|
67
|
+
zeitwerk (~> 2.3)
|
68
|
+
addressable (2.8.0)
|
65
69
|
public_suffix (>= 2.0.2, < 5.0)
|
66
|
-
ast (2.4.
|
70
|
+
ast (2.4.2)
|
67
71
|
builder (3.2.4)
|
68
72
|
coderay (1.1.3)
|
69
|
-
concurrent-ruby (1.1.
|
70
|
-
connection_pool (2.2.
|
71
|
-
crack (0.4.
|
73
|
+
concurrent-ruby (1.1.9)
|
74
|
+
connection_pool (2.2.5)
|
75
|
+
crack (0.4.5)
|
76
|
+
rexml
|
72
77
|
crass (1.0.6)
|
73
|
-
diff-lcs (1.
|
78
|
+
diff-lcs (1.5.0)
|
74
79
|
erubi (1.10.0)
|
75
|
-
getaround-rubocop (0.2.
|
80
|
+
getaround-rubocop (0.2.6)
|
76
81
|
relaxed-rubocop (= 2.5)
|
77
|
-
rubocop (= 1.3
|
78
|
-
rubocop-rspec (= 2.
|
79
|
-
globalid (0.
|
80
|
-
activesupport (>=
|
82
|
+
rubocop (= 1.18.3)
|
83
|
+
rubocop-rspec (= 2.4.0)
|
84
|
+
globalid (1.0.0)
|
85
|
+
activesupport (>= 5.0)
|
81
86
|
hashdiff (1.0.1)
|
82
|
-
i18n (1.
|
87
|
+
i18n (1.10.0)
|
83
88
|
concurrent-ruby (~> 1.0)
|
84
89
|
lograge (0.11.2)
|
85
90
|
actionpack (>= 4)
|
86
91
|
activesupport (>= 4)
|
87
92
|
railties (>= 4)
|
88
93
|
request_store (~> 1.0)
|
89
|
-
loofah (2.
|
94
|
+
loofah (2.14.0)
|
90
95
|
crass (~> 1.0.2)
|
91
96
|
nokogiri (>= 1.5.9)
|
92
97
|
mail (2.7.1)
|
93
98
|
mini_mime (>= 0.1.1)
|
94
|
-
marcel (0.
|
95
|
-
mimemagic (~> 0.3.2)
|
99
|
+
marcel (1.0.2)
|
96
100
|
method_source (1.0.0)
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
oj (3.
|
105
|
-
ougai (
|
101
|
+
mini_mime (1.1.2)
|
102
|
+
mini_portile2 (2.8.0)
|
103
|
+
minitest (5.15.0)
|
104
|
+
nio4r (2.5.8)
|
105
|
+
nokogiri (1.13.3)
|
106
|
+
mini_portile2 (~> 2.8.0)
|
107
|
+
racc (~> 1.4)
|
108
|
+
oj (3.11.3)
|
109
|
+
ougai (2.0.0)
|
106
110
|
oj (~> 3.10)
|
107
|
-
parallel (1.20.
|
108
|
-
parser (
|
111
|
+
parallel (1.20.1)
|
112
|
+
parser (3.0.2.0)
|
109
113
|
ast (~> 2.4.1)
|
110
|
-
pry (0.
|
114
|
+
pry (0.14.1)
|
111
115
|
coderay (~> 1.1)
|
112
116
|
method_source (~> 1.0)
|
113
117
|
public_suffix (4.0.6)
|
118
|
+
racc (1.6.0)
|
114
119
|
rack (2.2.3)
|
115
120
|
rack-test (1.1.0)
|
116
121
|
rack (>= 1.0, < 3)
|
117
|
-
rails (6.
|
118
|
-
actioncable (= 6.
|
119
|
-
actionmailbox (= 6.
|
120
|
-
actionmailer (= 6.
|
121
|
-
actionpack (= 6.
|
122
|
-
actiontext (= 6.
|
123
|
-
actionview (= 6.
|
124
|
-
activejob (= 6.
|
125
|
-
activemodel (= 6.
|
126
|
-
activerecord (= 6.
|
127
|
-
activestorage (= 6.
|
128
|
-
activesupport (= 6.
|
129
|
-
bundler (>= 1.
|
130
|
-
railties (= 6.
|
122
|
+
rails (6.1.4.6)
|
123
|
+
actioncable (= 6.1.4.6)
|
124
|
+
actionmailbox (= 6.1.4.6)
|
125
|
+
actionmailer (= 6.1.4.6)
|
126
|
+
actionpack (= 6.1.4.6)
|
127
|
+
actiontext (= 6.1.4.6)
|
128
|
+
actionview (= 6.1.4.6)
|
129
|
+
activejob (= 6.1.4.6)
|
130
|
+
activemodel (= 6.1.4.6)
|
131
|
+
activerecord (= 6.1.4.6)
|
132
|
+
activestorage (= 6.1.4.6)
|
133
|
+
activesupport (= 6.1.4.6)
|
134
|
+
bundler (>= 1.15.0)
|
135
|
+
railties (= 6.1.4.6)
|
131
136
|
sprockets-rails (>= 2.0.0)
|
132
137
|
rails-dom-testing (2.0.3)
|
133
138
|
activesupport (>= 4.2.0)
|
134
139
|
nokogiri (>= 1.6)
|
135
|
-
rails-html-sanitizer (1.
|
140
|
+
rails-html-sanitizer (1.4.2)
|
136
141
|
loofah (~> 2.3)
|
137
|
-
railties (6.
|
138
|
-
actionpack (= 6.
|
139
|
-
activesupport (= 6.
|
142
|
+
railties (6.1.4.6)
|
143
|
+
actionpack (= 6.1.4.6)
|
144
|
+
activesupport (= 6.1.4.6)
|
140
145
|
method_source
|
141
|
-
rake (>= 0.
|
142
|
-
thor (
|
146
|
+
rake (>= 0.13)
|
147
|
+
thor (~> 1.0)
|
143
148
|
rainbow (3.0.0)
|
144
|
-
rake (13.0.
|
145
|
-
redis (4.
|
146
|
-
regexp_parser (1.
|
149
|
+
rake (13.0.6)
|
150
|
+
redis (4.6.0)
|
151
|
+
regexp_parser (2.1.1)
|
147
152
|
relaxed-rubocop (2.5)
|
148
153
|
request_store (1.5.0)
|
149
154
|
rack (>= 1.4)
|
150
155
|
request_store_rails (2.0.0)
|
151
156
|
concurrent-ruby (~> 1.0)
|
152
|
-
rexml (3.2.
|
153
|
-
rspec (3.
|
154
|
-
rspec-core (~> 3.
|
155
|
-
rspec-expectations (~> 3.
|
156
|
-
rspec-mocks (~> 3.
|
157
|
-
rspec-core (3.
|
158
|
-
rspec-support (~> 3.
|
159
|
-
rspec-expectations (3.
|
157
|
+
rexml (3.2.5)
|
158
|
+
rspec (3.11.0)
|
159
|
+
rspec-core (~> 3.11.0)
|
160
|
+
rspec-expectations (~> 3.11.0)
|
161
|
+
rspec-mocks (~> 3.11.0)
|
162
|
+
rspec-core (3.11.0)
|
163
|
+
rspec-support (~> 3.11.0)
|
164
|
+
rspec-expectations (3.11.0)
|
160
165
|
diff-lcs (>= 1.2.0, < 2.0)
|
161
|
-
rspec-support (~> 3.
|
162
|
-
rspec-mocks (3.
|
166
|
+
rspec-support (~> 3.11.0)
|
167
|
+
rspec-mocks (3.11.0)
|
163
168
|
diff-lcs (>= 1.2.0, < 2.0)
|
164
|
-
rspec-support (~> 3.
|
165
|
-
rspec-rails (
|
166
|
-
actionpack (>=
|
167
|
-
activesupport (>=
|
168
|
-
railties (>=
|
169
|
-
rspec-core (~> 3.
|
170
|
-
rspec-expectations (~> 3.
|
171
|
-
rspec-mocks (~> 3.
|
172
|
-
rspec-support (~> 3.
|
173
|
-
rspec-support (3.
|
174
|
-
rubocop (1.3
|
169
|
+
rspec-support (~> 3.11.0)
|
170
|
+
rspec-rails (5.1.0)
|
171
|
+
actionpack (>= 5.2)
|
172
|
+
activesupport (>= 5.2)
|
173
|
+
railties (>= 5.2)
|
174
|
+
rspec-core (~> 3.10)
|
175
|
+
rspec-expectations (~> 3.10)
|
176
|
+
rspec-mocks (~> 3.10)
|
177
|
+
rspec-support (~> 3.10)
|
178
|
+
rspec-support (3.11.0)
|
179
|
+
rubocop (1.18.3)
|
175
180
|
parallel (~> 1.10)
|
176
|
-
parser (>=
|
181
|
+
parser (>= 3.0.0.0)
|
177
182
|
rainbow (>= 2.2.2, < 4.0)
|
178
|
-
regexp_parser (>= 1.8)
|
183
|
+
regexp_parser (>= 1.8, < 3.0)
|
179
184
|
rexml
|
180
|
-
rubocop-ast (>= 1.
|
185
|
+
rubocop-ast (>= 1.7.0, < 2.0)
|
181
186
|
ruby-progressbar (~> 1.7)
|
182
|
-
unicode-display_width (>= 1.4.0, <
|
183
|
-
rubocop-ast (1.
|
184
|
-
parser (>=
|
185
|
-
rubocop-rspec (2.
|
187
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
188
|
+
rubocop-ast (1.8.0)
|
189
|
+
parser (>= 3.0.1.1)
|
190
|
+
rubocop-rspec (2.4.0)
|
186
191
|
rubocop (~> 1.0)
|
187
192
|
rubocop-ast (>= 1.1.0)
|
188
|
-
ruby-progressbar (1.
|
189
|
-
sidekiq (6.1
|
193
|
+
ruby-progressbar (1.11.0)
|
194
|
+
sidekiq (6.4.1)
|
190
195
|
connection_pool (>= 2.2.2)
|
191
196
|
rack (~> 2.0)
|
192
197
|
redis (>= 4.2.0)
|
193
198
|
sprockets (4.0.2)
|
194
199
|
concurrent-ruby (~> 1.0)
|
195
200
|
rack (> 1, < 3)
|
196
|
-
sprockets-rails (3.
|
197
|
-
actionpack (>=
|
198
|
-
activesupport (>=
|
201
|
+
sprockets-rails (3.4.2)
|
202
|
+
actionpack (>= 5.2)
|
203
|
+
activesupport (>= 5.2)
|
199
204
|
sprockets (>= 3.0.0)
|
200
|
-
thor (1.
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
addressable (>= 2.3.6)
|
205
|
+
thor (1.2.1)
|
206
|
+
tzinfo (2.0.4)
|
207
|
+
concurrent-ruby (~> 1.0)
|
208
|
+
unicode-display_width (2.0.0)
|
209
|
+
webmock (3.14.0)
|
210
|
+
addressable (>= 2.8.0)
|
207
211
|
crack (>= 0.3.2)
|
208
212
|
hashdiff (>= 0.4.0, < 2.0.0)
|
209
|
-
websocket-driver (0.7.
|
213
|
+
websocket-driver (0.7.5)
|
210
214
|
websocket-extensions (>= 0.1.0)
|
211
215
|
websocket-extensions (0.1.5)
|
212
|
-
zeitwerk (2.4
|
216
|
+
zeitwerk (2.5.4)
|
213
217
|
|
214
218
|
PLATFORMS
|
215
219
|
ruby
|
216
220
|
|
217
221
|
DEPENDENCIES
|
218
222
|
bundler (~> 2.0)
|
219
|
-
getaround-rubocop (= 0.2.
|
223
|
+
getaround-rubocop (= 0.2.6)
|
220
224
|
getaround_utils!
|
221
225
|
lograge (~> 0.11.2)
|
222
|
-
ougai (~>
|
223
|
-
pry (~> 0.
|
226
|
+
ougai (~> 2.0)
|
227
|
+
pry (~> 0.14.0)
|
224
228
|
rails (~> 6.0)
|
225
229
|
rake (~> 13.0)
|
226
230
|
request_store_rails (~> 2.0)
|
227
231
|
rspec (~> 3.9, >= 3.9.0)
|
228
|
-
rspec-rails (~>
|
229
|
-
rubocop (= 1.3
|
232
|
+
rspec-rails (~> 5.0)
|
233
|
+
rubocop (= 1.18.3)
|
230
234
|
sidekiq (~> 6.0)
|
231
235
|
webmock (~> 3.7)
|
232
236
|
|
233
237
|
BUNDLED WITH
|
234
|
-
2.
|
238
|
+
2.2.21
|
data/getaround_utils.gemspec
CHANGED
@@ -4,7 +4,6 @@ require_relative './lib/getaround_utils/version'
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |gem|
|
6
6
|
gem.name = 'getaround_utils'
|
7
|
-
gem.required_ruby_version = '>=2.6'
|
8
7
|
gem.version = GetaroundUtils::VERSION
|
9
8
|
gem.summary = 'Backend shared utility classes'
|
10
9
|
gem.description = 'Shared base utility classes for Getaround Backend Applications.'
|
@@ -12,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
12
11
|
gem.email = ['oss@drivy.com']
|
13
12
|
gem.homepage = 'https://github.com/drivy'
|
14
13
|
gem.license = 'MIT'
|
14
|
+
gem.required_ruby_version = '>= 2.6'
|
15
15
|
|
16
16
|
gem.files = Dir.chdir(File.expand_path(__dir__)) do
|
17
17
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
|
@@ -19,17 +19,17 @@ Gem::Specification.new do |gem|
|
|
19
19
|
|
20
20
|
# Development dependencies
|
21
21
|
gem.add_development_dependency 'bundler', '~> 2.0'
|
22
|
-
gem.add_development_dependency 'getaround-rubocop', '= 0.2.
|
23
|
-
gem.add_development_dependency 'pry', '~> 0.
|
22
|
+
gem.add_development_dependency 'getaround-rubocop', '= 0.2.6'
|
23
|
+
gem.add_development_dependency 'pry', '~> 0.14.0'
|
24
24
|
gem.add_development_dependency 'rake', '~> 13.0'
|
25
25
|
gem.add_development_dependency 'rspec', '~> 3.9', '>= 3.9.0'
|
26
|
-
gem.add_development_dependency 'rspec-rails', '~>
|
27
|
-
gem.add_development_dependency 'rubocop', '= 1.3
|
26
|
+
gem.add_development_dependency 'rspec-rails', '~> 5.0'
|
27
|
+
gem.add_development_dependency 'rubocop', '= 1.18.3'
|
28
28
|
gem.add_development_dependency 'webmock', '~> 3.7'
|
29
29
|
|
30
30
|
# Functional (optional) dependencies
|
31
31
|
gem.add_development_dependency 'lograge', '~> 0.11.2'
|
32
|
-
gem.add_development_dependency 'ougai', '~>
|
32
|
+
gem.add_development_dependency 'ougai', '~> 2.0'
|
33
33
|
gem.add_development_dependency 'rails', '~> 6.0'
|
34
34
|
gem.add_development_dependency 'request_store_rails', '~> 2.0'
|
35
35
|
gem.add_development_dependency 'sidekiq', '~> 6.0'
|
@@ -4,6 +4,7 @@ require 'rails/railtie'
|
|
4
4
|
require 'lograge'
|
5
5
|
|
6
6
|
module GetaroundUtils; end
|
7
|
+
|
7
8
|
module GetaroundUtils::Railties; end
|
8
9
|
|
9
10
|
class GetaroundUtils::Railties::Lograge < Rails::Railtie
|
@@ -53,6 +54,6 @@ class GetaroundUtils::Railties::Lograge < Rails::Railtie
|
|
53
54
|
event.payload[:lograge]
|
54
55
|
}
|
55
56
|
config.lograge.before_format = ->(data, _) {
|
56
|
-
data.except(*HTTP_PARAMS).
|
57
|
+
data.except(*HTTP_PARAMS).deep_merge(http: data.slice(*HTTP_PARAMS))
|
57
58
|
}
|
58
59
|
end
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: getaround_utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Drivy
|
8
8
|
- Laurent Humez
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-02-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -31,28 +31,28 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - '='
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 0.2.
|
34
|
+
version: 0.2.6
|
35
35
|
type: :development
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - '='
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 0.2.
|
41
|
+
version: 0.2.6
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: pry
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - "~>"
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 0.
|
48
|
+
version: 0.14.0
|
49
49
|
type: :development
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 0.
|
55
|
+
version: 0.14.0
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: rake
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -93,28 +93,28 @@ dependencies:
|
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: '
|
96
|
+
version: '5.0'
|
97
97
|
type: :development
|
98
98
|
prerelease: false
|
99
99
|
version_requirements: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: '
|
103
|
+
version: '5.0'
|
104
104
|
- !ruby/object:Gem::Dependency
|
105
105
|
name: rubocop
|
106
106
|
requirement: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - '='
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 1.3
|
110
|
+
version: 1.18.3
|
111
111
|
type: :development
|
112
112
|
prerelease: false
|
113
113
|
version_requirements: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
115
|
- - '='
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 1.3
|
117
|
+
version: 1.18.3
|
118
118
|
- !ruby/object:Gem::Dependency
|
119
119
|
name: webmock
|
120
120
|
requirement: !ruby/object:Gem::Requirement
|
@@ -149,14 +149,14 @@ dependencies:
|
|
149
149
|
requirements:
|
150
150
|
- - "~>"
|
151
151
|
- !ruby/object:Gem::Version
|
152
|
-
version: '
|
152
|
+
version: '2.0'
|
153
153
|
type: :development
|
154
154
|
prerelease: false
|
155
155
|
version_requirements: !ruby/object:Gem::Requirement
|
156
156
|
requirements:
|
157
157
|
- - "~>"
|
158
158
|
- !ruby/object:Gem::Version
|
159
|
-
version: '
|
159
|
+
version: '2.0'
|
160
160
|
- !ruby/object:Gem::Dependency
|
161
161
|
name: rails
|
162
162
|
requirement: !ruby/object:Gem::Requirement
|
@@ -227,7 +227,7 @@ homepage: https://github.com/drivy
|
|
227
227
|
licenses:
|
228
228
|
- MIT
|
229
229
|
metadata: {}
|
230
|
-
post_install_message:
|
230
|
+
post_install_message:
|
231
231
|
rdoc_options: []
|
232
232
|
require_paths:
|
233
233
|
- lib
|
@@ -242,8 +242,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
242
242
|
- !ruby/object:Gem::Version
|
243
243
|
version: '0'
|
244
244
|
requirements: []
|
245
|
-
rubygems_version: 3.0.3
|
246
|
-
signing_key:
|
245
|
+
rubygems_version: 3.0.3.1
|
246
|
+
signing_key:
|
247
247
|
specification_version: 4
|
248
248
|
summary: Backend shared utility classes
|
249
249
|
test_files: []
|