Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace FileList with Dir to fix error
This causes an error on bundle install when installing the gem from source. FileList comes from Rake but it's unnecessary as Dir is a very common use in popular gemspecs. [!] There was an error while loading `launchdarkly-server-sdk.gemspec`: uninitialized constant FileList. Bundler cannot continue. # from /Users/j.julio/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/bundler/gems/launchdarkly-ruby-server-sdk-b8220416fe3f/launchdarkly-server-sdk.gemspec:18 # ------------------------------------------- # > spec.files = FileList["lib/**/*", "README.md", "LICENSE.txt"] # spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } # -------------------------------------------
- Loading branch information