Skip to content

Commit

Permalink
Upgrade Golang and Ruby versions (#299)
Browse files Browse the repository at this point in the history
Use latest versions of the programming languages.
  • Loading branch information
miry authored Aug 24, 2021
1 parent 047ab7f commit 82715a0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 34 deletions.
17 changes: 9 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
toxiproxy
toxiproxy-server
toxiproxy-cli
*.deb
./cli/cli
toxiproxy.test
testing
testing.test
cpu.out
.bundle/
cover*.out
coverage.html
*.deb
cpu.out
testing
testing.test
tmp/
toxiproxy
toxiproxy-cli
toxiproxy-server
toxiproxy.test
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ env:
matrix:
fast_finish: true
include:
- go: 1.11.x
- go: 1.12.x
- go: 1.14.x
- go: 1.15.x
- go: 1.16.x
- go: tip
allow_failures:
- go: tip

before_script:
- go mod download
- go mod download

script:
- go test ./...
- go test ./...
- go test -race ./...
36 changes: 16 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,47 +1,43 @@
GEM
remote: https://rubygems.org/
specs:
arr-pm (0.0.10)
arr-pm (0.0.11)
cabin (> 0)
backports (3.15.0)
backports (3.21.0)
cabin (0.9.0)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
clamp (1.0.1)
dotenv (2.7.2)
ffi (1.11.1)
fpm (1.11.0)
arr-pm (~> 0.0.10)
dotenv (2.7.6)
fpm (1.13.1)
arr-pm (~> 0.0.11)
backports (>= 2.6.2)
cabin (>= 0.6.0)
childprocess (= 0.9.0)
clamp (~> 1.0.0)
ffi
json (>= 1.7.7, < 2.0)
git (>= 1.3.0, < 2.0)
json (>= 1.7.7, < 3.0)
pleaserun (~> 0.0.29)
ruby-xz (~> 0.2.3)
rexml
stud
git (1.9.1)
rchardet (~> 1.8)
insist (1.0.0)
io-like (0.3.0)
json (1.8.6)
json (2.5.1)
mustache (0.99.8)
pleaserun (0.0.30)
pleaserun (0.0.32)
cabin (> 0)
clamp
dotenv
insist
mustache (= 0.99.8)
stud
ruby-xz (0.2.3)
ffi (~> 1.9)
io-like (~> 0.3)
rchardet (1.8.0)
rexml (3.2.5)
stud (0.0.23)

PLATFORMS
ruby
x86_64-darwin-20

DEPENDENCIES
fpm

BUNDLED WITH
2.2.22
2.2.26
4 changes: 2 additions & 2 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ up:
- homebrew:
- gnu-tar
- go:
version: 1.12
version: 1.16
modules: true
- ruby: 2.6.3
- ruby: 3.0.2
- bundler

commands:
Expand Down

0 comments on commit 82715a0

Please sign in to comment.