We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b3d4a commit fe1a1f3Copy full SHA for fe1a1f3
1 file changed
gemfiles/standard.rb
@@ -1,9 +1,8 @@
1
-# rubocop:todo all
2
def standard_dependencies
3
gem 'rake'
4
5
group :development do
6
- gem 'yard', '>= 0.9.35'
+ gem 'yard'
7
8
platform :mri do
9
# Debugger for VSCode.
@@ -16,15 +15,10 @@ def standard_dependencies
16
15
# Evergreen configuration generation
17
gem 'erubi'
18
gem 'tilt'
19
- gem 'solargraph', platform: :mri
20
end
21
22
group :development, :test do
23
gem 'rspec', '~> 3.12'
24
- gem 'rubocop', '~> 1.45.1'
25
- gem 'rubocop-performance', '~> 1.16.0'
26
- gem 'rubocop-rake', '~> 0.6.0'
27
- gem 'rubocop-rspec', '~> 2.18.1'
28
29
30
gem 'byebug'
@@ -47,8 +41,4 @@ def standard_dependencies
47
41
gem 'timeout-interrupt'
48
42
49
43
50
-
51
- if ENV['FLE'] == 'helper'
52
- gem 'libmongocrypt-helper', '~> 1.8.0'
53
- end
54
44
0 commit comments