This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/libcloud-site.git
commit d6d078b5cf96ee1751fb96fd3df8b00c3232610f Author: Tomaz Muraus <[email protected]> AuthorDate: Mon Mar 28 23:51:45 2022 +0200 Remove gems which are not needed. --- Gemfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0b65a7d..fd274d5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,7 @@ source "http://rubygems.org" group :development do - #gem 'rake', '~> 11.2.2' gem 'jekyll', '~> 4.2.2' - #gem 'yajl-ruby', '~> 1.4.1' - #gem 'json', '~> 2.6.1' # Markdown renderer gem 'kramdown', '~> 2.3.0' # Syntax highlighter
