Skip to content

Commit

Permalink
feat: drop ruby 2.7 support; add ruby 3.3 support
Browse files Browse the repository at this point in the history
Signed-off-by: David Looi <[email protected]>
  • Loading branch information
davelooi committed Jun 5, 2024
1 parent 32df1aa commit c3954c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ruby: [ '2.7', '3.1', '3.2' ]
ruby: [ '3.0', '3.1', '3.2', '3.3' ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion bsb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.7.7'
spec.required_ruby_version = '>= 3.0.0'

spec.add_dependency 'activemodel'

Expand Down

0 comments on commit c3954c6

Please sign in to comment.