Skip to content

Commit

Permalink
Merge pull request #337 from gjtorikian/bump
Browse files Browse the repository at this point in the history
Bump rb-sys build system to correctly support 3.3+
  • Loading branch information
gjtorikian authored Jan 8, 2025
2 parents e93d8c4 + 41519d5 commit 6471915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.4.0
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 6471915

Please sign in to comment.