Skip to content

Commit

Permalink
Address issue with Ruby 3.3+ installs
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jan 8, 2025
1 parent 8e7bcfc commit 41519d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2"
spec.required_rubygems_version = "~> 3.4"

spec.files = ["LICENSE.txt", "README.md", "Cargo.lock", "Cargo.toml"]
Expand Down
2 changes: 1 addition & 1 deletion lib/commonmarker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Commonmarker
VERSION = "2.0.2"
VERSION = "2.0.2.1"
end

0 comments on commit 41519d5

Please sign in to comment.