We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e53ebf commit bb740d0Copy full SHA for bb740d0
gemfiles/standard.rb
@@ -64,6 +64,6 @@ def standard_dependencies
64
gem 'ruby-lsp', platforms: :mri
65
end
66
67
- gem 'libmongocrypt-helper', '~> 1.12.0' if ENV['FLE'] == 'helper'
+ gem 'libmongocrypt-helper', '~> 1.14.0' if ENV['FLE'] == 'helper'
68
69
# rubocop:enable Metrics/AbcSize, Metrics/MethodLength, Metrics/BlockLength
0 commit comments