Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile - gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa1bfab5910ba3e7daeffd235b6280da147236c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source "https://rubygems.org"

gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?

# If you have any plugins, put them here!
group :jekyll_plugins do
  gem "jekyll-paginate"
  gem "jekyll-sitemap"
  gem "jekyll-gist"
  gem "jekyll-feed"
  gem "jemoji"
  gem "jekyll-include-cache"
  gem "jekyll-algolia"
end