Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Aug 15, 2024
1 parent a4e8466 commit 44343d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.0
bundler-cache: true
- name: build
run: script/bootstrap
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
cache: bundler
rvm: 2.6
rvm: 3.0

install: script/bootstrap
script: script/cibuild
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -e
# npm ci
gem install bundler -v 2.4.22
gem install bundler -v 2.5.17
bundle install

0 comments on commit 44343d5

Please sign in to comment.