Skip to content

Commit

Permalink
chore: set ruby 3.2, build with 3.2 and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarbezza committed Sep 26, 2024
1 parent 152ce7d commit 6eca17d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.2']
ruby-version: ['3.2', '3.3']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require:
- test_prof/rubocop

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.2
NewCops: enable

Naming/VariableNumber:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.1.3
ruby 3.2.3
2 changes: 1 addition & 1 deletion gobstones.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = 'Ruby implementation of the Gobstones programming language'
spec.description = 'Ruby implementation of the Gobstones programming language'

spec.required_ruby_version = '>= 2.7'
spec.required_ruby_version = '>= 3.2'
spec.required_rubygems_version = '>= 2.7.6'

spec.add_dependency 'treetop', '~> 1.6'
Expand Down

0 comments on commit 6eca17d

Please sign in to comment.