Brooke Kuhlmann
a46f4c3ec4
Updated gem dependencies
...
Necessary to leverage gems that are on Ruby 4.0.0 and higher. Further details can be found here:
* link:https://alchemists.io/projects[Alchemists]
* link:https://dry-rb.org [Dry RB]
The biggest change is leveraging the new RSpec helper provided by link:https://alchemists.io/projects/inspectable[Inspectable] .
Milestone: minor
2026-01-02 10:03:03 -07:00
Brooke Kuhlmann
5cd685c992
Fixed RSpec inspectable endpoint shared example to only check contract
...
Necessary to only look for the contract since that's all we care about at the moment. This helps when endpoints don't have models.
Milestone: patch
2025-12-11 14:53:54 -07:00
Brooke Kuhlmann
5b23be83ce
Added RSpec shared endpoint examples
...
Necessary to a define shared example for all endpoints to reduce duplication. This'll soon be used in all endpoint specs.
Milestone: minor
2025-05-19 08:21:40 -06:00
Brooke Kuhlmann
175795b2b2
Added container settings registration
...
Necessary to provide application wide access to the configuration which will soon be shared by the newly renamed requester and client (not implemented yet).
Milestone: minor
2025-05-05 17:00:55 -06:00
Brooke Kuhlmann
7c8db493fd
Added application container
...
Necessary to register common application dependencies for potential injection as desired.
2025-04-22 14:24:33 -06:00