-
- Downloads
Revert "Merge branch 'bojan/update-ruby' into 'master'"
parent
2e90bbc4
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- .ruby-version 1 addition, 1 deletion.ruby-version
- .tool-versions 1 addition, 1 deletion.tool-versions
- Gemfile 8 additions, 8 deletionsGemfile
- Gemfile.lock 36 additions, 44 deletionsGemfile.lock
- lib/categories/categories_yml_link_checker.rb 1 addition, 2 deletionslib/categories/categories_yml_link_checker.rb
- lib/category.rb 1 addition, 2 deletionslib/category.rb
- lib/lint/schema.rb 1 addition, 2 deletionslib/lint/schema.rb
- lib/team/yaml.rb 1 addition, 2 deletionslib/team/yaml.rb
- scripts/add-division-team-member-yaml.rb 1 addition, 1 deletionscripts/add-division-team-member-yaml.rb
- sites/uncategorized/source/community/core-team/index.html.haml 6 additions, 3 deletions.../uncategorized/source/community/core-team/index.html.haml
- sites/uncategorized/source/includes/product/maturity_legend.html.haml 14 additions, 9 deletions...gorized/source/includes/product/maturity_legend.html.haml
- spec/lib/team/yaml_spec.rb 1 addition, 1 deletionspec/lib/team/yaml_spec.rb
- spec/spec_helper.rb 1 addition, 0 deletionsspec/spec_helper.rb
... | ... | @@ -11,13 +11,13 @@ gem 'wdm', '~> 0.1.0', platforms: %i[mswin mingw x64_mingw] |
gem 'tzinfo-data', platforms: %i[mswin mingw x64_mingw jruby] | ||
# Middleman Gems | ||
gem 'middleman', '~> 4.5.1' | ||
gem 'middleman-blog', '~> 4.0.3' | ||
gem 'middleman-livereload', '~> 3.4.7' | ||
gem 'middleman', '~> 4.4' | ||
gem 'middleman-blog', '~> 4.0' | ||
gem 'middleman-livereload', '~> 3.4.6' | ||
gem 'middleman-minify-html', '~> 3.4.1' | ||
gem 'middleman-autoprefixer', '~> 3.0.0' | ||
gem 'middleman-syntax', '~> 3.4.0' | ||
gem "middleman-inline_svg", '~> 0.1.2' | ||
gem 'middleman-autoprefixer' | ||
gem 'middleman-syntax', '~> 3.0.0' | ||
gem "middleman-inline_svg" | ||
gem 'asciidoctor-plantuml', '0.0.9' | ||
gem 'kramdown', '>= 2.3.1' | ||
... | ... | @@ -41,7 +41,7 @@ gem 'faraday_middleware-parse_oj', '~> 0.3' |
# Gitlab API access | ||
gem 'gitlab', '~> 4.18.0' | ||
gem 'graphql-client', '~> 0.25' | ||
gem 'graphql-client', '~> 0.16' | ||
# Greenhouse API | ||
gem 'greenhouse_io-gitlab', '~> 2.5.6' | ||
... | ... | @@ -73,5 +73,5 @@ group :development, :test do |
gem 'pry-byebug', '~> 3.9.0' | ||
gem 'timecop', '~> 0.9.4' | ||
gem 'lefthook', '~> 1.2.4', require: false | ||
gem 'gitlab-dangerfiles', '~> 4.8.1' | ||
gem 'gitlab-dangerfiles', '~> 4.8.0' | ||
end |
Please register or sign in to comment