Skip to content

Commit

Permalink
drop ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpep committed Apr 7, 2024
1 parent 4eae918 commit aab457b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [ 3.1, 3.0, 2.7 ]
ruby-version: [ 3, 3.1, "3.0" ]

name: Ruby ${{ matrix.ruby-version }}

Expand Down
2 changes: 2 additions & 0 deletions rspec-uuid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Gem::Specification.new do |s|
s.summary = package.to_s
s.version = package.const_get "VERSION"

s.required_ruby_version = ">= 3"

s.add_dependency "rspec-expectations", ">= 3"

s.add_development_dependency "activesupport"
Expand Down

0 comments on commit aab457b

Please sign in to comment.