Skip to content

Commit a1ec8f1

Browse files
committed
Ruby 3.1.2
1 parent 1f098ae commit a1ec8f1

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

.ruby-version

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

Gemfile.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
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)
4+
activemodel (7.0.2.4)
5+
activesupport (= 7.0.2.4)
6+
activerecord (7.0.2.4)
7+
activemodel (= 7.0.2.4)
8+
activesupport (= 7.0.2.4)
9+
activesupport (7.0.2.4)
1010
concurrent-ruby (~> 1.0, >= 1.0.2)
1111
i18n (>= 1.6, < 2)
1212
minitest (>= 5.1)
1313
tzinfo (~> 2.0)
1414
addressable (2.8.0)
1515
public_suffix (>= 2.0.2, < 5.0)
1616
builder (3.2.4)
17-
concurrent-ruby (1.1.9)
17+
concurrent-ruby (1.1.10)
1818
descendants_tracker (0.0.4)
1919
thread_safe (~> 0.3, >= 0.3.1)
2020
diff-lcs (1.5.0)
21-
faraday (1.9.3)
21+
faraday (1.10.0)
2222
faraday-em_http (~> 1.0)
2323
faraday-em_synchrony (~> 1.0)
2424
faraday-excon (~> 1.1)
@@ -41,7 +41,7 @@ GEM
4141
faraday-patron (1.0.0)
4242
faraday-rack (1.0.0)
4343
faraday-retry (1.0.3)
44-
git (1.10.2)
44+
git (1.11.0)
4545
rchardet (~> 1.8)
4646
github_api (0.19.0)
4747
addressable (~> 2.4)
@@ -53,7 +53,7 @@ GEM
5353
highline (2.0.3)
5454
httpi (3.0.1)
5555
rack
56-
i18n (1.9.1)
56+
i18n (1.10.0)
5757
concurrent-ruby (~> 1.0)
5858
juwelier (2.4.9)
5959
builder
@@ -70,41 +70,41 @@ GEM
7070
jwt (2.3.0)
7171
kamelcase (0.0.2)
7272
semver2 (~> 3)
73-
mini_portile2 (2.7.1)
73+
mini_portile2 (2.8.0)
7474
minitest (5.15.0)
7575
multi_json (1.15.0)
7676
multi_xml (0.6.0)
7777
multipart-post (2.1.1)
78-
nokogiri (1.13.1)
79-
mini_portile2 (~> 2.7.0)
78+
nokogiri (1.13.5)
79+
mini_portile2 (~> 2.8.0)
8080
racc (~> 1.4)
81-
oauth2 (1.4.7)
82-
faraday (>= 0.8, < 2.0)
81+
oauth2 (1.4.9)
82+
faraday (>= 0.17.3, < 3.0)
8383
jwt (>= 1.0, < 3.0)
8484
multi_json (~> 1.3)
8585
multi_xml (~> 0.5)
8686
rack (>= 1.2, < 3)
8787
psych (3.3.2)
88-
public_suffix (4.0.6)
88+
public_suffix (4.0.7)
8989
racc (1.6.0)
9090
rack (2.2.3)
9191
rake (13.0.6)
9292
rchardet (1.8.0)
9393
rdoc (6.3.3)
9494
redcarpet (3.5.1)
95-
rspec (3.10.0)
96-
rspec-core (~> 3.10.0)
97-
rspec-expectations (~> 3.10.0)
98-
rspec-mocks (~> 3.10.0)
99-
rspec-core (3.10.2)
100-
rspec-support (~> 3.10.0)
101-
rspec-expectations (3.10.2)
95+
rspec (3.11.0)
96+
rspec-core (~> 3.11.0)
97+
rspec-expectations (~> 3.11.0)
98+
rspec-mocks (~> 3.11.0)
99+
rspec-core (3.11.0)
100+
rspec-support (~> 3.11.0)
101+
rspec-expectations (3.11.0)
102102
diff-lcs (>= 1.2.0, < 2.0)
103-
rspec-support (~> 3.10.0)
104-
rspec-mocks (3.10.3)
103+
rspec-support (~> 3.11.0)
104+
rspec-mocks (3.11.1)
105105
diff-lcs (>= 1.2.0, < 2.0)
106-
rspec-support (~> 3.10.0)
107-
rspec-support (3.10.3)
106+
rspec-support (~> 3.11.0)
107+
rspec-support (3.11.0)
108108
ruby2_keywords (0.0.5)
109109
semver2 (3.4.2)
110110
thread_safe (0.3.6)
@@ -129,4 +129,4 @@ DEPENDENCIES
129129
yard
130130

131131
BUNDLED WITH
132-
2.3.6
132+
2.3.13

0 commit comments

Comments
 (0)