1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-07-10 05:11:17 +02:00

gem: do not restrict Bundler version anymore since bundle-audit 0.6.1 is Bundler 2 compatible now

This commit is contained in:
cn
2019-01-25 13:10:23 +01:00
parent a9d1cc644a
commit 77914c42e1
2 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,3 @@ rvm:
- 2.5
- 2.4
- 2.3
before_install:
- gem uninstall -x -i /home/travis/.rvm/gems/ruby-2.3.7@global bundler || true
- gem install bundler -v '< 2'