Skip to content

Commit

Permalink
Merge pull request danger#1449 from mataku/feature/stop-gitlab-specia…
Browse files Browse the repository at this point in the history
…l-management

No need to install gitlab for less than Ruby 2.5.0 #trivial
  • Loading branch information
orta committed Sep 19, 2023
2 parents adbf620 + 2c3f46a commit 905e742
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ gem "simplecov", "~> 0.18"
gem "test-queue"
gem "webmock", "~> 3.16.2"
gem "yard", "~> 0.9.11"

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.5.0")
gem "gitlab", "< 4.14.1"
end

0 comments on commit 905e742

Please sign in to comment.