Skip to content

Commit

Permalink
Merge pull request #138 from buty4649/use-ruby-3.3
Browse files Browse the repository at this point in the history
Use ruby 3.3!
  • Loading branch information
buty4649 authored Jan 3, 2024
2 parents da29187 + b69aadd commit 50974c4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
- name: Install dependencies
run: bundle install
- name: Run rubocop
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- name: build
run: rake build:${{ matrix.os }}-${{ matrix.arch }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- name: Install dependencies
run: bundle install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- name: Build assets
run: rake build:assets
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require: rubocop-rspec

AllCops:
NewCops: enable
TargetRubyVersion: 3.2
TargetRubyVersion: 3.3
SuggestExtensions: false
Exclude:
- build/**/*
Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ GEM
cucumber-messages (>= 18.0, < 22.1)
cucumber-messages (22.0.0)
cucumber-tag-expressions (5.0.6)
debug_inspector (1.1.0)
debug_inspector (1.2.0)
diff-lcs (1.5.0)
ffi (1.16.3)
ffi (1.16.3-x64-mingw-ucrt)
json (2.7.1)
language_server-protocol (3.17.0.3)
mini_mime (1.1.5)
Expand Down Expand Up @@ -75,7 +74,7 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-parameterized (1.0.0)
Expand All @@ -86,7 +85,7 @@ GEM
proc_to_ast
rspec (>= 2.13, < 4)
unparser
rspec-parameterized-table_syntax (1.0.0)
rspec-parameterized-table_syntax (1.0.1)
binding_of_caller
rspec-parameterized-core (< 2)
rspec-support (3.12.1)
Expand All @@ -103,7 +102,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
Expand All @@ -116,9 +115,9 @@ GEM
ffi (~> 1.1)
thor (1.3.0)
unicode-display_width (2.5.0)
unparser (0.6.7)
unparser (0.6.10)
diff-lcs (~> 1.3)
parser (>= 3.2.0)
parser (>= 3.2.2.4)

PLATFORMS
x64-mingw-ucrt
Expand All @@ -135,4 +134,4 @@ DEPENDENCIES
rubocop-rspec

BUNDLED WITH
2.4.10
2.5.3

0 comments on commit 50974c4

Please sign in to comment.