Skip to content

Commit

Permalink
Fix github actions CI config to work with Ruby 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Jan 28, 2025
1 parent 3c5adf6 commit 5fd1956
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
name: Rspec and Rubocop
timeout-minutes: 3
strategy:
matrix:
ruby:
- '3.2.2'

steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
docile (1.4.1)
dotenv (3.1.7)
ffi (1.17.1-x86_64-linux-gnu)
foobara-rubocop-rules (0.0.5)
foobara-rubocop-rules (0.0.6)
rubocop
rubocop-rspec
formatador (1.1.0)
Expand All @@ -35,11 +35,11 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
lumberjack (1.2.10)
method_source (1.1.0)
nenv (0.3.0)
Expand All @@ -48,7 +48,7 @@ GEM
shellany (~> 0.0)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand Down Expand Up @@ -80,7 +80,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -90,11 +90,11 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.3.0)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
shellany (0.0.1)
Expand All @@ -105,7 +105,7 @@ GEM
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
thor (1.3.2)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

Expand Down

0 comments on commit 5fd1956

Please sign in to comment.