Skip to content

Commit f433241

Browse files
committed
Ruby 3.2 maintenance
1 parent 9357573 commit f433241

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

code_teams.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020

2121
spec.files = Dir['README.md', 'lib/**/*']
2222
spec.require_paths = ['lib']
23-
spec.required_ruby_version = '>= 2.6'
23+
spec.required_ruby_version = '>= 3.2'
2424

2525
spec.add_dependency 'sorbet-runtime'
2626

lib/code_teams.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# typed: strict
44

55
require 'yaml'
6-
require 'set'
76
require 'pathname'
87
require 'sorbet-runtime'
98
require 'code_teams/plugin'

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'pry'
33
require 'code_teams'
44

5-
Dir[File.expand_path('support/**/*.rb', __dir__)].sort.each { |f| require f }
5+
Dir[File.expand_path('support/**/*.rb', __dir__)].each { |f| require f }
66

77
RSpec.configure do |config|
88
# Enable flags like --only-failures and --next-failure

0 commit comments

Comments
 (0)