Skip to content

Commit

Permalink
fix: using Data classes restricts to ruby 3.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekStride committed Jun 28, 2024
1 parent bf06bed commit 3142545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0']
ruby-version: ['3.2']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion sql_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "Collection of tools for working with SQL ASTs."
spec.homepage = "https://github.com/derekstride/sql_tools"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0"
spec.required_ruby_version = ">= 3.2"

spec.metadata["allowed_push_host"] = "https://rubygems.org"

Expand Down

0 comments on commit 3142545

Please sign in to comment.