-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'master' into 'br-involuntary-term'
# Conflicts: # source/handbook/people-operations/index.html.md
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 13 additions, 7 deletions.gitlab-ci.yml
- .gitlab/issue_templates/Comparison page.md 12 additions, 0 deletions.gitlab/issue_templates/Comparison page.md
- .gitlab/merge_request_templates/Comparison page.md 10 additions, 0 deletions.gitlab/merge_request_templates/Comparison page.md
- .gitlab/merge_request_templates/Release-Post.md 72 additions, 0 deletions.gitlab/merge_request_templates/Release-Post.md
- .rspec 3 additions, 0 deletions.rspec
- Gemfile 4 additions, 6 deletionsGemfile
- Gemfile.lock 57 additions, 45 deletionsGemfile.lock
- LICENCE 1 addition, 1 deletionLICENCE
- README.md 197 additions, 34 deletionsREADME.md
- comparison_pdfs.sh 1 addition, 1 deletioncomparison_pdfs.sh
- config.rb 16 additions, 74 deletionsconfig.rb
- data/applications.yml 48 additions, 5 deletionsdata/applications.yml
- data/comparisons/gitlab_ce_ee_vs_bitbucket_server.yml 22 additions, 4 deletionsdata/comparisons/gitlab_ce_ee_vs_bitbucket_server.yml
- data/comparisons/gitlab_ce_vs_gitlab_ee.yml 13 additions, 1 deletiondata/comparisons/gitlab_ce_vs_gitlab_ee.yml
- data/comparisons/gitlab_com_vs_bitbucket_org.yml 14 additions, 2 deletionsdata/comparisons/gitlab_com_vs_bitbucket_org.yml
- data/comparisons/gitlab_ee_vs_github_enterprise.yml 33 additions, 9 deletionsdata/comparisons/gitlab_ee_vs_github_enterprise.yml
- data/comparisons/gitlab_ees_vs_gitlab_eep.yml 101 additions, 11 deletionsdata/comparisons/gitlab_ees_vs_gitlab_eep.yml
- data/comparisons/gitlab_issueboards_vs_asana.yml 47 additions, 0 deletionsdata/comparisons/gitlab_issueboards_vs_asana.yml
- data/comparisons/gitlab_issueboards_vs_trello.yml 50 additions, 0 deletionsdata/comparisons/gitlab_issueboards_vs_trello.yml
- data/comparisons/gitlab_merge_request_vs_github_pull_request.yml 149 additions, 0 deletions...mparisons/gitlab_merge_request_vs_github_pull_request.yml
.gitlab/issue_templates/Comparison page.md
0 → 100644
.rspec
0 → 100644
Loading
| Loading
| @@ -9,7 +9,7 @@ gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw, :x64_mingw] |
gem 'tzinfo-data', platforms: [:mswin, :mingw, :x64_mingw, :jruby] | ||
# Middleman Gems | ||
gem "middleman", "~> 4.1" | ||
gem "middleman", "~> 4.2" | ||
gem "middleman-blog", git: "https://github.com/middleman/middleman-blog.git" | ||
gem "middleman-livereload" | ||
gem "middleman-minify-html" | ||
Loading
| Loading
| @@ -19,11 +19,8 @@ gem "middleman-syntax" |
gem 'kramdown', '~> 1.10' | ||
gem 'nokogiri' | ||
# therubyracer does not compile on Windows. According to this post: | ||
# http://stackoverflow.com/questions/6356450/therubyracer-gem-on-windows#comment7926287_6356450 | ||
# ... looks like it is not needed when we are not deploying. | ||
# So, Windows users can safely comment this gem to run `bundle install`, then `bundle exec middleman` | ||
gem 'therubyracer' | ||
# Replacement of therubyracer | ||
gem 'mini_racer', '~> 0.1' | ||
# For feed.xml.builder | ||
gem "builder", "~> 3.0" | ||
Loading
| Loading
| @@ -35,4 +32,5 @@ group :development, :test do |
gem 'docopt' | ||
gem 'scss_lint', require: false | ||
gem 'yaml-lint', require: false | ||
gem 'rspec', '~> 3.5', require: false | ||
end |
Please register or sign in to comment