Skip to content

Commit 168d4bb

Browse files
authored
Remove unnecessary require "rake"
This causes an error on bundle install when installing the gem from source. 16.66 [!] There was an error while loading `launchdarkly-server-sdk.gemspec`: cannot load such file -- rake. Bundler cannot continue. 16.66 16.66 # from /usr/local/bundle/ruby/3.3.0/bundler/gems/ruby-server-sdk-c7080edbad3a/launchdarkly-server-sdk.gemspec:6 16.66 # ------------------------------------------- 16.66 # require "ldclient-rb/version" 16.66 > require "rake" 16.66 # 16.66 # -------------------------------------------
1 parent 58275c3 commit 168d4bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

launchdarkly-server-sdk.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
lib = File.expand_path("lib", __dir__)
44
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require "ldclient-rb/version"
6-
require "rake"
76

87
# rubocop:disable Metrics/BlockLength
98
Gem::Specification.new do |spec|

0 commit comments

Comments
 (0)