Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b48f842

Browse files
Fix CI (#2933)
1 parent 0cc0f26 commit b48f842

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎gemfiles/standard.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def standard_dependencies
4545
group :testing do
4646
gem 'timecop'
4747
gem 'ice_nine'
48+
gem 'async', '2.23.1', platforms: :mri if RUBY_VERSION.match?(/^3\.1/)
4849
gem 'rubydns', platforms: :mri
4950
gem 'rspec-retry'
5051
gem 'rfc', '~> 0.2.0'
@@ -64,6 +65,6 @@ def standard_dependencies
6465
gem 'ruby-lsp', platforms: :mri
6566
end
6667

67-
gem 'libmongocrypt-helper', '~> 1.12.0' if ENV['FLE'] == 'helper'
68+
gem 'libmongocrypt-helper', '~> 1.14.0' if ENV['FLE'] == 'helper'
6869
end
6970
# rubocop:enable Metrics/AbcSize, Metrics/MethodLength, Metrics/BlockLength

‎spec/integration/sdam_error_handling_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
describe 'SDAM error handling' do
77
require_topology :single, :replica_set, :sharded
8+
require_mri
89

910
clean_slate
1011

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /