Files
openproject/modules/auth_plugins/openproject-auth_plugins.gemspec
T
dependabot[bot] 69415a4191 Bump rspec from 3.13.1 to 3.13.2
Bumps [rspec](https://github.com/rspec/rspec) from 3.13.1 to 3.13.2.
- [Commits](https://github.com/rspec/rspec/compare/rspec-v3.13.1...rspec-v3.13.2)

---
updated-dependencies:
- dependency-name: rspec
  dependency-version: 3.13.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-22 07:26:35 +00:00

17 lines
569 B
Ruby

Gem::Specification.new do |s|
s.name = "openproject-auth_plugins"
s.version = "1.0.0"
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
s.summary = "OpenProject Auth Plugins"
s.description = "Integration of OmniAuth strategy providers for authentication in OpenProject."
s.license = "GPLv3"
s.files = Dir["{app,config,db,lib}/**/*"] + %w(doc/CHANGELOG.md README.md)
s.add_dependency "omniauth", "~> 1.0"
s.add_development_dependency "rspec", "~> 3.13"
s.metadata["rubygems_mfa_required"] = "true"
end