diff --git a/devcycle-ruby-server-sdk.gemspec b/devcycle-ruby-server-sdk.gemspec index ef5c13e..0c86b5a 100644 --- a/devcycle-ruby-server-sdk.gemspec +++ b/devcycle-ruby-server-sdk.gemspec @@ -32,7 +32,10 @@ Gem::Specification.new do |s| s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0' - s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? } + s.files = Dir['README.md', 'LICENSE', + 'lib/**/*', + 'devcycle-ruby-server-sdk.gemspec', + 'Gemfile'] s.test_files = `find spec/*`.split("\n") s.executables = [] s.require_paths = ["lib"] diff --git a/examples/local/local-bucketing-example/Gemfile b/examples/local/local-bucketing-example/Gemfile index bccc08e..e09e665 100644 --- a/examples/local/local-bucketing-example/Gemfile +++ b/examples/local/local-bucketing-example/Gemfile @@ -36,7 +36,7 @@ gem "bootsnap", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] # gem "image_processing", "~> 1.2" -gem "devcycle-ruby-server-sdk", path: "../../.." +gem "devcycle-ruby-server-sdk" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem