Skip to content

Commit 09e48a0

Browse files
committed
Ruby 3.3
1 parent 558941f commit 09e48a0

File tree

3 files changed

+71
-45
lines changed

3 files changed

+71
-45
lines changed

.github/workflows/ruby.yml

+3-3
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,11 +42,11 @@ 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: |
49-
gem install rubocop-rspec rubocop-performance rubocop-rake rubocop-md
49+
gem install rubocop-rails rubocop-rspec rubocop-performance rubocop-md rubocop-rake rubocop-graphql rubocop-rspec_rails rubocop-sidekiq rubocop-yard rubocop-factory_bot
5050
git clone https://gist.github.com/65e21b9e8b0d1db285dcb4fc627b98fa.git .rubocop
5151
cp .rubocop/.rubocop.yml .rubocop-ruby.yml
5252
git clone https://gist.github.com/14cfa24d53c12bf385871e9b93b95c37.git .rubocop-rspec

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.4

Gemfile.lock

+67-41
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
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+
activemodel (7.1.3.4)
5+
activesupport (= 7.1.3.4)
6+
activerecord (7.1.3.4)
7+
activemodel (= 7.1.3.4)
8+
activesupport (= 7.1.3.4)
9+
timeout (>= 0.4.0)
10+
activesupport (7.1.3.4)
11+
base64
12+
bigdecimal
1013
concurrent-ruby (~> 1.0, >= 1.0.2)
14+
connection_pool (>= 2.2.5)
15+
drb
1116
i18n (>= 1.6, < 2)
1217
minitest (>= 5.1)
18+
mutex_m
1319
tzinfo (~> 2.0)
14-
addressable (2.8.5)
15-
public_suffix (>= 2.0.2, < 6.0)
16-
builder (3.2.4)
17-
concurrent-ruby (1.2.2)
20+
addressable (2.8.7)
21+
public_suffix (>= 2.0.2, < 7.0)
22+
base64 (0.2.0)
23+
bigdecimal (3.1.8)
24+
builder (3.3.0)
25+
concurrent-ruby (1.3.3)
26+
connection_pool (2.4.1)
1827
descendants_tracker (0.0.4)
1928
thread_safe (~> 0.3, >= 0.3.1)
20-
diff-lcs (1.5.0)
29+
diff-lcs (1.5.1)
30+
drb (2.2.1)
2131
faraday (1.10.3)
2232
faraday-em_http (~> 1.0)
2333
faraday-em_synchrony (~> 1.0)
@@ -36,13 +46,15 @@ GEM
3646
faraday-httpclient (1.0.1)
3747
faraday-multipart (1.0.4)
3848
multipart-post (~> 2)
39-
faraday-net_http (1.0.1)
49+
faraday-net_http (1.0.2)
4050
faraday-net_http_persistent (1.2.0)
4151
faraday-patron (1.0.0)
4252
faraday-rack (1.0.0)
4353
faraday-retry (1.0.3)
44-
git (1.18.0)
54+
git (2.1.1)
55+
activesupport (>= 5.0)
4556
addressable (~> 2.8)
57+
process_executer (~> 1.1)
4658
rchardet (~> 1.8)
4759
github_api (0.19.0)
4860
addressable (~> 2.4)
@@ -51,11 +63,16 @@ GEM
5163
hashie (~> 3.5, >= 3.5.2)
5264
oauth2 (~> 1.0)
5365
hashie (3.6.0)
54-
highline (2.1.0)
55-
httpi (3.0.1)
56-
rack
57-
i18n (1.14.1)
66+
highline (3.1.0)
67+
reline
68+
httpi (4.0.4)
69+
base64
70+
mutex_m
71+
nkf
72+
rack (>= 2.0, < 4)
73+
i18n (1.14.5)
5874
concurrent-ruby (~> 1.0)
75+
io-console (0.7.2)
5976
juwelier (2.4.9)
6077
builder
6178
bundler
@@ -68,53 +85,62 @@ GEM
6885
rake
6986
rdoc
7087
semver2
71-
jwt (2.7.1)
88+
jwt (2.8.2)
89+
base64
7290
kamelcase (0.0.2)
7391
semver2 (~> 3)
74-
minitest (5.19.0)
92+
minitest (5.24.1)
7593
multi_json (1.15.0)
76-
multi_xml (0.6.0)
77-
multipart-post (2.3.0)
78-
nokogiri (1.15.4-arm64-darwin)
94+
multi_xml (0.7.1)
95+
bigdecimal (~> 3.1)
96+
multipart-post (2.4.1)
97+
mutex_m (0.2.0)
98+
nkf (0.2.0)
99+
nokogiri (1.16.7-arm64-darwin)
79100
racc (~> 1.4)
80-
nokogiri (1.15.4-x86_64-linux)
101+
nokogiri (1.16.7-x86_64-linux)
81102
racc (~> 1.4)
82103
oauth2 (1.4.11)
83104
faraday (>= 0.17.3, < 3.0)
84105
jwt (>= 1.0, < 3.0)
85106
multi_json (~> 1.3)
86107
multi_xml (~> 0.5)
87108
rack (>= 1.2, < 4)
109+
process_executer (1.1.0)
88110
psych (3.3.4)
89-
public_suffix (5.0.3)
90-
racc (1.7.1)
91-
rack (3.0.8)
92-
rake (13.0.6)
111+
public_suffix (6.0.1)
112+
racc (1.8.1)
113+
rack (3.1.7)
114+
rake (13.2.1)
93115
rchardet (1.8.0)
94-
rdoc (6.3.3)
116+
rdoc (6.3.4.1)
95117
redcarpet (3.6.0)
96-
rspec (3.12.0)
97-
rspec-core (~> 3.12.0)
98-
rspec-expectations (~> 3.12.0)
99-
rspec-mocks (~> 3.12.0)
100-
rspec-core (3.12.2)
101-
rspec-support (~> 3.12.0)
102-
rspec-expectations (3.12.3)
118+
reline (0.5.9)
119+
io-console (~> 0.5)
120+
rspec (3.13.0)
121+
rspec-core (~> 3.13.0)
122+
rspec-expectations (~> 3.13.0)
123+
rspec-mocks (~> 3.13.0)
124+
rspec-core (3.13.0)
125+
rspec-support (~> 3.13.0)
126+
rspec-expectations (3.13.1)
103127
diff-lcs (>= 1.2.0, < 2.0)
104-
rspec-support (~> 3.12.0)
105-
rspec-mocks (3.12.6)
128+
rspec-support (~> 3.13.0)
129+
rspec-mocks (3.13.1)
106130
diff-lcs (>= 1.2.0, < 2.0)
107-
rspec-support (~> 3.12.0)
108-
rspec-support (3.12.1)
131+
rspec-support (~> 3.13.0)
132+
rspec-support (3.13.1)
109133
ruby2_keywords (0.0.5)
110134
semver2 (3.4.2)
111135
thread_safe (0.3.6)
136+
timeout (0.4.1)
112137
tzinfo (2.0.6)
113138
concurrent-ruby (~> 1.0)
114-
yard (0.9.34)
139+
yard (0.9.36)
115140

116141
PLATFORMS
117142
arm64-darwin-22
143+
arm64-darwin-23
118144
x86_64-linux
119145

120146
DEPENDENCIES
@@ -129,4 +155,4 @@ DEPENDENCIES
129155
yard
130156

131157
BUNDLED WITH
132-
2.4.19
158+
2.5.16

0 commit comments

Comments
 (0)