Skip to content

Commit

Permalink
Merge pull request #1 from dribbble/patrick/get-ci-working
Browse files Browse the repository at this point in the history
Fix that bundler isn't installing in CI for Ruby 2.7
  • Loading branch information
pbyrne authored Jan 30, 2024
2 parents ec24ca7 + 993e058 commit 9f2f43c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler: none # Unsure why Bundler 2.4.22 won't install in CI for Ruby 2.7, but let's just use the built-in version of Bundler for each of our supported versions for the time being
- name: Run the default task
run: bundle exec rake
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 2.7.8
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
unicode-display_width (2.5.0)

PLATFORMS
arm64-darwin-23
ruby

DEPENDENCIES
memo_pad!
Expand Down

0 comments on commit 9f2f43c

Please sign in to comment.