Skip to content

Commit 4754d50

Browse files
committed
Update dependencies
1 parent 6861fd2 commit 4754d50

File tree

2 files changed

+48
-91
lines changed

2 files changed

+48
-91
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ group :test, :development do
1515
gem "pry-nav"
1616
gem "yard", ">= 0.9.11"
1717
gem "redcarpet"
18-
gem "solargraph"
18+
gem "rufo"
1919
gem "thin" # for yard server
2020
end

Gemfile.lock

+47-90
Original file line numberDiff line numberDiff line change
@@ -14,146 +14,103 @@ PATH
1414
GEM
1515
remote: https://rubygems.org/
1616
specs:
17-
actionpack (6.1.4.1)
18-
actionview (= 6.1.4.1)
19-
activesupport (= 6.1.4.1)
17+
actionpack (6.1.6.1)
18+
actionview (= 6.1.6.1)
19+
activesupport (= 6.1.6.1)
2020
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.1.4.1)
25-
activesupport (= 6.1.4.1)
24+
actionview (6.1.6.1)
25+
activesupport (= 6.1.6.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.12)
31-
actionpack (>= 4.1, < 6.2)
32-
activemodel (>= 4.1, < 6.2)
30+
active_model_serializers (0.10.13)
31+
actionpack (>= 4.1, < 7.1)
32+
activemodel (>= 4.1, < 7.1)
3333
case_transform (>= 0.2)
3434
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
35-
activemodel (6.1.4.1)
36-
activesupport (= 6.1.4.1)
37-
activesupport (6.1.4.1)
35+
activemodel (6.1.6.1)
36+
activesupport (= 6.1.6.1)
37+
activesupport (6.1.6.1)
3838
concurrent-ruby (~> 1.0, >= 1.0.2)
3939
i18n (>= 1.6, < 2)
4040
minitest (>= 5.1)
4141
tzinfo (~> 2.0)
4242
zeitwerk (~> 2.3)
4343
ansi (1.5.0)
44-
ast (2.4.2)
45-
backport (1.2.0)
46-
benchmark (0.1.1)
4744
binding_of_caller (1.0.0)
4845
debug_inspector (>= 0.0.1)
4946
builder (3.2.4)
5047
byebug (11.1.3)
5148
case_transform (0.2)
5249
activesupport
5350
coderay (1.1.3)
54-
concurrent-ruby (1.1.9)
51+
concurrent-ruby (1.1.10)
5552
crass (1.0.6)
5653
daemons (1.4.1)
5754
debug_inspector (1.1.0)
58-
diff-lcs (1.4.4)
59-
dotenv (2.7.6)
60-
e2mmap (0.1.0)
55+
dotenv (2.8.1)
6156
erubi (1.10.0)
6257
eventmachine (1.2.7)
63-
faraday (0.17.4)
58+
faraday (0.17.5)
6459
multipart-post (>= 1.2, < 3)
6560
faraday_middleware (0.14.0)
6661
faraday (>= 0.7.4, < 1.0)
67-
i18n (1.8.10)
62+
i18n (1.12.0)
6863
concurrent-ruby (~> 1.0)
69-
jaro_winkler (1.5.4)
7064
jsonapi-renderer (0.2.2)
71-
kramdown (2.3.1)
72-
rexml
73-
kramdown-parser-gfm (1.1.0)
74-
kramdown (~> 2.0)
75-
loofah (2.12.0)
65+
loofah (2.18.0)
7666
crass (~> 1.0.2)
7767
nokogiri (>= 1.5.9)
78-
method_source (0.9.2)
79-
mini_portile2 (2.6.1)
80-
minitest (5.14.4)
81-
minitest-reporters (1.4.3)
68+
method_source (1.0.0)
69+
mini_portile2 (2.8.0)
70+
minitest (5.16.2)
71+
minitest-reporters (1.5.0)
8272
ansi
8373
builder
8474
minitest (>= 5.0)
8575
ruby-progressbar
86-
moneta (1.4.2)
87-
multipart-post (2.1.1)
88-
nokogiri (1.12.5)
89-
mini_portile2 (~> 2.6.1)
76+
moneta (1.5.1)
77+
multipart-post (2.2.3)
78+
nokogiri (1.13.8)
79+
mini_portile2 (~> 2.8.0)
9080
racc (~> 1.4)
91-
parallel (1.21.0)
92-
parser (3.0.2.0)
93-
ast (~> 2.4.1)
94-
pry (0.12.2)
95-
coderay (~> 1.1.0)
96-
method_source (~> 0.9.0)
97-
pry-nav (0.3.0)
98-
pry (>= 0.9.10, < 0.13.0)
99-
pry-stack_explorer (0.4.9.3)
100-
binding_of_caller (>= 0.7)
101-
pry (>= 0.9.11)
102-
racc (1.5.2)
103-
rack (2.2.3)
104-
rack-test (1.1.0)
105-
rack (>= 1.0, < 3)
81+
parallel (1.22.1)
82+
pry (0.14.1)
83+
coderay (~> 1.1)
84+
method_source (~> 1.0)
85+
pry-nav (1.0.0)
86+
pry (>= 0.9.10, < 0.15)
87+
pry-stack_explorer (0.6.1)
88+
binding_of_caller (~> 1.0)
89+
pry (~> 0.13)
90+
racc (1.6.0)
91+
rack (2.2.4)
92+
rack-test (2.0.2)
93+
rack (>= 1.3)
10694
rails-dom-testing (2.0.3)
10795
activesupport (>= 4.2.0)
10896
nokogiri (>= 1.6)
109-
rails-html-sanitizer (1.4.2)
97+
rails-html-sanitizer (1.4.3)
11098
loofah (~> 2.3)
111-
rainbow (3.0.0)
11299
rake (13.0.6)
113100
redcarpet (3.5.1)
114-
redis (4.4.0)
115-
regexp_parser (2.1.1)
116-
reverse_markdown (2.0.0)
117-
nokogiri
118-
rexml (3.2.5)
119-
rubocop (1.22.1)
120-
parallel (~> 1.10)
121-
parser (>= 3.0.0.0)
122-
rainbow (>= 2.2.2, < 4.0)
123-
regexp_parser (>= 1.8, < 3.0)
124-
rexml
125-
rubocop-ast (>= 1.12.0, < 2.0)
126-
ruby-progressbar (~> 1.7)
127-
unicode-display_width (>= 1.4.0, < 3.0)
128-
rubocop-ast (1.12.0)
129-
parser (>= 3.0.1.1)
101+
redis (4.7.1)
130102
ruby-progressbar (1.11.0)
131-
solargraph (0.44.0)
132-
backport (~> 1.2)
133-
benchmark
134-
bundler (>= 1.17.2)
135-
diff-lcs (~> 1.4)
136-
e2mmap
137-
jaro_winkler (~> 1.5)
138-
kramdown (~> 2.3)
139-
kramdown-parser-gfm (~> 1.1)
140-
parser (~> 3.0)
141-
reverse_markdown (>= 1.0.5, < 3)
142-
rubocop (>= 0.52)
143-
thor (~> 1.0)
144-
tilt (~> 2.0)
145-
yard (~> 0.9, >= 0.9.24)
103+
rufo (0.13.0)
146104
thin (1.8.1)
147105
daemons (~> 1.0, >= 1.0.9)
148106
eventmachine (~> 1.0, >= 1.0.4)
149107
rack (>= 1, < 3)
150-
thor (1.1.0)
151-
tilt (2.0.10)
152-
tzinfo (2.0.4)
108+
tzinfo (2.0.5)
153109
concurrent-ruby (~> 1.0)
154-
unicode-display_width (2.1.0)
155-
yard (0.9.26)
156-
zeitwerk (2.4.2)
110+
webrick (1.7.0)
111+
yard (0.9.28)
112+
webrick (~> 1.7.0)
113+
zeitwerk (2.6.0)
157114

158115
PLATFORMS
159116
ruby
@@ -170,9 +127,9 @@ DEPENDENCIES
170127
rake
171128
redcarpet
172129
redis
173-
solargraph
130+
rufo
174131
thin
175132
yard (>= 0.9.11)
176133

177134
BUNDLED WITH
178-
2.2.28
135+
2.3.19

0 commit comments

Comments
 (0)