dep: bump anyway_config from 2.2.3 to 2.3.0
Bumps anyway_config from 2.2.3 to 2.3.0.
Changelog
Sourced from anyway_config's changelog.
2.3.0 (2022-03-11)
- Add ability to load configurations under specific environments in pure Ruby apps. ([
@fargelus
][]).Before loading environment configurations you need to specify variable
Anyway::Settings.current_environment
. In Rails apps this variable is same asRails.env
value. After adding yaml loader will try to load params under this environment.Also required env option was added to
Anyway::Config
.
Commits
-
7cd300b
Bump 2.3.0 -
e7e45ab
fix(ci): do not verify reserved methods with RBS checks -
5268398
fix(ci): broken config -
54c275d
fix: refactor pretty_print -
59f06db
dev: configure RBS runtime testing -
8b12534
chore(rbs): use rbs collection -
495636b
fix(specs): to_not raise_error -
e000e67
Review fixes + additional specs added -
5af5e2d
Review fixes -
06b20fd
Test for null current_environment - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts