Skip to content

Commit

Permalink
Update node & postgres in the workflow, fix rubocop complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
pch committed Jan 21, 2024
1 parent d355b91 commit 9d3cbcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14
image: postgres:15
env:
POSTGRES_DB: rails_test
POSTGRES_USER: rails
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 16.13.0
node-version: 18.16.0
cache: "yarn"

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ source "https://rubygems.org"

ruby "3.2.2"

gem "rails", "~> 7.1.3"
gem "sprockets-rails"
gem "pg", "~> 1.1"
gem "puma", ">= 5.0"
gem "rails", "~> 7.1.3"
gem "redis", ">= 4.0.1"
gem "sprockets-rails"

gem "sidekiq"
gem "sidekiq-failures"
Expand Down

0 comments on commit 9d3cbcc

Please sign in to comment.