-
- Downloads
There was a problem fetching the pipeline summary.
No related branches found
No related tags found
Pipeline #
Showing
- .gitlab-ci.yml 38 additions, 12 deletions.gitlab-ci.yml
- Appraisals 7 additions, 0 deletionsAppraisals
- Gemfile 1 addition, 0 deletionsGemfile
- Rakefile 2 additions, 1 deletionRakefile
- gemfiles/rails_42.gemfile 30 additions, 0 deletionsgemfiles/rails_42.gemfile
- gemfiles/rails_50.gemfile 30 additions, 0 deletionsgemfiles/rails_50.gemfile
- gitlab_git.gemspec 1 addition, 1 deletiongitlab_git.gemspec
Appraisals
0 → 100644
Loading
| Loading
| @@ -22,4 +22,5 @@ end |
group :development, :test do | ||
gem 'bundler-audit', '~> 0.5.0', require: false | ||
gem "appraisal" | ||
end |
gemfiles/rails_42.gemfile
0 → 100644
gemfiles/rails_50.gemfile
0 → 100644
Loading
| Loading
| @@ -12,7 +12,7 @@ Gem::Specification.new do |s| |
'https://gitlab.com/gitlab-org/gitlab_git' | ||
s.add_dependency("github-linguist", "~> 4.7.0") | ||
s.add_dependency("activesupport", "~> 4.0") | ||
s.add_dependency("activesupport", ">= 4.0") | ||
s.add_dependency("rugged", "~> 0.24.0") | ||
s.add_dependency("charlock_holmes", "~> 0.7.3") | ||
s.add_development_dependency("listen", "~> 3.0.6") | ||
Loading
| Loading
|
Please register or sign in to comment