Skip to content

Commit

Permalink
Remove unnecessary require "rake"
Browse files Browse the repository at this point in the history
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  #  -------------------------------------------
  • Loading branch information
javierjulio authored Nov 5, 2024
1 parent 58275c3 commit 168d4bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion launchdarkly-server-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "ldclient-rb/version"
require "rake"

# rubocop:disable Metrics/BlockLength
Gem::Specification.new do |spec|
Expand Down

0 comments on commit 168d4bb

Please sign in to comment.