Skip to content

Commit 491fee0

Browse files
committed
Ruby 4.0 and gem updates
1 parent 9d75067 commit 491fee0

3 files changed

Lines changed: 29 additions & 28 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ruby-version: ["3.4"]
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
- name: Set up Ruby
2727
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2828
# change this to (see https://github.com/ruby/setup-ruby#versioning):
@@ -38,7 +38,7 @@ jobs:
3838
name: Linters
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242
- name: Set up Ruby
4343
uses: ruby/setup-ruby@v1
4444
with:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.8
1+
ruby-4.0.2

Gemfile.lock

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (8.1.1)
5-
activesupport (= 8.1.1)
6-
activerecord (8.1.1)
7-
activemodel (= 8.1.1)
8-
activesupport (= 8.1.1)
4+
activemodel (8.1.3)
5+
activesupport (= 8.1.3)
6+
activerecord (8.1.3)
7+
activemodel (= 8.1.3)
8+
activesupport (= 8.1.3)
99
timeout (>= 0.4.0)
10-
activesupport (8.1.1)
10+
activesupport (8.1.3)
1111
base64
1212
bigdecimal
1313
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -20,7 +20,7 @@ GEM
2020
securerandom (>= 0.3)
2121
tzinfo (~> 2.0, >= 2.0.5)
2222
uri (>= 0.13.1)
23-
addressable (2.8.8)
23+
addressable (2.8.9)
2424
public_suffix (>= 2.0.2, < 8.0)
2525
base64 (0.3.0)
2626
bigdecimal (4.0.1)
@@ -31,7 +31,7 @@ GEM
3131
thread_safe (~> 0.3, >= 0.3.1)
3232
diff-lcs (1.6.2)
3333
drb (2.2.3)
34-
faraday (1.10.4)
34+
faraday (1.10.5)
3535
faraday-em_http (~> 1.0)
3636
faraday-em_synchrony (~> 1.0)
3737
faraday-excon (~> 1.1)
@@ -47,14 +47,14 @@ GEM
4747
faraday-em_synchrony (1.0.1)
4848
faraday-excon (1.1.0)
4949
faraday-httpclient (1.0.1)
50-
faraday-multipart (1.1.1)
50+
faraday-multipart (1.2.0)
5151
multipart-post (~> 2.0)
5252
faraday-net_http (1.0.2)
5353
faraday-net_http_persistent (1.2.0)
5454
faraday-patron (1.0.0)
5555
faraday-rack (1.0.0)
56-
faraday-retry (1.0.3)
57-
git (4.0.6)
56+
faraday-retry (1.0.4)
57+
git (4.3.1)
5858
activesupport (>= 5.0)
5959
addressable (~> 2.8)
6060
process_executer (~> 4.0)
@@ -76,7 +76,7 @@ GEM
7676
i18n (1.14.8)
7777
concurrent-ruby (~> 1.0)
7878
io-console (0.8.2)
79-
json (2.18.0)
79+
json (2.19.2)
8080
juwelier (2.4.9)
8181
builder
8282
bundler
@@ -94,31 +94,32 @@ GEM
9494
kamelcase (0.0.2)
9595
semver2 (~> 3)
9696
logger (1.7.0)
97-
minitest (6.0.0)
97+
minitest (6.0.2)
98+
drb (~> 2.0)
9899
prism (~> 1.5)
99-
multi_json (1.18.0)
100-
multi_xml (0.8.0)
100+
multi_json (1.19.1)
101+
multi_xml (0.8.1)
101102
bigdecimal (>= 3.1, < 5)
102103
multipart-post (2.4.1)
103104
mutex_m (0.3.0)
104105
nkf (0.2.0)
105-
nokogiri (1.18.10-arm64-darwin)
106+
nokogiri (1.19.2-arm64-darwin)
106107
racc (~> 1.4)
107-
nokogiri (1.18.10-x86_64-linux-gnu)
108+
nokogiri (1.19.2-x86_64-linux-gnu)
108109
racc (~> 1.4)
109110
oauth2 (1.4.11)
110111
faraday (>= 0.17.3, < 3.0)
111112
jwt (>= 1.0, < 3.0)
112113
multi_json (~> 1.3)
113114
multi_xml (~> 0.5)
114115
rack (>= 1.2, < 4)
115-
prism (1.7.0)
116-
process_executer (4.0.0)
116+
prism (1.9.0)
117+
process_executer (4.0.2)
117118
track_open_instances (~> 0.1)
118119
psych (3.3.4)
119-
public_suffix (7.0.0)
120+
public_suffix (7.0.5)
120121
racc (1.8.1)
121-
rack (3.2.4)
122+
rack (3.2.5)
122123
rake (13.3.1)
123124
rchardet (1.10.0)
124125
rdoc (6.3.4.1)
@@ -134,15 +135,15 @@ GEM
134135
rspec-expectations (3.13.5)
135136
diff-lcs (>= 1.2.0, < 2.0)
136137
rspec-support (~> 3.13.0)
137-
rspec-mocks (3.13.7)
138+
rspec-mocks (3.13.8)
138139
diff-lcs (>= 1.2.0, < 2.0)
139140
rspec-support (~> 3.13.0)
140-
rspec-support (3.13.6)
141+
rspec-support (3.13.7)
141142
ruby2_keywords (0.0.5)
142143
securerandom (0.4.1)
143144
semver2 (3.4.2)
144145
thread_safe (0.3.6)
145-
timeout (0.6.0)
146+
timeout (0.6.1)
146147
track_open_instances (0.1.15)
147148
tzinfo (2.0.6)
148149
concurrent-ruby (~> 1.0)
@@ -168,4 +169,4 @@ DEPENDENCIES
168169
yard
169170

170171
BUNDLED WITH
171-
4.0.3
172+
4.0.8

0 commit comments

Comments
 (0)