Skip to content

Commit af25c09

Browse files
committed
Ruby 3.3
1 parent 558941f commit af25c09

3 files changed

Lines changed: 64 additions & 42 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 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,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
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

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

Gemfile.lock

Lines changed: 60 additions & 38 deletions
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.3)
5+
activesupport (= 7.1.3.3)
6+
activerecord (7.1.3.3)
7+
activemodel (= 7.1.3.3)
8+
activesupport (= 7.1.3.3)
9+
timeout (>= 0.4.0)
10+
activesupport (7.1.3.3)
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)
20+
addressable (2.8.6)
1521
public_suffix (>= 2.0.2, < 6.0)
22+
base64 (0.2.0)
23+
bigdecimal (3.1.8)
1624
builder (3.2.4)
17-
concurrent-ruby (1.2.2)
25+
concurrent-ruby (1.3.1)
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)
@@ -41,8 +51,10 @@ GEM
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,10 +63,13 @@ 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.0.1)
67+
httpi (4.0.1)
68+
base64
69+
mutex_m
70+
nkf
71+
rack (>= 2.0, < 3.1)
72+
i18n (1.14.5)
5873
concurrent-ruby (~> 1.0)
5974
juwelier (2.4.9)
6075
builder
@@ -68,53 +83,60 @@ GEM
6883
rake
6984
rdoc
7085
semver2
71-
jwt (2.7.1)
86+
jwt (2.8.1)
87+
base64
7288
kamelcase (0.0.2)
7389
semver2 (~> 3)
74-
minitest (5.19.0)
90+
minitest (5.23.1)
7591
multi_json (1.15.0)
76-
multi_xml (0.6.0)
77-
multipart-post (2.3.0)
78-
nokogiri (1.15.4-arm64-darwin)
92+
multi_xml (0.7.1)
93+
bigdecimal (~> 3.1)
94+
multipart-post (2.4.1)
95+
mutex_m (0.2.0)
96+
nkf (0.2.0)
97+
nokogiri (1.16.5-arm64-darwin)
7998
racc (~> 1.4)
80-
nokogiri (1.15.4-x86_64-linux)
99+
nokogiri (1.16.5-x86_64-linux)
81100
racc (~> 1.4)
82101
oauth2 (1.4.11)
83102
faraday (>= 0.17.3, < 3.0)
84103
jwt (>= 1.0, < 3.0)
85104
multi_json (~> 1.3)
86105
multi_xml (~> 0.5)
87106
rack (>= 1.2, < 4)
107+
process_executer (1.1.0)
88108
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)
109+
public_suffix (5.0.5)
110+
racc (1.8.0)
111+
rack (3.0.11)
112+
rake (13.2.1)
93113
rchardet (1.8.0)
94-
rdoc (6.3.3)
114+
rdoc (6.3.4.1)
95115
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)
116+
rspec (3.13.0)
117+
rspec-core (~> 3.13.0)
118+
rspec-expectations (~> 3.13.0)
119+
rspec-mocks (~> 3.13.0)
120+
rspec-core (3.13.0)
121+
rspec-support (~> 3.13.0)
122+
rspec-expectations (3.13.0)
103123
diff-lcs (>= 1.2.0, < 2.0)
104-
rspec-support (~> 3.12.0)
105-
rspec-mocks (3.12.6)
124+
rspec-support (~> 3.13.0)
125+
rspec-mocks (3.13.1)
106126
diff-lcs (>= 1.2.0, < 2.0)
107-
rspec-support (~> 3.12.0)
108-
rspec-support (3.12.1)
127+
rspec-support (~> 3.13.0)
128+
rspec-support (3.13.1)
109129
ruby2_keywords (0.0.5)
110130
semver2 (3.4.2)
111131
thread_safe (0.3.6)
132+
timeout (0.4.1)
112133
tzinfo (2.0.6)
113134
concurrent-ruby (~> 1.0)
114-
yard (0.9.34)
135+
yard (0.9.36)
115136

116137
PLATFORMS
117138
arm64-darwin-22
139+
arm64-darwin-23
118140
x86_64-linux
119141

120142
DEPENDENCIES
@@ -129,4 +151,4 @@ DEPENDENCIES
129151
yard
130152

131153
BUNDLED WITH
132-
2.4.19
154+
2.5.11

0 commit comments

Comments
 (0)