Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Feb 25, 2024
1 parent 7d8fd10 commit 24e4890
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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', head]
ruby: ['3.0', '3.1', '3.2', '3.3', head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ gem 'rails', '>= 7.0'
gem 'rbs', '>= 3'
gem 'steep', '>= 1.4'
gem 'minitest'
gem 'abbrev'
gem 'mutex_m'
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
abbrev (0.1.2)
actioncable (7.0.5)
actionpack (= 7.0.5)
activesupport (= 7.0.5)
Expand Down Expand Up @@ -105,6 +106,7 @@ GEM
mini_mime (1.1.2)
mini_portile2 (2.8.2)
minitest (5.15.0)
mutex_m (0.2.0)
net-imap (0.3.4)
date
net-protocol
Expand Down Expand Up @@ -189,7 +191,9 @@ PLATFORMS
ruby

DEPENDENCIES
abbrev
minitest
mutex_m
rails (>= 7.0)
rake (~> 13.0)
rbs (>= 3)
Expand Down

0 comments on commit 24e4890

Please sign in to comment.