Skip to content

Commit

Permalink
fixed travis to include latest 3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
trusche committed Feb 29, 2024
1 parent 56d5be4 commit 4d151fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: ruby
rvm:
- "2.6.10"
- "2.7.5"
- "3.0.4"
- "3.1.2"
- "2.7.8"
- "3.0.6"
- "3.1.4"
- "3.2.2"
- "3.3.0"
gemfile:
- gemfiles/http4.gemfile
- gemfiles/http5.gemfile
Expand All @@ -13,4 +15,4 @@ gemfile:
script: bundle exec rspec spec
# workaround for https://github.com/travis-ci/travis-ci/issues/5239:
before_install:
- gem install bundler
- gem install bundler -v 2.4.22
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Log outgoing HTTP requests made from your application. Helps with debugging pesky API error responses, or just generally understanding what's going on under the hood.

Requires ruby >= 2.6
Requires ruby >= 2.6.

This gem works with the following ruby modules and libraries:

Expand Down

0 comments on commit 4d151fc

Please sign in to comment.