Skip to content

Commit

Permalink
fix(ruby): add the base64 dependency (#3345)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Jul 10, 2024
1 parent f52e969 commit 83badf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ jobs:
needs:
- codegen
- check_green
if: github.ref == 'refs/heads/main'
if: ${{ github.ref == 'refs/heads/main' }}
permissions:
pull-requests: write
steps:
Expand Down
1 change: 1 addition & 0 deletions clients/algoliasearch-client-ruby/algolia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |s|

s.add_dependency 'faraday', '>= 1.0.1', '< 3.0'
s.add_dependency 'faraday-net_http_persistent', ['>= 0.15', '< 3']
s.add_dependency 'base64', '>= 0.2.0', '< 1'

s.add_dependency 'net-http-persistent'

Expand Down
4 changes: 3 additions & 1 deletion playground/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
PATH
remote: ../../clients/algoliasearch-client-ruby
specs:
algolia (3.0.0.beta.4)
algolia (3.0.0.beta.8)
base64 (>= 0.2.0, < 1)
faraday (>= 1.0.1, < 3.0)
faraday-net_http_persistent (>= 0.15, < 3)
net-http-persistent

GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
connection_pool (2.4.1)
dotenv (3.1.2)
faraday (2.9.0)
Expand Down

0 comments on commit 83badf2

Please sign in to comment.