Skip to content

Commit fe1a1f3

Browse files
Revert gemfile changes
1 parent c2b3d4a commit fe1a1f3

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

gemfiles/standard.rb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# rubocop:todo all
21
def standard_dependencies
32
gem 'rake'
43

54
group :development do
6-
gem 'yard', '>= 0.9.35'
5+
gem 'yard'
76

87
platform :mri do
98
# Debugger for VSCode.
@@ -16,15 +15,10 @@ def standard_dependencies
1615
# Evergreen configuration generation
1716
gem 'erubi'
1817
gem 'tilt'
19-
gem 'solargraph', platform: :mri
2018
end
2119

2220
group :development, :test do
2321
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'
2822

2923
platform :mri do
3024
gem 'byebug'
@@ -47,8 +41,4 @@ def standard_dependencies
4741
gem 'timeout-interrupt'
4842
end
4943
end
50-
51-
if ENV['FLE'] == 'helper'
52-
gem 'libmongocrypt-helper', '~> 1.8.0'
53-
end
5444
end

0 commit comments

Comments
 (0)