Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit ece93c5

Browse files
committed
weaken Ruby version entry level
1 parent e505c3e commit ece93c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dhs.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Gem::Specification.new do |s|
1919
s.test_files = `git ls-files -- spec/*`.split("\n")
2020
s.require_paths = ['lib']
2121

22-
s.requirements << 'Ruby >= 3.0.0'
23-
s.required_ruby_version = '>= 3.0.0'
22+
s.requirements << 'Ruby >= 2.7.2'
23+
s.required_ruby_version = '>= 2.7.2'
2424

2525
s.add_dependency 'activemodel'
2626
s.add_dependency 'activesupport', '>= 6'

lib/dhs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DHS
4-
VERSION = '1.0.0'
4+
VERSION = '1.0.1'
55
end

0 commit comments

Comments
 (0)