7420b0c614
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.19.0 to 2.19.1. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md) - [Commits](https://github.com/flavorjones/loofah/compare/v2.19.0...v2.19.1) --- updated-dependencies: - dependency-name: loofah dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
app/services | ||
bin | ||
config | ||
lib/tasks | ||
log | ||
public | ||
test | ||
tmp | ||
vendor | ||
.gitignore | ||
.ruby-version | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Rakefile | ||
README.md |
psenv-test
Used for testing the psenv-rails gem to validate.
Usage
- Generate new parameter store variable in AWS
/psenv/test/API_KEY
with value "api_key_value"
PARAMETER_STORE_PATH=/psenv/test bundle exec rails test
New Versions
To test new versions of the gem, you can install the psenv-rails gem locally and reference it:
- Clone psenv and complete work
- Likely updating Railtie requirements
- Update psenv lib/psenv/version.rb
- Example version name:
0.5.16-local
- Example version name:
- Run
bundle exec rake install
in psenv directory - Note new gem version installed locally
- Example gem version:
0.5.16.pre.local
- Example gem version:
- Open psenv-test project
- Update Gemfile with test version
gem 'psenv-rails', '0.5.16.pre.local'
bundle install
PARAMETER_STORE_PATH=/psenv/test bundle exec rails test