Skip to content

Commit dee6145

Browse files
committed
remove 3.1 ruby
1 parent fbf5073 commit dee6145

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.1'
1817
- '3.2'
1918
- '3.3'
2019
- '3.4'

json_mend.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
'such as missing quotes, trailing commas, unescaped characters, and stray comments'
1717
].join(' ')
1818
spec.homepage = 'https://github.com/le0pard/json_mend'
19-
spec.required_ruby_version = '>= 3.1.0'
19+
spec.required_ruby_version = '>= 3.2.0'
2020

2121
spec.metadata['homepage_uri'] = spec.homepage
2222
spec.metadata['source_code_uri'] = 'https://github.com/le0pard/json_mend'

lib/json_mend/parser.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

33
require 'strscan'
4-
require 'set'
54

65
# Root module
76
module JsonMend

0 commit comments

Comments
 (0)