Skip to content

Commit

Permalink
Require Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Oct 16, 2024
1 parent 3c8adf5 commit 668f94e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.1', '3.2', '3.3']
ruby: ['3.2', '3.3']
services:
postgres:
image: postgres:latest
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require:

AllCops:
NewCops: enable
TargetRubyVersion: 3.1
TargetRubyVersion: 3.2
Exclude:
- 'spec/internal/config/**/*'
- 'spec/internal/db/**/*'
Expand Down
2 changes: 1 addition & 1 deletion dis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

s.files = Dir["{lib}/**/*", "MIT-LICENSE", "README.md"]

s.required_ruby_version = ">= 3.1.0"
s.required_ruby_version = ">= 3.2.0"

s.add_dependency "fog-core", "~> 2.1.2"
s.add_dependency "fog-local"
Expand Down

0 comments on commit 668f94e

Please sign in to comment.