Skip to content

Commit

Permalink
Revert "gemspec: allow 3.2+"
Browse files Browse the repository at this point in the history
This reverts commit f48eaef.
  • Loading branch information
gjtorikian committed Jan 8, 2023
1 parent a18b3e1 commit 8af6c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonmarker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.homepage = "https://github.com/gjtorikian/commonmarker"

spec.required_ruby_version = ">= 3.1"
spec.required_ruby_version = "~> 3.1"
# https://github.com/rubygems/rubygems/pull/5852#issuecomment-1231118509
spec.required_rubygems_version = ">= 3.3.22"

Expand Down

2 comments on commit 8af6c97

@kivikakk
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, lol. Can you tell it's been a while since I applied my brain to anything semver-ish?

@gjtorikian
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all good! it's not great that everyone has their quirky own syntax, either.

Please sign in to comment.