Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Feb 9, 2024
2 parents 06c48a5 + 4598171 commit 6fa4ce5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.1'
- run: bundle update
- run: bundle exec rake
- uses: codecov/codecov-action@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
name: test
strategy:
matrix:
os: [ubuntu-20.04]
ruby: [3.2]
os: [ubuntu-22.04]
ruby: [3.1.0]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ gem 'octokit', '8.0.0'
gem 'pdd', '0.23.2'
gem 'rack', '3.0.9'
gem 'rack-test', '2.1.0'
gem 'rackup', '2.1.0'
gem 'rake', '13.1.0', require: false
gem 'rubocop', '1.60.2', require: false
gem 'rubocop-rspec', '2.26.1', require: false
Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ GEM
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rake (13.1.0)
rb-fsevent (0.11.2)
Expand Down Expand Up @@ -253,6 +256,7 @@ DEPENDENCIES
pdd (= 0.23.2)
rack (= 3.0.9)
rack-test (= 2.1.0)
rackup (= 2.1.0)
rake (= 13.1.0)
rubocop (= 1.60.2)
rubocop-rspec (= 2.26.1)
Expand All @@ -269,4 +273,4 @@ DEPENDENCIES
xcop (= 0.7.1)

BUNDLED WITH
2.3.17
2.4.10

0 comments on commit 6fa4ce5

Please sign in to comment.