Skip to content

Commit b242f03

Browse files
committed
Ruby 3.3
1 parent 558941f commit b242f03

3 files changed

Lines changed: 35 additions & 19 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
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.2"]
22+
ruby-version: ["3.3"]
2323

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

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.0

Gemfile.lock

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (7.0.7.2)
5-
activesupport (= 7.0.7.2)
6-
activerecord (7.0.7.2)
7-
activemodel (= 7.0.7.2)
8-
activesupport (= 7.0.7.2)
9-
activesupport (7.0.7.2)
4+
abbrev (0.1.2)
5+
activemodel (7.1.2)
6+
activesupport (= 7.1.2)
7+
activerecord (7.1.2)
8+
activemodel (= 7.1.2)
9+
activesupport (= 7.1.2)
10+
timeout (>= 0.4.0)
11+
activesupport (7.1.2)
12+
base64
13+
bigdecimal
1014
concurrent-ruby (~> 1.0, >= 1.0.2)
15+
connection_pool (>= 2.2.5)
16+
drb
1117
i18n (>= 1.6, < 2)
1218
minitest (>= 5.1)
19+
mutex_m
1320
tzinfo (~> 2.0)
14-
addressable (2.8.5)
21+
addressable (2.8.6)
1522
public_suffix (>= 2.0.2, < 6.0)
23+
base64 (0.2.0)
24+
bigdecimal (3.1.5)
1625
builder (3.2.4)
1726
concurrent-ruby (1.2.2)
27+
connection_pool (2.4.1)
1828
descendants_tracker (0.0.4)
1929
thread_safe (~> 0.3, >= 0.3.1)
2030
diff-lcs (1.5.0)
31+
drb (2.2.0)
32+
ruby2_keywords
2133
faraday (1.10.3)
2234
faraday-em_http (~> 1.0)
2335
faraday-em_synchrony (~> 1.0)
@@ -41,7 +53,7 @@ GEM
4153
faraday-patron (1.0.0)
4254
faraday-rack (1.0.0)
4355
faraday-retry (1.0.3)
44-
git (1.18.0)
56+
git (1.19.0)
4557
addressable (~> 2.8)
4658
rchardet (~> 1.8)
4759
github_api (0.19.0)
@@ -51,7 +63,8 @@ GEM
5163
hashie (~> 3.5, >= 3.5.2)
5264
oauth2 (~> 1.0)
5365
hashie (3.6.0)
54-
highline (2.1.0)
66+
highline (3.0.0)
67+
abbrev
5568
httpi (3.0.1)
5669
rack
5770
i18n (1.14.1)
@@ -71,13 +84,14 @@ GEM
7184
jwt (2.7.1)
7285
kamelcase (0.0.2)
7386
semver2 (~> 3)
74-
minitest (5.19.0)
87+
minitest (5.21.1)
7588
multi_json (1.15.0)
7689
multi_xml (0.6.0)
7790
multipart-post (2.3.0)
78-
nokogiri (1.15.4-arm64-darwin)
91+
mutex_m (0.2.0)
92+
nokogiri (1.16.0-arm64-darwin)
7993
racc (~> 1.4)
80-
nokogiri (1.15.4-x86_64-linux)
94+
nokogiri (1.16.0-x86_64-linux)
8195
racc (~> 1.4)
8296
oauth2 (1.4.11)
8397
faraday (>= 0.17.3, < 3.0)
@@ -86,10 +100,10 @@ GEM
86100
multi_xml (~> 0.5)
87101
rack (>= 1.2, < 4)
88102
psych (3.3.4)
89-
public_suffix (5.0.3)
90-
racc (1.7.1)
103+
public_suffix (5.0.4)
104+
racc (1.7.3)
91105
rack (3.0.8)
92-
rake (13.0.6)
106+
rake (13.1.0)
93107
rchardet (1.8.0)
94108
rdoc (6.3.3)
95109
redcarpet (3.6.0)
@@ -109,12 +123,14 @@ GEM
109123
ruby2_keywords (0.0.5)
110124
semver2 (3.4.2)
111125
thread_safe (0.3.6)
126+
timeout (0.4.1)
112127
tzinfo (2.0.6)
113128
concurrent-ruby (~> 1.0)
114129
yard (0.9.34)
115130

116131
PLATFORMS
117132
arm64-darwin-22
133+
arm64-darwin-23
118134
x86_64-linux
119135

120136
DEPENDENCIES
@@ -129,4 +145,4 @@ DEPENDENCIES
129145
yard
130146

131147
BUNDLED WITH
132-
2.4.19
148+
2.5.4

0 commit comments

Comments
 (0)