Skip to content

Commit

Permalink
Merge branch 'main' into fix-streaming-error-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
drstrangelooker authored Dec 18, 2024
2 parents 8bc61dd + e3951e7 commit e3658bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ end

group :test do
# gem 'json', '~> 1.7', :platforms => [:jruby] look TODO needed?
gem 'minitest', '~> 5.25.2'
gem 'mocha', '~> 2.6.1'
gem 'minitest', '~> 5.25.4'
gem 'mocha', '~> 2.7.1'
gem 'rack', '~> 3.1.8'
gem 'netrc', '~> 0.11.0'
gem 'rack-test', '~> 2'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ GEM
faraday-net_http (3.0.2)
faraday-rack (2.0.0)
faraday (~> 2.0)
minitest (5.25.2)
mocha (2.6.1)
minitest (5.25.4)
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
multipart-post (2.3.0)
netrc (0.11.0)
Expand Down Expand Up @@ -65,8 +65,8 @@ DEPENDENCIES
faraday-multipart (~> 1.0)
faraday-rack (~> 2)
looker-sdk!
minitest (~> 5.25.2)
mocha (~> 2.6.1)
minitest (~> 5.25.4)
mocha (~> 2.7.1)
netrc (~> 0.11.0)
rack (~> 3.1.8)
rack-test (~> 2)
Expand Down

0 comments on commit e3658bb

Please sign in to comment.