Skip to content

Commit fed8048

Browse files
committed
Ruby 3.4
1 parent 5aba542 commit fed8048

File tree

3 files changed

+56
-38
lines changed

3 files changed

+56
-38
lines changed

.github/workflows/ruby.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby-version: ["3.3"]
22+
ruby-version: ["3.4"]
2323

2424
steps:
2525
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Ruby
4343
uses: ruby/setup-ruby@v1
4444
with:
45-
ruby-version: "3.3"
45+
ruby-version: .ruby-version
4646
bundler-cache: true
4747
- name: Run Rubocop
4848
run: |

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.6
1+
3.4.2

Gemfile.lock

+53-35
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (7.2.2)
5-
activesupport (= 7.2.2)
6-
activerecord (7.2.2)
7-
activemodel (= 7.2.2)
8-
activesupport (= 7.2.2)
4+
activemodel (8.0.1)
5+
activesupport (= 8.0.1)
6+
activerecord (8.0.1)
7+
activemodel (= 8.0.1)
8+
activesupport (= 8.0.1)
99
timeout (>= 0.4.0)
10-
activesupport (7.2.2)
10+
activesupport (8.0.1)
1111
base64
1212
benchmark (>= 0.3)
1313
bigdecimal
@@ -19,17 +19,18 @@ GEM
1919
minitest (>= 5.1)
2020
securerandom (>= 0.3)
2121
tzinfo (~> 2.0, >= 2.0.5)
22+
uri (>= 0.13.1)
2223
addressable (2.8.7)
2324
public_suffix (>= 2.0.2, < 7.0)
2425
base64 (0.2.0)
25-
benchmark (0.3.0)
26-
bigdecimal (3.1.8)
26+
benchmark (0.4.0)
27+
bigdecimal (3.1.9)
2728
builder (3.3.0)
28-
concurrent-ruby (1.3.4)
29-
connection_pool (2.4.1)
29+
concurrent-ruby (1.3.5)
30+
connection_pool (2.5.0)
3031
descendants_tracker (0.0.4)
3132
thread_safe (~> 0.3, >= 0.3.1)
32-
diff-lcs (1.5.1)
33+
diff-lcs (1.6.0)
3334
drb (2.2.1)
3435
faraday (1.10.4)
3536
faraday-em_http (~> 1.0)
@@ -47,14 +48,14 @@ GEM
4748
faraday-em_synchrony (1.0.0)
4849
faraday-excon (1.1.0)
4950
faraday-httpclient (1.0.1)
50-
faraday-multipart (1.0.4)
51-
multipart-post (~> 2)
51+
faraday-multipart (1.1.0)
52+
multipart-post (~> 2.0)
5253
faraday-net_http (1.0.2)
5354
faraday-net_http_persistent (1.2.0)
5455
faraday-patron (1.0.0)
5556
faraday-rack (1.0.0)
5657
faraday-retry (1.0.3)
57-
git (2.3.1)
58+
git (2.3.3)
5859
activesupport (>= 5.0)
5960
addressable (~> 2.8)
6061
process_executer (~> 1.1)
@@ -66,16 +67,16 @@ GEM
6667
hashie (~> 3.5, >= 3.5.2)
6768
oauth2 (~> 1.0)
6869
hashie (3.6.0)
69-
highline (3.1.1)
70+
highline (3.1.2)
7071
reline
7172
httpi (4.0.4)
7273
base64
7374
mutex_m
7475
nkf
7576
rack (>= 2.0, < 4)
76-
i18n (1.14.6)
77+
i18n (1.14.7)
7778
concurrent-ruby (~> 1.0)
78-
io-console (0.7.2)
79+
io-console (0.8.0)
7980
juwelier (2.4.9)
8081
builder
8182
bundler
@@ -88,21 +89,33 @@ GEM
8889
rake
8990
rdoc
9091
semver2
91-
jwt (2.9.3)
92+
jwt (2.10.1)
9293
base64
9394
kamelcase (0.0.2)
9495
semver2 (~> 3)
95-
logger (1.6.1)
96-
minitest (5.25.1)
96+
logger (1.6.6)
97+
minitest (5.25.4)
9798
multi_json (1.15.0)
9899
multi_xml (0.7.1)
99100
bigdecimal (~> 3.1)
100101
multipart-post (2.4.1)
101-
mutex_m (0.2.0)
102+
mutex_m (0.3.0)
102103
nkf (0.2.0)
103-
nokogiri (1.16.7-arm64-darwin)
104+
nokogiri (1.18.2-aarch64-linux-gnu)
104105
racc (~> 1.4)
105-
nokogiri (1.16.7-x86_64-linux)
106+
nokogiri (1.18.2-aarch64-linux-musl)
107+
racc (~> 1.4)
108+
nokogiri (1.18.2-arm-linux-gnu)
109+
racc (~> 1.4)
110+
nokogiri (1.18.2-arm-linux-musl)
111+
racc (~> 1.4)
112+
nokogiri (1.18.2-arm64-darwin)
113+
racc (~> 1.4)
114+
nokogiri (1.18.2-x86_64-darwin)
115+
racc (~> 1.4)
116+
nokogiri (1.18.2-x86_64-linux-gnu)
117+
racc (~> 1.4)
118+
nokogiri (1.18.2-x86_64-linux-musl)
106119
racc (~> 1.4)
107120
oauth2 (1.4.11)
108121
faraday (>= 0.17.3, < 3.0)
@@ -114,40 +127,45 @@ GEM
114127
psych (3.3.4)
115128
public_suffix (6.0.1)
116129
racc (1.8.1)
117-
rack (3.1.8)
130+
rack (3.1.10)
118131
rake (13.2.1)
119-
rchardet (1.8.0)
132+
rchardet (1.9.0)
120133
rdoc (6.3.4.1)
121134
redcarpet (3.6.0)
122-
reline (0.5.10)
135+
reline (0.6.0)
123136
io-console (~> 0.5)
124137
rspec (3.13.0)
125138
rspec-core (~> 3.13.0)
126139
rspec-expectations (~> 3.13.0)
127140
rspec-mocks (~> 3.13.0)
128-
rspec-core (3.13.2)
141+
rspec-core (3.13.3)
129142
rspec-support (~> 3.13.0)
130143
rspec-expectations (3.13.3)
131144
diff-lcs (>= 1.2.0, < 2.0)
132145
rspec-support (~> 3.13.0)
133146
rspec-mocks (3.13.2)
134147
diff-lcs (>= 1.2.0, < 2.0)
135148
rspec-support (~> 3.13.0)
136-
rspec-support (3.13.1)
149+
rspec-support (3.13.2)
137150
ruby2_keywords (0.0.5)
138-
securerandom (0.3.1)
151+
securerandom (0.4.1)
139152
semver2 (3.4.2)
140153
thread_safe (0.3.6)
141-
timeout (0.4.2)
154+
timeout (0.4.3)
142155
tzinfo (2.0.6)
143156
concurrent-ruby (~> 1.0)
157+
uri (1.0.2)
144158
yard (0.9.37)
145159

146160
PLATFORMS
147-
arm64-darwin-22
148-
arm64-darwin-23
149-
arm64-darwin-24
150-
x86_64-linux
161+
aarch64-linux-gnu
162+
aarch64-linux-musl
163+
arm-linux-gnu
164+
arm-linux-musl
165+
arm64-darwin
166+
x86_64-darwin
167+
x86_64-linux-gnu
168+
x86_64-linux-musl
151169

152170
DEPENDENCIES
153171
activerecord
@@ -161,4 +179,4 @@ DEPENDENCIES
161179
yard
162180

163181
BUNDLED WITH
164-
2.5.23
182+
2.6.4

0 commit comments

Comments
 (0)