Skip to content

Commit 956b88a

Browse files
Dependency fix (#858)
* change gem name * fix wrong n of arg error * bump version * docs: Update README * build: Add travis-gh as direct dependency * chore: bump version
1 parent 4fef990 commit 956b88a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ If you do not have write access to the system gem directory, you'll need to perf
20072007
Now make sure everything is working:
20082008
20092009
$ travis version
2010-
1.13.1
2010+
1.13.2
20112011
20122012
See also [Note on Ubuntu](#ubuntu) below.
20132013

lib/travis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Travis
4-
VERSION = '1.13.1'
4+
VERSION = '1.13.2'
55
end

travis.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ Gem::Specification.new do |s|
416416
# dependencies
417417
s.add_dependency 'faraday', '~> 2.7.10'
418418
s.add_dependency 'faraday-rack', '~> 2'
419+
s.add_dependency 'travis-gh', '~> 0.21.0'
419420
s.add_dependency 'highline', '~> 2.1.0'
420421
s.add_dependency 'json_pure', '~> 2.6.3'
421422
s.add_dependency 'launchy', '~> 2.5.2'

0 commit comments

Comments
 (0)