Skip to content

Commit

Permalink
Removed unnecessary steps for Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 27, 2024
1 parent 34c798e commit cafe640
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: |
gem install bundler --no-document -v '2.4.22'
if: matrix.ruby == '2.7'
- run: |
gem update --system --no-document
if: matrix.ruby != '2.7'
- name: Install dependencies
run: |
echo 'gemspec' > Gemfile.local
Expand Down

0 comments on commit cafe640

Please sign in to comment.