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

Commit

Permalink
weaken Ruby version entry level
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Apr 1, 2021
1 parent e505c3e commit ece93c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dhs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- spec/*`.split("\n")
s.require_paths = ['lib']

s.requirements << 'Ruby >= 3.0.0'
s.required_ruby_version = '>= 3.0.0'
s.requirements << 'Ruby >= 2.7.2'
s.required_ruby_version = '>= 2.7.2'

s.add_dependency 'activemodel'
s.add_dependency 'activesupport', '>= 6'
Expand Down
2 changes: 1 addition & 1 deletion lib/dhs/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DHS
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit ece93c5

Please sign in to comment.