Skip to content

Commit

Permalink
Exclude tests again
Browse files Browse the repository at this point in the history
To see if the GH actions in other prs still keep failing
  • Loading branch information
svanhesteren committed Jun 18, 2024
1 parent 74f53a9 commit abb1972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gouda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.require_paths = ["lib"]

spec.metadata["homepage_uri"] =
spec.metadata["homepage_uri"] =
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "https://github.com/cheddar-me/gouda/CHANGELOG.md"

spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0")
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
end

spec.add_dependency "activerecord", "~> 7"
Expand Down

0 comments on commit abb1972

Please sign in to comment.