Skip to content

Commit 46d6335

Browse files
committed
Ruby 3.1
1 parent 963a4bc commit 46d6335

2 files changed

Lines changed: 43 additions & 35 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.1.0

Gemfile.lock

Lines changed: 42 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,47 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (6.1.3.2)
5-
activesupport (= 6.1.3.2)
6-
activerecord (6.1.3.2)
7-
activemodel (= 6.1.3.2)
8-
activesupport (= 6.1.3.2)
9-
activesupport (6.1.3.2)
4+
activemodel (7.0.1)
5+
activesupport (= 7.0.1)
6+
activerecord (7.0.1)
7+
activemodel (= 7.0.1)
8+
activesupport (= 7.0.1)
9+
activesupport (7.0.1)
1010
concurrent-ruby (~> 1.0, >= 1.0.2)
1111
i18n (>= 1.6, < 2)
1212
minitest (>= 5.1)
1313
tzinfo (~> 2.0)
14-
zeitwerk (~> 2.3)
15-
addressable (2.7.0)
14+
addressable (2.8.0)
1615
public_suffix (>= 2.0.2, < 5.0)
1716
builder (3.2.4)
1817
concurrent-ruby (1.1.9)
1918
descendants_tracker (0.0.4)
2019
thread_safe (~> 0.3, >= 0.3.1)
21-
diff-lcs (1.4.4)
22-
faraday (1.4.2)
20+
diff-lcs (1.5.0)
21+
faraday (1.9.3)
2322
faraday-em_http (~> 1.0)
2423
faraday-em_synchrony (~> 1.0)
2524
faraday-excon (~> 1.1)
25+
faraday-httpclient (~> 1.0)
26+
faraday-multipart (~> 1.0)
2627
faraday-net_http (~> 1.0)
27-
faraday-net_http_persistent (~> 1.1)
28-
multipart-post (>= 1.2, < 3)
28+
faraday-net_http_persistent (~> 1.0)
29+
faraday-patron (~> 1.0)
30+
faraday-rack (~> 1.0)
31+
faraday-retry (~> 1.0)
2932
ruby2_keywords (>= 0.0.4)
3033
faraday-em_http (1.0.0)
3134
faraday-em_synchrony (1.0.0)
3235
faraday-excon (1.1.0)
36+
faraday-httpclient (1.0.1)
37+
faraday-multipart (1.0.3)
38+
multipart-post (>= 1.2, < 3)
3339
faraday-net_http (1.0.1)
34-
faraday-net_http_persistent (1.1.0)
35-
git (1.8.1)
40+
faraday-net_http_persistent (1.2.0)
41+
faraday-patron (1.0.0)
42+
faraday-rack (1.0.0)
43+
faraday-retry (1.0.3)
44+
git (1.10.2)
3645
rchardet (~> 1.8)
3746
github_api (0.19.0)
3847
addressable (~> 2.4)
@@ -42,10 +51,9 @@ GEM
4251
oauth2 (~> 1.0)
4352
hashie (3.6.0)
4453
highline (2.0.3)
45-
httpi (2.4.5)
54+
httpi (3.0.1)
4655
rack
47-
socksify
48-
i18n (1.8.10)
56+
i18n (1.9.1)
4957
concurrent-ruby (~> 1.0)
5058
juwelier (2.4.9)
5159
builder
@@ -59,16 +67,16 @@ GEM
5967
rake
6068
rdoc
6169
semver2
62-
jwt (2.2.3)
70+
jwt (2.3.0)
6371
kamelcase (0.0.2)
6472
semver2 (~> 3)
65-
mini_portile2 (2.5.3)
66-
minitest (5.14.4)
73+
mini_portile2 (2.7.1)
74+
minitest (5.15.0)
6775
multi_json (1.15.0)
6876
multi_xml (0.6.0)
6977
multipart-post (2.1.1)
70-
nokogiri (1.11.7)
71-
mini_portile2 (~> 2.5.0)
78+
nokogiri (1.13.1)
79+
mini_portile2 (~> 2.7.0)
7280
racc (~> 1.4)
7381
oauth2 (1.4.7)
7482
faraday (>= 0.8, < 2.0)
@@ -78,33 +86,33 @@ GEM
7886
rack (>= 1.2, < 3)
7987
psych (3.3.2)
8088
public_suffix (4.0.6)
81-
racc (1.5.2)
89+
racc (1.6.0)
8290
rack (2.2.3)
83-
rake (13.0.3)
91+
rake (13.0.6)
8492
rchardet (1.8.0)
85-
rdoc (6.3.1)
93+
rdoc (6.3.3)
8694
redcarpet (3.5.1)
8795
rspec (3.10.0)
8896
rspec-core (~> 3.10.0)
8997
rspec-expectations (~> 3.10.0)
9098
rspec-mocks (~> 3.10.0)
91-
rspec-core (3.10.1)
99+
rspec-core (3.10.2)
92100
rspec-support (~> 3.10.0)
93-
rspec-expectations (3.10.1)
101+
rspec-expectations (3.10.2)
94102
diff-lcs (>= 1.2.0, < 2.0)
95103
rspec-support (~> 3.10.0)
96-
rspec-mocks (3.10.2)
104+
rspec-mocks (3.10.3)
97105
diff-lcs (>= 1.2.0, < 2.0)
98106
rspec-support (~> 3.10.0)
99-
rspec-support (3.10.2)
100-
ruby2_keywords (0.0.4)
107+
rspec-support (3.10.3)
108+
ruby2_keywords (0.0.5)
101109
semver2 (3.4.2)
102-
socksify (1.7.1)
103110
thread_safe (0.3.6)
104111
tzinfo (2.0.4)
105112
concurrent-ruby (~> 1.0)
106-
yard (0.9.26)
107-
zeitwerk (2.4.2)
113+
webrick (1.7.0)
114+
yard (0.9.27)
115+
webrick (~> 1.7.0)
108116

109117
PLATFORMS
110118
ruby
@@ -121,4 +129,4 @@ DEPENDENCIES
121129
yard
122130

123131
BUNDLED WITH
124-
2.2.19
132+
2.3.6

0 commit comments

Comments
 (0)