mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Use the token from local path so we have new features in there
This commit is contained in:
@@ -201,7 +201,8 @@ gem "aws-sdk-core", "~> 3.107"
|
||||
# File upload via fog + screenshots on travis
|
||||
gem "aws-sdk-s3", "~> 1.91"
|
||||
|
||||
gem "openproject-token", "~> 4.0"
|
||||
# gem "openproject-token", "~> 4.0"
|
||||
gem "openproject-token", path: "../openproject-token"
|
||||
|
||||
gem "plaintext", "~> 0.3.2"
|
||||
|
||||
|
||||
+8
-4
@@ -71,6 +71,12 @@ GIT
|
||||
parallel_tests (>= 3.3.0, < 5)
|
||||
rspec (>= 3.10)
|
||||
|
||||
PATH
|
||||
remote: ../openproject-token
|
||||
specs:
|
||||
openproject-token (5.0.0)
|
||||
activemodel
|
||||
|
||||
PATH
|
||||
remote: modules/auth_plugins
|
||||
specs:
|
||||
@@ -861,8 +867,6 @@ GEM
|
||||
activesupport (>= 5.0.0)
|
||||
openproject-octicons (>= 19.20.0)
|
||||
view_component (>= 3.1, < 4.0)
|
||||
openproject-token (4.0.0)
|
||||
activemodel
|
||||
openssl (3.3.0)
|
||||
openssl-signature_algorithm (1.3.0)
|
||||
openssl (> 2.0)
|
||||
@@ -1387,7 +1391,7 @@ DEPENDENCIES
|
||||
openproject-reporting!
|
||||
openproject-storages!
|
||||
openproject-team_planner!
|
||||
openproject-token (~> 4.0)
|
||||
openproject-token!
|
||||
openproject-two_factor_authentication!
|
||||
openproject-webhooks!
|
||||
openproject-xls_export!
|
||||
@@ -1750,7 +1754,7 @@ CHECKSUMS
|
||||
openproject-reporting (1.0.0)
|
||||
openproject-storages (1.0.0)
|
||||
openproject-team_planner (1.0.0)
|
||||
openproject-token (4.0.0) sha256=f71cdad5632b6b7b598223b185f4928366cb6038eca1a84a6de65cf15cecd0e0
|
||||
openproject-token (5.0.0)
|
||||
openproject-two_factor_authentication (1.0.0)
|
||||
openproject-webhooks (1.0.0)
|
||||
openproject-xls_export (1.0.0)
|
||||
|
||||
Reference in New Issue
Block a user