Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Jun 4, 2024
1 parent abb18fa commit 410edb8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ GLOBAL_MESSAGE_URL="define GLOBAL_MESSAGE_URL"
# new in V8
BOOTSNAP_CACHE_DIR=./tmp

# 2FA registration
EMAIL_2FA_REGISTRATION_URL="define EMAIL_2FA_REGISTRATION_URL"
EMAIL_2FA_REGISTRATION_REDIRECT_URL="define EMAIL_2FA_REGISTRATION_REDIRECT_URL"
EMAIL_2FA_ACTION="define EMAIL_2FA_ACTION"
ABOUT_2FA_URL=https://www.nla.gov.au/using-library/getting-started/getting-started-catalogue/two-factor-authentication

# turn of functionality during FOLIO update
FOLIO_UPDATE_IN_PROGRESS=
6 changes: 6 additions & 0 deletions .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ SOLR_COLLECTION=arclight
# new in V8
BOOTSNAP_CACHE_DIR=./tmp

# 2FA registration
EMAIL_2FA_REGISTRATION_URL="define EMAIL_2FA_REGISTRATION_URL"
EMAIL_2FA_REGISTRATION_REDIRECT_URL="define EMAIL_2FA_REGISTRATION_REDIRECT_URL"
EMAIL_2FA_ACTION="define EMAIL_2FA_ACTION"
ABOUT_2FA_URL=https://www.nla.gov.au/using-library/getting-started/getting-started-catalogue/two-factor-authentication

# turn of functionality during FOLIO update
FOLIO_UPDATE_IN_PROGRESS=
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gem "blacklight-locale_picker"
gem "zk", "~> 1.10"
gem "nokogiri", ">= 1.13.9"

gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", branch: "main"
gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", tag: "0.2.4"
gem "blacklight_range_limit", git: "https://github.com/nla/blacklight_range_limit", branch: "main"
# For local development, comment out above ⤴️ and uncomment below ⤵️
# gem "nla-blacklight_common", path: "../nla-blacklight_common"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ GIT

GIT
remote: https://github.com/nla/nla-blacklight_common
revision: fd8a98ada115b9f04389ab10cfb2a31e1b3bc4de
branch: main
revision: 0e8347c3a835b5fe81793e9920120f751ed65d5d
tag: 0.2.4
specs:
nla-blacklight_common (0.2.3)
nla-blacklight_common (0.2.4)
activerecord-session_store (~> 2.0)
annotaterb
blacklight (>= 8.0.0, < 9)
Expand Down

0 comments on commit 410edb8

Please sign in to comment.