diff options
author | lukefromdc <[email protected]> | 2024-11-26 16:07:13 -0500 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-11-27 03:47:58 +0000 |
commit | c0cb20ed7a38d2a1461ee16f5ec0979c32ca6273 (patch) | |
tree | d425eb87d8f1d72a77d04fa8e0bdd1ea3b9ff7d6 | |
parent | a0fbbf6b2eebd93642822199ff1a5bb2763255fe (diff) | |
download | mate-applets-c0cb20ed7a38d2a1461ee16f5ec0979c32ca6273.tar.bz2 mate-applets-c0cb20ed7a38d2a1461ee16f5ec0979c32ca6273.tar.xz |
ci: try to fix cannot load such file -- faraday/net_http (LoadError)
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5fd4ab48..607574b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ notifications: before_deploy: - yes | gem update --system --force - gem install bundler + - gem install faraday-net_http -v '3.3.0' # Avoid faraday version problem - gem install uri - gem install logger |