Skip to content

Commit

Permalink
delete Gemfile.lock from repository (#525)
Browse files Browse the repository at this point in the history
* delete Gemfile.lock

* update Gemfile
  • Loading branch information
haroon10725 authored Oct 31, 2024
1 parent 97facd0 commit 1dd0e41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 285 deletions.
17 changes: 11 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
source "https://rubygems.org"
gem 'github-pages', group: :jekyll_plugins
gem 'bundler'
gem 'jekyll'
gem 'jekyll-sitemap'
gem "webrick", "~> 1.7"
gem "rake", "~> 12.3.1"
gem "jekyll", "~> 4.3.4"
gem "minima", "~> 2.5"
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
279 changes: 0 additions & 279 deletions Gemfile.lock

This file was deleted.

0 comments on commit 1dd0e41

Please sign in to comment.