Skip to content

Commit 0354532

Browse files
committed
Updated dependencies
1 parent 7244aed commit 0354532

1 file changed

Lines changed: 66 additions & 62 deletions

File tree

Gemfile.lock

Lines changed: 66 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -14,77 +14,81 @@ PATH
1414
GEM
1515
remote: https://rubygems.org/
1616
specs:
17-
actionpack (6.0.3.2)
18-
actionview (= 6.0.3.2)
19-
activesupport (= 6.0.3.2)
20-
rack (~> 2.0, >= 2.0.8)
17+
actionpack (6.1.3.1)
18+
actionview (= 6.1.3.1)
19+
activesupport (= 6.1.3.1)
20+
rack (~> 2.0, >= 2.0.9)
2121
rack-test (>= 0.6.3)
2222
rails-dom-testing (~> 2.0)
2323
rails-html-sanitizer (~> 1.0, >= 1.2.0)
24-
actionview (6.0.3.2)
25-
activesupport (= 6.0.3.2)
24+
actionview (6.1.3.1)
25+
activesupport (= 6.1.3.1)
2626
builder (~> 3.1)
2727
erubi (~> 1.4)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.1, >= 1.2.0)
30-
active_model_serializers (0.10.10)
31-
actionpack (>= 4.1, < 6.1)
32-
activemodel (>= 4.1, < 6.1)
30+
active_model_serializers (0.10.12)
31+
actionpack (>= 4.1, < 6.2)
32+
activemodel (>= 4.1, < 6.2)
3333
case_transform (>= 0.2)
3434
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
35-
activemodel (6.0.3.2)
36-
activesupport (= 6.0.3.2)
37-
activesupport (6.0.3.2)
35+
activemodel (6.1.3.1)
36+
activesupport (= 6.1.3.1)
37+
activesupport (6.1.3.1)
3838
concurrent-ruby (~> 1.0, >= 1.0.2)
39-
i18n (>= 0.7, < 2)
40-
minitest (~> 5.1)
41-
tzinfo (~> 1.1)
42-
zeitwerk (~> 2.2, >= 2.2.2)
39+
i18n (>= 1.6, < 2)
40+
minitest (>= 5.1)
41+
tzinfo (~> 2.0)
42+
zeitwerk (~> 2.3)
4343
ansi (1.5.0)
44-
ast (2.4.1)
44+
ast (2.4.2)
4545
backport (1.1.2)
46-
benchmark (0.1.0)
47-
binding_of_caller (0.8.0)
46+
benchmark (0.1.1)
47+
binding_of_caller (1.0.0)
4848
debug_inspector (>= 0.0.1)
4949
builder (3.2.4)
5050
byebug (11.1.3)
5151
case_transform (0.2)
5252
activesupport
5353
coderay (1.1.3)
54-
concurrent-ruby (1.1.6)
54+
concurrent-ruby (1.1.8)
5555
crass (1.0.6)
56-
daemons (1.3.1)
57-
debug_inspector (0.0.3)
56+
daemons (1.4.0)
57+
debug_inspector (1.1.0)
5858
dotenv (2.7.6)
5959
e2mmap (0.1.0)
60-
erubi (1.9.0)
60+
erubi (1.10.0)
6161
eventmachine (1.2.7)
62-
faraday (0.17.3)
62+
faraday (0.17.4)
6363
multipart-post (>= 1.2, < 3)
6464
faraday_middleware (0.14.0)
6565
faraday (>= 0.7.4, < 1.0)
66-
i18n (1.8.5)
66+
i18n (1.8.10)
6767
concurrent-ruby (~> 1.0)
6868
jaro_winkler (1.5.4)
6969
jsonapi-renderer (0.2.2)
70-
loofah (2.6.0)
70+
kramdown (2.3.1)
71+
rexml
72+
kramdown-parser-gfm (1.1.0)
73+
kramdown (~> 2.0)
74+
loofah (2.9.1)
7175
crass (~> 1.0.2)
7276
nokogiri (>= 1.5.9)
73-
maruku (0.7.3)
7477
method_source (0.9.2)
75-
mini_portile2 (2.4.0)
76-
minitest (5.14.1)
77-
minitest-reporters (1.4.2)
78+
mini_portile2 (2.5.1)
79+
minitest (5.14.4)
80+
minitest-reporters (1.4.3)
7881
ansi
7982
builder
8083
minitest (>= 5.0)
8184
ruby-progressbar
82-
moneta (1.3.0)
85+
moneta (1.4.1)
8386
multipart-post (2.1.1)
84-
nokogiri (1.10.10)
85-
mini_portile2 (~> 2.4.0)
86-
parallel (1.19.2)
87-
parser (2.7.1.4)
87+
nokogiri (1.11.3)
88+
mini_portile2 (~> 2.5.0)
89+
racc (~> 1.4)
90+
parallel (1.20.1)
91+
parser (3.0.1.1)
8892
ast (~> 2.4.1)
8993
pry (0.12.2)
9094
coderay (~> 1.1.0)
@@ -94,6 +98,7 @@ GEM
9498
pry-stack_explorer (0.4.9.3)
9599
binding_of_caller (>= 0.7)
96100
pry (>= 0.9.11)
101+
racc (1.5.2)
97102
rack (2.2.3)
98103
rack-test (1.1.0)
99104
rack (>= 1.0, < 3)
@@ -103,51 +108,50 @@ GEM
103108
rails-html-sanitizer (1.3.0)
104109
loofah (~> 2.3)
105110
rainbow (3.0.0)
106-
rake (13.0.1)
107-
redcarpet (3.5.0)
108-
redis (4.2.1)
109-
regexp_parser (1.7.1)
111+
rake (13.0.3)
112+
redcarpet (3.5.1)
113+
redis (4.2.5)
114+
regexp_parser (2.1.1)
110115
reverse_markdown (2.0.0)
111116
nokogiri
112-
rexml (3.2.4)
113-
rubocop (0.88.0)
117+
rexml (3.2.5)
118+
rubocop (1.13.0)
114119
parallel (~> 1.10)
115-
parser (>= 2.7.1.1)
120+
parser (>= 3.0.0.0)
116121
rainbow (>= 2.2.2, < 4.0)
117-
regexp_parser (>= 1.7)
122+
regexp_parser (>= 1.8, < 3.0)
118123
rexml
119-
rubocop-ast (>= 0.1.0, < 1.0)
124+
rubocop-ast (>= 1.2.0, < 2.0)
120125
ruby-progressbar (~> 1.7)
121-
unicode-display_width (>= 1.4.0, < 2.0)
122-
rubocop-ast (0.2.0)
123-
parser (>= 2.7.0.1)
124-
ruby-progressbar (1.10.1)
125-
solargraph (0.39.12)
126+
unicode-display_width (>= 1.4.0, < 3.0)
127+
rubocop-ast (1.5.0)
128+
parser (>= 3.0.1.1)
129+
ruby-progressbar (1.11.0)
130+
solargraph (0.40.4)
126131
backport (~> 1.1)
127132
benchmark
128133
bundler (>= 1.17.2)
129134
e2mmap
130135
jaro_winkler (~> 1.5)
131-
maruku (~> 0.7, >= 0.7.3)
132-
nokogiri (~> 1.9, >= 1.9.1)
133-
parser (~> 2.3)
136+
kramdown (~> 2.3)
137+
kramdown-parser-gfm (~> 1.1)
138+
parser (~> 3.0)
134139
reverse_markdown (>= 1.0.5, < 3)
135-
rubocop (~> 0.52)
140+
rubocop (>= 0.52)
136141
thor (~> 1.0)
137142
tilt (~> 2.0)
138143
yard (~> 0.9, >= 0.9.24)
139-
thin (1.7.2)
144+
thin (1.8.0)
140145
daemons (~> 1.0, >= 1.0.9)
141146
eventmachine (~> 1.0, >= 1.0.4)
142147
rack (>= 1, < 3)
143-
thor (1.0.1)
144-
thread_safe (0.3.6)
148+
thor (1.1.0)
145149
tilt (2.0.10)
146-
tzinfo (1.2.7)
147-
thread_safe (~> 0.1)
148-
unicode-display_width (1.7.0)
149-
yard (0.9.25)
150-
zeitwerk (2.4.0)
150+
tzinfo (2.0.4)
151+
concurrent-ruby (~> 1.0)
152+
unicode-display_width (2.0.0)
153+
yard (0.9.26)
154+
zeitwerk (2.4.2)
151155

152156
PLATFORMS
153157
ruby
@@ -169,4 +173,4 @@ DEPENDENCIES
169173
yard (>= 0.9.11)
170174

171175
BUNDLED WITH
172-
2.1.4
176+
2.2.16

0 commit comments

Comments
 (0)