Skip to content

Commit

Permalink
Merge pull request #340 from irasutoya-tools/misc/fixBuild
Browse files Browse the repository at this point in the history
💚 Fix build
  • Loading branch information
unhappychoice authored Jan 1, 2025
2 parents f806b35 + 122ed66 commit e2df348
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.4.1
- name: Install bundler
run: gem install bundler
- name: Install dependencies
Expand All @@ -21,13 +21,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.2.2', '3.1.4', '3.0.6', '2.7.8', '2.6.10']
ruby: ['3.4.1', '3.3.6', '3.2.5', '3.1.6', '3.0.7', '2.7.8', '2.6.10']
steps:
- uses: actions/checkout@master
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
rubygems: latest
- name: Install bundler
run: gem install bundler
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.4.1
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ GEM
ast_utils (0.1.0)
parser (~> 2.4)
thor (~> 0.19.4)
base64 (0.2.0)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
Expand Down Expand Up @@ -103,6 +104,7 @@ PLATFORMS
ruby

DEPENDENCIES
base64
bundler (~> 2.0)
codecov
guard
Expand All @@ -117,4 +119,4 @@ DEPENDENCIES
steep

BUNDLED WITH
2.1.4
2.4.14
1 change: 1 addition & 0 deletions irasutoya.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'nokogiri'

spec.add_development_dependency 'base64'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'codecov'
spec.add_development_dependency 'guard'
Expand Down

0 comments on commit e2df348

Please sign in to comment.