Skip to content

Commit

Permalink
Add support for Ruby 2.7 again
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 12, 2025
1 parent cbb89ef commit cc73642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rubygems-requirements-system/system-repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
module RubyGemsRequirementsSystem
class SystemRepository
attr_reader :id
protected attr_reader :properties
attr_reader :properties
protected :properties
def initialize(id, properties)
@id = id
@properties = properties
Expand Down

0 comments on commit cc73642

Please sign in to comment.