Skip to content

Commit d11d352

Browse files
committed
Update rescue_registry and bump version
1 parent 795eea8 commit d11d352

File tree

4 files changed

+147
-129
lines changed

4 files changed

+147
-129
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [0.3.0] - 2021-05-11
11+
### Changed
12+
- `rescue_registry` has been updated to 0.3.0. This causes some changes to error payloads.
13+
[CHANGELOG](https://github.com/wagenet/rescue_registry/blob/master/CHANGELOG.md#030---2021-05-11)
14+
1015
## [0.2.4] - 2020-08-10
1116
### Changed
1217
- The `rails` dependency has been replaced with `railties`. - #60

Gemfile.lock

+140-127
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,117 @@
11
PATH
22
remote: .
33
specs:
4-
graphiti-rails (0.2.4)
4+
graphiti-rails (0.3.0)
55
graphiti (~> 1.2)
66
railties (>= 5.0)
7-
rescue_registry (~> 0.2.1)
7+
rescue_registry (~> 0.3.0)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (5.2.4.3)
13-
actionpack (= 5.2.4.3)
12+
actioncable (6.1.3.2)
13+
actionpack (= 6.1.3.2)
14+
activesupport (= 6.1.3.2)
1415
nio4r (~> 2.0)
1516
websocket-driver (>= 0.6.1)
16-
actionmailer (5.2.4.3)
17-
actionpack (= 5.2.4.3)
18-
actionview (= 5.2.4.3)
19-
activejob (= 5.2.4.3)
17+
actionmailbox (6.1.3.2)
18+
actionpack (= 6.1.3.2)
19+
activejob (= 6.1.3.2)
20+
activerecord (= 6.1.3.2)
21+
activestorage (= 6.1.3.2)
22+
activesupport (= 6.1.3.2)
23+
mail (>= 2.7.1)
24+
actionmailer (6.1.3.2)
25+
actionpack (= 6.1.3.2)
26+
actionview (= 6.1.3.2)
27+
activejob (= 6.1.3.2)
28+
activesupport (= 6.1.3.2)
2029
mail (~> 2.5, >= 2.5.4)
2130
rails-dom-testing (~> 2.0)
22-
actionpack (5.2.4.3)
23-
actionview (= 5.2.4.3)
24-
activesupport (= 5.2.4.3)
25-
rack (~> 2.0, >= 2.0.8)
31+
actionpack (6.1.3.2)
32+
actionview (= 6.1.3.2)
33+
activesupport (= 6.1.3.2)
34+
rack (~> 2.0, >= 2.0.9)
2635
rack-test (>= 0.6.3)
2736
rails-dom-testing (~> 2.0)
28-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
29-
actionview (5.2.4.3)
30-
activesupport (= 5.2.4.3)
37+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
38+
actiontext (6.1.3.2)
39+
actionpack (= 6.1.3.2)
40+
activerecord (= 6.1.3.2)
41+
activestorage (= 6.1.3.2)
42+
activesupport (= 6.1.3.2)
43+
nokogiri (>= 1.8.5)
44+
actionview (6.1.3.2)
45+
activesupport (= 6.1.3.2)
3146
builder (~> 3.1)
3247
erubi (~> 1.4)
3348
rails-dom-testing (~> 2.0)
34-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
35-
activejob (5.2.4.3)
36-
activesupport (= 5.2.4.3)
49+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50+
activejob (6.1.3.2)
51+
activesupport (= 6.1.3.2)
3752
globalid (>= 0.3.6)
38-
activemodel (5.2.4.3)
39-
activesupport (= 5.2.4.3)
40-
activerecord (5.2.4.3)
41-
activemodel (= 5.2.4.3)
42-
activesupport (= 5.2.4.3)
43-
arel (>= 9.0)
44-
activestorage (5.2.4.3)
45-
actionpack (= 5.2.4.3)
46-
activerecord (= 5.2.4.3)
47-
marcel (~> 0.3.1)
48-
activesupport (5.2.4.3)
53+
activemodel (6.1.3.2)
54+
activesupport (= 6.1.3.2)
55+
activerecord (6.1.3.2)
56+
activemodel (= 6.1.3.2)
57+
activesupport (= 6.1.3.2)
58+
activestorage (6.1.3.2)
59+
actionpack (= 6.1.3.2)
60+
activejob (= 6.1.3.2)
61+
activerecord (= 6.1.3.2)
62+
activesupport (= 6.1.3.2)
63+
marcel (~> 1.0.0)
64+
mini_mime (~> 1.0.2)
65+
activesupport (6.1.3.2)
4966
concurrent-ruby (~> 1.0, >= 1.0.2)
50-
i18n (>= 0.7, < 2)
51-
minitest (~> 5.1)
52-
tzinfo (~> 1.1)
53-
arel (9.0.0)
67+
i18n (>= 1.6, < 2)
68+
minitest (>= 5.1)
69+
tzinfo (~> 2.0)
70+
zeitwerk (~> 2.3)
5471
builder (3.2.4)
55-
byebug (11.0.1)
56-
coderay (1.1.2)
57-
concurrent-ruby (1.1.6)
72+
byebug (11.1.3)
73+
coderay (1.1.3)
74+
concurrent-ruby (1.1.8)
5875
crass (1.0.6)
59-
diff-lcs (1.3)
60-
dry-configurable (0.8.2)
76+
diff-lcs (1.4.4)
77+
dry-configurable (0.12.1)
6178
concurrent-ruby (~> 1.0)
62-
dry-core (~> 0.4, >= 0.4.7)
63-
dry-container (0.7.0)
79+
dry-core (~> 0.5, >= 0.5.0)
80+
dry-container (0.7.2)
6481
concurrent-ruby (~> 1.0)
6582
dry-configurable (~> 0.1, >= 0.1.3)
66-
dry-core (0.4.7)
83+
dry-core (0.5.0)
6784
concurrent-ruby (~> 1.0)
68-
dry-equalizer (0.2.2)
69-
dry-inflector (0.1.2)
70-
dry-logic (0.6.1)
85+
dry-inflector (0.2.0)
86+
dry-logic (1.2.0)
7187
concurrent-ruby (~> 1.0)
72-
dry-core (~> 0.2)
73-
dry-equalizer (~> 0.2)
74-
dry-types (0.15.0)
88+
dry-core (~> 0.5, >= 0.5)
89+
dry-types (1.5.1)
7590
concurrent-ruby (~> 1.0)
7691
dry-container (~> 0.3)
77-
dry-core (~> 0.4, >= 0.4.4)
78-
dry-equalizer (~> 0.2, >= 0.2.2)
92+
dry-core (~> 0.5, >= 0.5)
7993
dry-inflector (~> 0.1, >= 0.1.2)
80-
dry-logic (~> 0.5, >= 0.5)
81-
erubi (1.9.0)
82-
factory_bot (5.0.2)
83-
activesupport (>= 4.2.0)
94+
dry-logic (~> 1.0, >= 1.0.2)
95+
erubi (1.10.0)
96+
factory_bot (6.2.0)
97+
activesupport (>= 5.0.0)
8498
globalid (0.4.2)
8599
activesupport (>= 4.2.0)
86-
graphiti (1.2.0)
100+
graphiti (1.2.42)
87101
activesupport (>= 4.1)
88102
concurrent-ruby (~> 1.0)
89-
dry-types (~> 0.15)
103+
dry-types (>= 0.15.0, < 2.0)
90104
graphiti_errors (~> 1.1.0)
105+
jsonapi-renderer (~> 0.2, >= 0.2.2)
91106
jsonapi-serializable (~> 0.3.0)
92-
graphiti_errors (1.1.0)
107+
graphiti_errors (1.1.2)
93108
jsonapi-serializable (~> 0.1)
94-
graphiti_spec_helpers (1.0.1)
109+
graphiti_spec_helpers (1.0.5)
95110
graphiti (>= 1.0.alpha.1)
96111
rspec (~> 3.0)
97-
i18n (1.8.2)
112+
i18n (1.8.10)
98113
concurrent-ruby (~> 1.0)
99-
jsonapi-renderer (0.2.0)
114+
jsonapi-renderer (0.2.2)
100115
jsonapi-serializable (0.3.1)
101116
jsonapi-renderer (~> 0.2.0)
102117
kaminari (1.2.1)
@@ -113,105 +128,103 @@ GEM
113128
kaminari-core (1.2.1)
114129
kramdown (2.3.1)
115130
rexml
116-
kramdown-parser-gfm (1.0.1)
131+
kramdown-parser-gfm (1.1.0)
117132
kramdown (~> 2.0)
118-
loofah (2.5.0)
133+
loofah (2.9.1)
119134
crass (~> 1.0.2)
120135
nokogiri (>= 1.5.9)
121136
mail (2.7.1)
122137
mini_mime (>= 0.1.1)
123-
marcel (0.3.3)
124-
mimemagic (~> 0.3.2)
125-
method_source (0.9.2)
126-
mimemagic (0.3.10)
127-
nokogiri (~> 1)
128-
rake
129-
mini_mime (1.0.2)
130-
mini_portile2 (2.5.0)
131-
minitest (5.14.1)
132-
nio4r (2.5.2)
133-
nokogiri (1.11.2)
138+
marcel (1.0.1)
139+
method_source (1.0.0)
140+
mini_mime (1.0.3)
141+
mini_portile2 (2.5.1)
142+
minitest (5.14.4)
143+
nio4r (2.5.7)
144+
nokogiri (1.11.3)
134145
mini_portile2 (~> 2.5.0)
135146
racc (~> 1.4)
136-
pry (0.12.2)
137-
coderay (~> 1.1.0)
138-
method_source (~> 0.9.0)
139-
pry-byebug (3.7.0)
147+
pry (0.14.1)
148+
coderay (~> 1.1)
149+
method_source (~> 1.0)
150+
pry-byebug (3.8.0)
140151
byebug (~> 11.0)
141152
pry (~> 0.10)
142153
racc (1.5.2)
143154
rack (2.2.3)
144155
rack-test (1.1.0)
145156
rack (>= 1.0, < 3)
146-
rails (5.2.4.3)
147-
actioncable (= 5.2.4.3)
148-
actionmailer (= 5.2.4.3)
149-
actionpack (= 5.2.4.3)
150-
actionview (= 5.2.4.3)
151-
activejob (= 5.2.4.3)
152-
activemodel (= 5.2.4.3)
153-
activerecord (= 5.2.4.3)
154-
activestorage (= 5.2.4.3)
155-
activesupport (= 5.2.4.3)
156-
bundler (>= 1.3.0)
157-
railties (= 5.2.4.3)
157+
rails (6.1.3.2)
158+
actioncable (= 6.1.3.2)
159+
actionmailbox (= 6.1.3.2)
160+
actionmailer (= 6.1.3.2)
161+
actionpack (= 6.1.3.2)
162+
actiontext (= 6.1.3.2)
163+
actionview (= 6.1.3.2)
164+
activejob (= 6.1.3.2)
165+
activemodel (= 6.1.3.2)
166+
activerecord (= 6.1.3.2)
167+
activestorage (= 6.1.3.2)
168+
activesupport (= 6.1.3.2)
169+
bundler (>= 1.15.0)
170+
railties (= 6.1.3.2)
158171
sprockets-rails (>= 2.0.0)
159172
rails-dom-testing (2.0.3)
160173
activesupport (>= 4.2.0)
161174
nokogiri (>= 1.6)
162175
rails-html-sanitizer (1.3.0)
163176
loofah (~> 2.3)
164-
railties (5.2.4.3)
165-
actionpack (= 5.2.4.3)
166-
activesupport (= 5.2.4.3)
177+
railties (6.1.3.2)
178+
actionpack (= 6.1.3.2)
179+
activesupport (= 6.1.3.2)
167180
method_source
168181
rake (>= 0.8.7)
169-
thor (>= 0.19.0, < 2.0)
170-
rake (13.0.1)
171-
rescue_registry (0.2.2)
182+
thor (~> 1.0)
183+
rake (13.0.3)
184+
rescue_registry (0.3.0)
172185
activesupport (>= 5.0)
173-
responders (2.4.1)
174-
actionpack (>= 4.2.0, < 6.0)
175-
railties (>= 4.2.0, < 6.0)
186+
responders (3.0.1)
187+
actionpack (>= 5.0)
188+
railties (>= 5.0)
176189
rexml (3.2.5)
177-
rouge (3.3.0)
178-
rspec (3.8.0)
179-
rspec-core (~> 3.8.0)
180-
rspec-expectations (~> 3.8.0)
181-
rspec-mocks (~> 3.8.0)
182-
rspec-core (3.8.0)
183-
rspec-support (~> 3.8.0)
184-
rspec-expectations (3.8.3)
190+
rouge (3.26.0)
191+
rspec (3.10.0)
192+
rspec-core (~> 3.10.0)
193+
rspec-expectations (~> 3.10.0)
194+
rspec-mocks (~> 3.10.0)
195+
rspec-core (3.10.1)
196+
rspec-support (~> 3.10.0)
197+
rspec-expectations (3.10.1)
185198
diff-lcs (>= 1.2.0, < 2.0)
186-
rspec-support (~> 3.8.0)
187-
rspec-mocks (3.8.0)
199+
rspec-support (~> 3.10.0)
200+
rspec-mocks (3.10.2)
188201
diff-lcs (>= 1.2.0, < 2.0)
189-
rspec-support (~> 3.8.0)
190-
rspec-rails (3.8.2)
191-
actionpack (>= 3.0)
192-
activesupport (>= 3.0)
193-
railties (>= 3.0)
194-
rspec-core (~> 3.8.0)
195-
rspec-expectations (~> 3.8.0)
196-
rspec-mocks (~> 3.8.0)
197-
rspec-support (~> 3.8.0)
198-
rspec-support (3.8.0)
199-
sprockets (4.0.0)
202+
rspec-support (~> 3.10.0)
203+
rspec-rails (5.0.1)
204+
actionpack (>= 5.2)
205+
activesupport (>= 5.2)
206+
railties (>= 5.2)
207+
rspec-core (~> 3.10)
208+
rspec-expectations (~> 3.10)
209+
rspec-mocks (~> 3.10)
210+
rspec-support (~> 3.10)
211+
rspec-support (3.10.2)
212+
sprockets (4.0.2)
200213
concurrent-ruby (~> 1.0)
201214
rack (> 1, < 3)
202-
sprockets-rails (3.2.1)
215+
sprockets-rails (3.2.2)
203216
actionpack (>= 4.0)
204217
activesupport (>= 4.0)
205218
sprockets (>= 3.0.0)
206-
sqlite3 (1.4.1)
207-
thor (1.0.1)
208-
thread_safe (0.3.6)
209-
tzinfo (1.2.7)
210-
thread_safe (~> 0.1)
211-
websocket-driver (0.7.2)
219+
sqlite3 (1.4.2)
220+
thor (1.1.0)
221+
tzinfo (2.0.4)
222+
concurrent-ruby (~> 1.0)
223+
websocket-driver (0.7.3)
212224
websocket-extensions (>= 0.1.0)
213225
websocket-extensions (0.1.5)
214-
yard (0.9.20)
226+
yard (0.9.26)
227+
zeitwerk (2.4.2)
215228

216229
PLATFORMS
217230
ruby
@@ -232,4 +245,4 @@ DEPENDENCIES
232245
yard
233246

234247
BUNDLED WITH
235-
2.1.4
248+
2.2.15

graphiti-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md", "CHANGELOG.md"]
2727

2828
spec.add_dependency "graphiti", "~> 1.2"
29-
spec.add_dependency "rescue_registry", "~> 0.2.1"
29+
spec.add_dependency "rescue_registry", "~> 0.3.0"
3030
spec.add_dependency "railties", ">= 5.0"
3131

3232
spec.add_development_dependency "sqlite3"

lib/graphiti/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Graphiti
44
module Rails
5-
VERSION = '0.2.4'
5+
VERSION = '0.3.0'
66
end
77
end

0 commit comments

Comments
 (0)