Skip to content

Commit

Permalink
Dependency fix (#858)
Browse files Browse the repository at this point in the history
* change gem name

* fix wrong n of arg error

* bump version

* docs: Update README

* build: Add travis-gh as direct dependency

* chore: bump version
  • Loading branch information
DominikAlberski committed Apr 4, 2024
1 parent 4fef990 commit 956b88a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ If you do not have write access to the system gem directory, you'll need to perf
Now make sure everything is working:
$ travis version
1.13.1
1.13.2
See also [Note on Ubuntu](#ubuntu) below.
Expand Down
2 changes: 1 addition & 1 deletion lib/travis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Travis
VERSION = '1.13.1'
VERSION = '1.13.2'
end
1 change: 1 addition & 0 deletions travis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ Gem::Specification.new do |s|
# dependencies
s.add_dependency 'faraday', '~> 2.7.10'
s.add_dependency 'faraday-rack', '~> 2'
s.add_dependency 'travis-gh', '~> 0.21.0'
s.add_dependency 'highline', '~> 2.1.0'
s.add_dependency 'json_pure', '~> 2.6.3'
s.add_dependency 'launchy', '~> 2.5.2'
Expand Down

0 comments on commit 956b88a

Please sign in to comment.