Skip to content

Commit

Permalink
fix: fix up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrfrts committed Oct 16, 2024
1 parent 6cf18a5 commit 40a0ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jekyll-theme-bean.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_data|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }

spec.required_ruby_version = "~> 3.3.5"
spec.required_rubygems_version = "~> 3.5"
spec.required_ruby_version = "~> 3.1"
spec.required_rubygems_version = "~> 3.2"

spec.add_runtime_dependency "jekyll", "~> 4.3"
spec.add_runtime_dependency "jekyll-feed", "~> 0.12"
Expand Down

0 comments on commit 40a0ef5

Please sign in to comment.