my_api_client 0.20.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +3 -3
- data/.github/dependabot.yml +32 -0
- data/.rubocop.yml +1 -1
- data/.rubocop_todo.yml +1 -1
- data/CHANGELOG.md +20 -116
- data/Gemfile.lock +38 -24
- data/README.jp.md +7 -4
- data/gemfiles/rails_5.0.gemfile +1 -0
- data/gemfiles/rails_5.1.gemfile +1 -0
- data/gemfiles/rails_5.2.gemfile +1 -0
- data/gemfiles/rails_6.0.gemfile +1 -0
- data/lib/my_api_client/rspec/matchers/be_handled_as_an_error.rb +3 -3
- data/lib/my_api_client/rspec/stub.rb +11 -7
- data/lib/my_api_client/version.rb +1 -1
- data/my_api/Gemfile +1 -1
- data/my_api/Gemfile.lock +68 -69
- data/my_api/public/index.html +2 -2
- data/my_api_client.gemspec +1 -1
- data/rails_app/rails_5.2/Gemfile.lock +67 -61
- data/rails_app/rails_6.0/Gemfile.lock +81 -75
- data/rails_app/rails_6.1/Gemfile.lock +81 -75
- metadata +5 -5
- data/.dependabot/config.yml +0 -34
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
my_api_client (0.
|
4
|
+
my_api_client (0.20.0)
|
5
5
|
activesupport (>= 5.2.0)
|
6
6
|
faraday (>= 0.17.1)
|
7
7
|
jsonpath
|
@@ -10,99 +10,105 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
actioncable (6.0.3.
|
14
|
-
actionpack (= 6.0.3.
|
13
|
+
actioncable (6.0.3.7)
|
14
|
+
actionpack (= 6.0.3.7)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
|
-
actionmailbox (6.0.3.
|
18
|
-
actionpack (= 6.0.3.
|
19
|
-
activejob (= 6.0.3.
|
20
|
-
activerecord (= 6.0.3.
|
21
|
-
activestorage (= 6.0.3.
|
22
|
-
activesupport (= 6.0.3.
|
17
|
+
actionmailbox (6.0.3.7)
|
18
|
+
actionpack (= 6.0.3.7)
|
19
|
+
activejob (= 6.0.3.7)
|
20
|
+
activerecord (= 6.0.3.7)
|
21
|
+
activestorage (= 6.0.3.7)
|
22
|
+
activesupport (= 6.0.3.7)
|
23
23
|
mail (>= 2.7.1)
|
24
|
-
actionmailer (6.0.3.
|
25
|
-
actionpack (= 6.0.3.
|
26
|
-
actionview (= 6.0.3.
|
27
|
-
activejob (= 6.0.3.
|
24
|
+
actionmailer (6.0.3.7)
|
25
|
+
actionpack (= 6.0.3.7)
|
26
|
+
actionview (= 6.0.3.7)
|
27
|
+
activejob (= 6.0.3.7)
|
28
28
|
mail (~> 2.5, >= 2.5.4)
|
29
29
|
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (6.0.3.
|
31
|
-
actionview (= 6.0.3.
|
32
|
-
activesupport (= 6.0.3.
|
30
|
+
actionpack (6.0.3.7)
|
31
|
+
actionview (= 6.0.3.7)
|
32
|
+
activesupport (= 6.0.3.7)
|
33
33
|
rack (~> 2.0, >= 2.0.8)
|
34
34
|
rack-test (>= 0.6.3)
|
35
35
|
rails-dom-testing (~> 2.0)
|
36
36
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
37
|
-
actiontext (6.0.3.
|
38
|
-
actionpack (= 6.0.3.
|
39
|
-
activerecord (= 6.0.3.
|
40
|
-
activestorage (= 6.0.3.
|
41
|
-
activesupport (= 6.0.3.
|
37
|
+
actiontext (6.0.3.7)
|
38
|
+
actionpack (= 6.0.3.7)
|
39
|
+
activerecord (= 6.0.3.7)
|
40
|
+
activestorage (= 6.0.3.7)
|
41
|
+
activesupport (= 6.0.3.7)
|
42
42
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (6.0.3.
|
44
|
-
activesupport (= 6.0.3.
|
43
|
+
actionview (6.0.3.7)
|
44
|
+
activesupport (= 6.0.3.7)
|
45
45
|
builder (~> 3.1)
|
46
46
|
erubi (~> 1.4)
|
47
47
|
rails-dom-testing (~> 2.0)
|
48
48
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
49
|
-
activejob (6.0.3.
|
50
|
-
activesupport (= 6.0.3.
|
49
|
+
activejob (6.0.3.7)
|
50
|
+
activesupport (= 6.0.3.7)
|
51
51
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (6.0.3.
|
53
|
-
activesupport (= 6.0.3.
|
54
|
-
activerecord (6.0.3.
|
55
|
-
activemodel (= 6.0.3.
|
56
|
-
activesupport (= 6.0.3.
|
57
|
-
activestorage (6.0.3.
|
58
|
-
actionpack (= 6.0.3.
|
59
|
-
activejob (= 6.0.3.
|
60
|
-
activerecord (= 6.0.3.
|
61
|
-
marcel (~> 0.
|
62
|
-
activesupport (6.0.3.
|
52
|
+
activemodel (6.0.3.7)
|
53
|
+
activesupport (= 6.0.3.7)
|
54
|
+
activerecord (6.0.3.7)
|
55
|
+
activemodel (= 6.0.3.7)
|
56
|
+
activesupport (= 6.0.3.7)
|
57
|
+
activestorage (6.0.3.7)
|
58
|
+
actionpack (= 6.0.3.7)
|
59
|
+
activejob (= 6.0.3.7)
|
60
|
+
activerecord (= 6.0.3.7)
|
61
|
+
marcel (~> 1.0.0)
|
62
|
+
activesupport (6.0.3.7)
|
63
63
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
64
64
|
i18n (>= 0.7, < 2)
|
65
65
|
minitest (~> 5.1)
|
66
66
|
tzinfo (~> 1.1)
|
67
67
|
zeitwerk (~> 2.2, >= 2.2.2)
|
68
|
-
addressable (2.
|
68
|
+
addressable (2.8.0)
|
69
69
|
public_suffix (>= 2.0.2, < 5.0)
|
70
70
|
bootsnap (1.4.8)
|
71
71
|
msgpack (~> 1.0)
|
72
72
|
builder (3.2.4)
|
73
73
|
byebug (11.1.3)
|
74
|
-
concurrent-ruby (1.1.
|
74
|
+
concurrent-ruby (1.1.9)
|
75
75
|
crass (1.0.6)
|
76
76
|
diff-lcs (1.4.4)
|
77
|
-
erubi (1.
|
78
|
-
faraday (1.
|
77
|
+
erubi (1.10.0)
|
78
|
+
faraday (1.4.2)
|
79
|
+
faraday-em_http (~> 1.0)
|
80
|
+
faraday-em_synchrony (~> 1.0)
|
81
|
+
faraday-excon (~> 1.1)
|
79
82
|
faraday-net_http (~> 1.0)
|
83
|
+
faraday-net_http_persistent (~> 1.1)
|
80
84
|
multipart-post (>= 1.2, < 3)
|
81
|
-
ruby2_keywords
|
82
|
-
faraday-
|
85
|
+
ruby2_keywords (>= 0.0.4)
|
86
|
+
faraday-em_http (1.0.0)
|
87
|
+
faraday-em_synchrony (1.0.0)
|
88
|
+
faraday-excon (1.1.0)
|
89
|
+
faraday-net_http (1.0.1)
|
90
|
+
faraday-net_http_persistent (1.1.0)
|
83
91
|
globalid (0.4.2)
|
84
92
|
activesupport (>= 4.2.0)
|
85
|
-
i18n (1.8.
|
93
|
+
i18n (1.8.10)
|
86
94
|
concurrent-ruby (~> 1.0)
|
87
95
|
jsonpath (1.1.0)
|
88
96
|
multi_json
|
89
|
-
loofah (2.
|
97
|
+
loofah (2.10.0)
|
90
98
|
crass (~> 1.0.2)
|
91
99
|
nokogiri (>= 1.5.9)
|
92
100
|
mail (2.7.1)
|
93
101
|
mini_mime (>= 0.1.1)
|
94
|
-
marcel (0.
|
95
|
-
mimemagic (~> 0.3.2)
|
102
|
+
marcel (1.0.1)
|
96
103
|
method_source (1.0.0)
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
minitest (5.14.2)
|
104
|
+
mini_mime (1.1.0)
|
105
|
+
mini_portile2 (2.5.3)
|
106
|
+
minitest (5.14.4)
|
101
107
|
msgpack (1.3.3)
|
102
108
|
multi_json (1.15.0)
|
103
109
|
multipart-post (2.1.1)
|
104
|
-
nio4r (2.5.
|
105
|
-
nokogiri (1.11.
|
110
|
+
nio4r (2.5.7)
|
111
|
+
nokogiri (1.11.7)
|
106
112
|
mini_portile2 (~> 2.5.0)
|
107
113
|
racc (~> 1.4)
|
108
114
|
public_suffix (4.0.6)
|
@@ -110,33 +116,33 @@ GEM
|
|
110
116
|
rack (2.2.3)
|
111
117
|
rack-test (1.1.0)
|
112
118
|
rack (>= 1.0, < 3)
|
113
|
-
rails (6.0.3.
|
114
|
-
actioncable (= 6.0.3.
|
115
|
-
actionmailbox (= 6.0.3.
|
116
|
-
actionmailer (= 6.0.3.
|
117
|
-
actionpack (= 6.0.3.
|
118
|
-
actiontext (= 6.0.3.
|
119
|
-
actionview (= 6.0.3.
|
120
|
-
activejob (= 6.0.3.
|
121
|
-
activemodel (= 6.0.3.
|
122
|
-
activerecord (= 6.0.3.
|
123
|
-
activestorage (= 6.0.3.
|
124
|
-
activesupport (= 6.0.3.
|
119
|
+
rails (6.0.3.7)
|
120
|
+
actioncable (= 6.0.3.7)
|
121
|
+
actionmailbox (= 6.0.3.7)
|
122
|
+
actionmailer (= 6.0.3.7)
|
123
|
+
actionpack (= 6.0.3.7)
|
124
|
+
actiontext (= 6.0.3.7)
|
125
|
+
actionview (= 6.0.3.7)
|
126
|
+
activejob (= 6.0.3.7)
|
127
|
+
activemodel (= 6.0.3.7)
|
128
|
+
activerecord (= 6.0.3.7)
|
129
|
+
activestorage (= 6.0.3.7)
|
130
|
+
activesupport (= 6.0.3.7)
|
125
131
|
bundler (>= 1.3.0)
|
126
|
-
railties (= 6.0.3.
|
132
|
+
railties (= 6.0.3.7)
|
127
133
|
sprockets-rails (>= 2.0.0)
|
128
134
|
rails-dom-testing (2.0.3)
|
129
135
|
activesupport (>= 4.2.0)
|
130
136
|
nokogiri (>= 1.6)
|
131
137
|
rails-html-sanitizer (1.3.0)
|
132
138
|
loofah (~> 2.3)
|
133
|
-
railties (6.0.3.
|
134
|
-
actionpack (= 6.0.3.
|
135
|
-
activesupport (= 6.0.3.
|
139
|
+
railties (6.0.3.7)
|
140
|
+
actionpack (= 6.0.3.7)
|
141
|
+
activesupport (= 6.0.3.7)
|
136
142
|
method_source
|
137
143
|
rake (>= 0.8.7)
|
138
144
|
thor (>= 0.20.3, < 2.0)
|
139
|
-
rake (13.0.
|
145
|
+
rake (13.0.3)
|
140
146
|
rspec-core (3.9.2)
|
141
147
|
rspec-support (~> 3.9.3)
|
142
148
|
rspec-expectations (3.9.2)
|
@@ -154,7 +160,7 @@ GEM
|
|
154
160
|
rspec-mocks (~> 3.9)
|
155
161
|
rspec-support (~> 3.9)
|
156
162
|
rspec-support (3.9.3)
|
157
|
-
ruby2_keywords (0.0.
|
163
|
+
ruby2_keywords (0.0.4)
|
158
164
|
sawyer (0.8.2)
|
159
165
|
addressable (>= 2.3.5)
|
160
166
|
faraday (> 0.8, < 2.0)
|
@@ -166,14 +172,14 @@ GEM
|
|
166
172
|
actionpack (>= 4.0)
|
167
173
|
activesupport (>= 4.0)
|
168
174
|
sprockets (>= 3.0.0)
|
169
|
-
thor (1.0
|
175
|
+
thor (1.1.0)
|
170
176
|
thread_safe (0.3.6)
|
171
|
-
tzinfo (1.2.
|
177
|
+
tzinfo (1.2.9)
|
172
178
|
thread_safe (~> 0.1)
|
173
|
-
websocket-driver (0.7.
|
179
|
+
websocket-driver (0.7.4)
|
174
180
|
websocket-extensions (>= 0.1.0)
|
175
181
|
websocket-extensions (0.1.5)
|
176
|
-
zeitwerk (2.4.
|
182
|
+
zeitwerk (2.4.2)
|
177
183
|
|
178
184
|
PLATFORMS
|
179
185
|
ruby
|
@@ -187,4 +193,4 @@ DEPENDENCIES
|
|
187
193
|
spring
|
188
194
|
|
189
195
|
BUNDLED WITH
|
190
|
-
2.
|
196
|
+
2.2.4
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
my_api_client (0.
|
4
|
+
my_api_client (0.20.0)
|
5
5
|
activesupport (>= 5.2.0)
|
6
6
|
faraday (>= 0.17.1)
|
7
7
|
jsonpath
|
@@ -10,104 +10,110 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
actioncable (6.1.
|
14
|
-
actionpack (= 6.1.
|
15
|
-
activesupport (= 6.1.
|
13
|
+
actioncable (6.1.3.2)
|
14
|
+
actionpack (= 6.1.3.2)
|
15
|
+
activesupport (= 6.1.3.2)
|
16
16
|
nio4r (~> 2.0)
|
17
17
|
websocket-driver (>= 0.6.1)
|
18
|
-
actionmailbox (6.1.
|
19
|
-
actionpack (= 6.1.
|
20
|
-
activejob (= 6.1.
|
21
|
-
activerecord (= 6.1.
|
22
|
-
activestorage (= 6.1.
|
23
|
-
activesupport (= 6.1.
|
18
|
+
actionmailbox (6.1.3.2)
|
19
|
+
actionpack (= 6.1.3.2)
|
20
|
+
activejob (= 6.1.3.2)
|
21
|
+
activerecord (= 6.1.3.2)
|
22
|
+
activestorage (= 6.1.3.2)
|
23
|
+
activesupport (= 6.1.3.2)
|
24
24
|
mail (>= 2.7.1)
|
25
|
-
actionmailer (6.1.
|
26
|
-
actionpack (= 6.1.
|
27
|
-
actionview (= 6.1.
|
28
|
-
activejob (= 6.1.
|
29
|
-
activesupport (= 6.1.
|
25
|
+
actionmailer (6.1.3.2)
|
26
|
+
actionpack (= 6.1.3.2)
|
27
|
+
actionview (= 6.1.3.2)
|
28
|
+
activejob (= 6.1.3.2)
|
29
|
+
activesupport (= 6.1.3.2)
|
30
30
|
mail (~> 2.5, >= 2.5.4)
|
31
31
|
rails-dom-testing (~> 2.0)
|
32
|
-
actionpack (6.1.
|
33
|
-
actionview (= 6.1.
|
34
|
-
activesupport (= 6.1.
|
32
|
+
actionpack (6.1.3.2)
|
33
|
+
actionview (= 6.1.3.2)
|
34
|
+
activesupport (= 6.1.3.2)
|
35
35
|
rack (~> 2.0, >= 2.0.9)
|
36
36
|
rack-test (>= 0.6.3)
|
37
37
|
rails-dom-testing (~> 2.0)
|
38
38
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
39
|
-
actiontext (6.1.
|
40
|
-
actionpack (= 6.1.
|
41
|
-
activerecord (= 6.1.
|
42
|
-
activestorage (= 6.1.
|
43
|
-
activesupport (= 6.1.
|
39
|
+
actiontext (6.1.3.2)
|
40
|
+
actionpack (= 6.1.3.2)
|
41
|
+
activerecord (= 6.1.3.2)
|
42
|
+
activestorage (= 6.1.3.2)
|
43
|
+
activesupport (= 6.1.3.2)
|
44
44
|
nokogiri (>= 1.8.5)
|
45
|
-
actionview (6.1.
|
46
|
-
activesupport (= 6.1.
|
45
|
+
actionview (6.1.3.2)
|
46
|
+
activesupport (= 6.1.3.2)
|
47
47
|
builder (~> 3.1)
|
48
48
|
erubi (~> 1.4)
|
49
49
|
rails-dom-testing (~> 2.0)
|
50
50
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
51
|
-
activejob (6.1.
|
52
|
-
activesupport (= 6.1.
|
51
|
+
activejob (6.1.3.2)
|
52
|
+
activesupport (= 6.1.3.2)
|
53
53
|
globalid (>= 0.3.6)
|
54
|
-
activemodel (6.1.
|
55
|
-
activesupport (= 6.1.
|
56
|
-
activerecord (6.1.
|
57
|
-
activemodel (= 6.1.
|
58
|
-
activesupport (= 6.1.
|
59
|
-
activestorage (6.1.
|
60
|
-
actionpack (= 6.1.
|
61
|
-
activejob (= 6.1.
|
62
|
-
activerecord (= 6.1.
|
63
|
-
activesupport (= 6.1.
|
64
|
-
marcel (~> 0.
|
65
|
-
|
66
|
-
activesupport (6.1.
|
54
|
+
activemodel (6.1.3.2)
|
55
|
+
activesupport (= 6.1.3.2)
|
56
|
+
activerecord (6.1.3.2)
|
57
|
+
activemodel (= 6.1.3.2)
|
58
|
+
activesupport (= 6.1.3.2)
|
59
|
+
activestorage (6.1.3.2)
|
60
|
+
actionpack (= 6.1.3.2)
|
61
|
+
activejob (= 6.1.3.2)
|
62
|
+
activerecord (= 6.1.3.2)
|
63
|
+
activesupport (= 6.1.3.2)
|
64
|
+
marcel (~> 1.0.0)
|
65
|
+
mini_mime (~> 1.0.2)
|
66
|
+
activesupport (6.1.3.2)
|
67
67
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
68
68
|
i18n (>= 1.6, < 2)
|
69
69
|
minitest (>= 5.1)
|
70
70
|
tzinfo (~> 2.0)
|
71
71
|
zeitwerk (~> 2.3)
|
72
|
-
addressable (2.
|
72
|
+
addressable (2.8.0)
|
73
73
|
public_suffix (>= 2.0.2, < 5.0)
|
74
74
|
builder (3.2.4)
|
75
75
|
byebug (11.1.3)
|
76
|
-
concurrent-ruby (1.1.
|
76
|
+
concurrent-ruby (1.1.9)
|
77
77
|
crass (1.0.6)
|
78
78
|
diff-lcs (1.4.4)
|
79
79
|
erubi (1.10.0)
|
80
|
-
faraday (1.
|
80
|
+
faraday (1.4.2)
|
81
|
+
faraday-em_http (~> 1.0)
|
82
|
+
faraday-em_synchrony (~> 1.0)
|
83
|
+
faraday-excon (~> 1.1)
|
81
84
|
faraday-net_http (~> 1.0)
|
85
|
+
faraday-net_http_persistent (~> 1.1)
|
82
86
|
multipart-post (>= 1.2, < 3)
|
83
|
-
ruby2_keywords
|
84
|
-
faraday-
|
87
|
+
ruby2_keywords (>= 0.0.4)
|
88
|
+
faraday-em_http (1.0.0)
|
89
|
+
faraday-em_synchrony (1.0.0)
|
90
|
+
faraday-excon (1.1.0)
|
91
|
+
faraday-net_http (1.0.1)
|
92
|
+
faraday-net_http_persistent (1.1.0)
|
85
93
|
ffi (1.14.2)
|
86
94
|
globalid (0.4.2)
|
87
95
|
activesupport (>= 4.2.0)
|
88
|
-
i18n (1.8.
|
96
|
+
i18n (1.8.10)
|
89
97
|
concurrent-ruby (~> 1.0)
|
90
98
|
jsonpath (1.1.0)
|
91
99
|
multi_json
|
92
100
|
listen (3.3.3)
|
93
101
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
94
102
|
rb-inotify (~> 0.9, >= 0.9.10)
|
95
|
-
loofah (2.
|
103
|
+
loofah (2.10.0)
|
96
104
|
crass (~> 1.0.2)
|
97
105
|
nokogiri (>= 1.5.9)
|
98
106
|
mail (2.7.1)
|
99
107
|
mini_mime (>= 0.1.1)
|
100
|
-
marcel (0.
|
101
|
-
mimemagic (~> 0.3.2)
|
108
|
+
marcel (1.0.1)
|
102
109
|
method_source (1.0.0)
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
minitest (5.14.2)
|
110
|
+
mini_mime (1.0.3)
|
111
|
+
mini_portile2 (2.5.3)
|
112
|
+
minitest (5.14.4)
|
107
113
|
multi_json (1.15.0)
|
108
114
|
multipart-post (2.1.1)
|
109
|
-
nio4r (2.5.
|
110
|
-
nokogiri (1.11.
|
115
|
+
nio4r (2.5.7)
|
116
|
+
nokogiri (1.11.7)
|
111
117
|
mini_portile2 (~> 2.5.0)
|
112
118
|
racc (~> 1.4)
|
113
119
|
public_suffix (4.0.6)
|
@@ -115,29 +121,29 @@ GEM
|
|
115
121
|
rack (2.2.3)
|
116
122
|
rack-test (1.1.0)
|
117
123
|
rack (>= 1.0, < 3)
|
118
|
-
rails (6.1.
|
119
|
-
actioncable (= 6.1.
|
120
|
-
actionmailbox (= 6.1.
|
121
|
-
actionmailer (= 6.1.
|
122
|
-
actionpack (= 6.1.
|
123
|
-
actiontext (= 6.1.
|
124
|
-
actionview (= 6.1.
|
125
|
-
activejob (= 6.1.
|
126
|
-
activemodel (= 6.1.
|
127
|
-
activerecord (= 6.1.
|
128
|
-
activestorage (= 6.1.
|
129
|
-
activesupport (= 6.1.
|
124
|
+
rails (6.1.3.2)
|
125
|
+
actioncable (= 6.1.3.2)
|
126
|
+
actionmailbox (= 6.1.3.2)
|
127
|
+
actionmailer (= 6.1.3.2)
|
128
|
+
actionpack (= 6.1.3.2)
|
129
|
+
actiontext (= 6.1.3.2)
|
130
|
+
actionview (= 6.1.3.2)
|
131
|
+
activejob (= 6.1.3.2)
|
132
|
+
activemodel (= 6.1.3.2)
|
133
|
+
activerecord (= 6.1.3.2)
|
134
|
+
activestorage (= 6.1.3.2)
|
135
|
+
activesupport (= 6.1.3.2)
|
130
136
|
bundler (>= 1.15.0)
|
131
|
-
railties (= 6.1.
|
137
|
+
railties (= 6.1.3.2)
|
132
138
|
sprockets-rails (>= 2.0.0)
|
133
139
|
rails-dom-testing (2.0.3)
|
134
140
|
activesupport (>= 4.2.0)
|
135
141
|
nokogiri (>= 1.6)
|
136
142
|
rails-html-sanitizer (1.3.0)
|
137
143
|
loofah (~> 2.3)
|
138
|
-
railties (6.1.
|
139
|
-
actionpack (= 6.1.
|
140
|
-
activesupport (= 6.1.
|
144
|
+
railties (6.1.3.2)
|
145
|
+
actionpack (= 6.1.3.2)
|
146
|
+
activesupport (= 6.1.3.2)
|
141
147
|
method_source
|
142
148
|
rake (>= 0.8.7)
|
143
149
|
thor (~> 1.0)
|
@@ -162,7 +168,7 @@ GEM
|
|
162
168
|
rspec-mocks (~> 3.9)
|
163
169
|
rspec-support (~> 3.9)
|
164
170
|
rspec-support (3.10.0)
|
165
|
-
ruby2_keywords (0.0.
|
171
|
+
ruby2_keywords (0.0.4)
|
166
172
|
sawyer (0.8.2)
|
167
173
|
addressable (>= 2.3.5)
|
168
174
|
faraday (> 0.8, < 2.0)
|
@@ -174,10 +180,10 @@ GEM
|
|
174
180
|
activesupport (>= 4.0)
|
175
181
|
sprockets (>= 3.0.0)
|
176
182
|
sqlite3 (1.4.2)
|
177
|
-
thor (1.0
|
183
|
+
thor (1.1.0)
|
178
184
|
tzinfo (2.0.4)
|
179
185
|
concurrent-ruby (~> 1.0)
|
180
|
-
websocket-driver (0.7.
|
186
|
+
websocket-driver (0.7.4)
|
181
187
|
websocket-extensions (>= 0.1.0)
|
182
188
|
websocket-extensions (0.1.5)
|
183
189
|
zeitwerk (2.4.2)
|
@@ -194,4 +200,4 @@ DEPENDENCIES
|
|
194
200
|
sqlite3 (~> 1.4)
|
195
201
|
|
196
202
|
BUNDLED WITH
|
197
|
-
2.
|
203
|
+
2.2.4
|