Skip to content

Commit

Permalink
Fix gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrochiarini committed Oct 8, 2024
1 parent 32e5de3 commit ef1fafe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.2.2"
gem "jekyll", "~> 4.3.1"
#
# gem “jekyll”, github: “jekyll/jekyll”, ref: “refs/pull/9248/head”


# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
Expand Down Expand Up @@ -38,7 +42,4 @@ gem "jekyll-sitemap"
gem "json"
gem "sassc"


# frozen_string_literal: true

source "https://rubygems.org"
# source "https://rubygems.org"

0 comments on commit ef1fafe

Please sign in to comment.