Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
radanskoric committed Aug 30, 2023
1 parent eff3ea6 commit e7fcc40
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 174 deletions.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ ruby RUBY_VERSION
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
# gem "jekyll", "3.4.1"
# gem "jekyll", "4.3.2"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
gem "minima", "~> 2.5"

# This is needed because since Ruby 3.0 webrick is no longer a bundled gem.
gem "webrick", group: :development

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Expand Down
Loading

0 comments on commit e7fcc40

Please sign in to comment.