Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
RAILS_VERSION: ${{ inputs.rails }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- if: ${{ inputs.rails < '6.0.0' }}
run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev
- uses: ruby/setup-ruby@v1
Expand Down
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
*.DS_Store
*.gem
._*
.bundle/
Gemfile.lock
coverage
log/*.log
pkg/
spec/dummy/.sass-cache
spec/dummy/db/*.sqlite3
spec/dummy/log/*.log
spec/dummy/tmp/
spec/dummy/.sass-cache
coverage
Gemfile.lock
2 changes: 2 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#### Unreleased
* Use `actions/checkout@v6`
> emmahsax: https://github.com/emmahsax/okcomputer/pull/24
* Replace Ruby 3.5 with Ruby 4.0 in all rspec tests
> emmahsax: https://github.com/emmahsax/okcomputer/pull/22

Expand Down