Skip to content

Commit

Permalink
Bump faraday from 2.7.11 to 2.8.1 (#39)
Browse files Browse the repository at this point in the history
* Bump faraday from 2.7.11 to 2.8.1

Bumps [faraday](https://github.com/lostisland/faraday) from 2.7.11 to 2.8.1.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.7.11...v2.8.1)

---
updated-dependencies:
- dependency-name: faraday
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add ruby 3.3

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Pstyga <[email protected]>
  • Loading branch information
dependabot[bot] and opti authored Jan 19, 2024
1 parent a8ff160 commit f99e81c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
include:
- ruby: '3.2'
- ruby: '3.3'
coverage: '1'
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
base64 (0.1.1)
base64 (0.2.0)
byebug (11.1.3)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
Expand All @@ -37,7 +37,7 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
faraday (2.7.11)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -81,4 +81,4 @@ DEPENDENCIES
simplecov (~> 0.22.0)

BUNDLED WITH
2.4.13
2.5.5

0 comments on commit f99e81c

Please sign in to comment.