Skip to content

Commit

Permalink
Add jobs helpers (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon authored Sep 6, 2024
1 parent 1012677 commit 89d46dd
Show file tree
Hide file tree
Showing 18 changed files with 344 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
ruby: ["3.1", "3.2", "3.3"]

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inherit_gem:

AllCops:
DisplayCopNames: true
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
SuggestExtensions: false

Naming/MethodParameterName:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "activesupport"
gem "bundler"
gem "ci-helper"
gem "http"
gem "net-pop", github: "ruby/net-pop" # See https://stackoverflow.com/questions/78617432/strange-bundle-update-issue-disappearing-net-pop-0-1-2-dependency
gem "net-pop"
gem "nokogiri"
gem "nori"
gem "pg"
Expand Down
Loading

0 comments on commit 89d46dd

Please sign in to comment.