Skip to content

Commit

Permalink
Merge branch '396-internet-up-tls-error' into try-396-fix-with-fix-te…
Browse files Browse the repository at this point in the history
…sts-branch
  • Loading branch information
lawrence-forooghian committed May 15, 2024
2 parents ff686cb + 48d4d9a commit 60c1065
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
jobs:
check:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3' ]
protocol: [ 'json', 'msgpack' ]
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in ably.gemspec
gemspec
# TODO remove this line once we’ve published our fork to RubyGems
gem 'ably-em-http-request', git: 'https://github.com/ably-forks/em-http-request', ref: '9996b7b8db3a8c8f57c56854730a085955a652f0'
2 changes: 1 addition & 1 deletion ably.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'eventmachine', '~> 1.2.6'
spec.add_runtime_dependency 'ably-em-http-request', '~> 1.1'
spec.add_runtime_dependency 'ably-em-http-request', '~> 1.1.8'
spec.add_runtime_dependency 'statesman', '~> 9.0'
spec.add_runtime_dependency 'faraday', '~> 2.2'
spec.add_runtime_dependency 'faraday-typhoeus', '~> 0.2.0'
Expand Down

0 comments on commit 60c1065

Please sign in to comment.