Skip to content

Commit

Permalink
Update gem version to 0.4.9
Browse files Browse the repository at this point in the history
no-style-please v0.4.8 was yanked as it was an accidental push and didn't reflect the correct versions of its dependencies.
  • Loading branch information
tanvincible committed Jan 1, 2025
1 parent 48c13ee commit 5a4c17e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion no-style-please.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "no-style-please"
spec.version = "0.4.8"
spec.version = "0.4.9"
spec.authors = ["Riccardo Graziosi"]
spec.email = ["[email protected]"]

Expand All @@ -16,4 +16,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll-feed", "~> 0.17.0"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.8.0"

spec.required_ruby_version = '>= 3.4'
end

0 comments on commit 5a4c17e

Please sign in to comment.