Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (2)
......@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.1](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.0.0...v2.0.1) (2021-09-28)
### Bug Fixes
* updated lockfile ([93a98c6](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/commit/93a98c6b792846606ce7e22778b8b117562dfb75))
## [2.0.0](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v1.4.1...v2.0.0) (2021-09-28)
......
......@@ -188,12 +188,12 @@ GEM
msgpack (1.4.2)
multi_xml (0.6.0)
mysql2 (0.5.3)
nexus_cqrs (0.1.1)
nexus_cqrs (0.2.2)
generator_spec
ibsciss-middleware
thread_safe
nexus_cqrs_auth (0.0.5)
nexus_cqrs (~> 0.1.1)
nexus_cqrs_auth (0.1.0)
nexus_cqrs (~> 0.2)
pundit
strings-case
nexus_domain_events (1.1.2)
......@@ -403,8 +403,8 @@ DEPENDENCIES
lograge (= 0.11.2)
mini_racer (= 0.3.1)
mysql2 (= 0.5.3)
nexus_cqrs (= 0.1.1)
nexus_cqrs_auth (= 0.0.5)
nexus_cqrs (= 0.2.2)
nexus_cqrs_auth (= 0.1.0)
nexus_domain_events (= 1.1.2)
pg (= 1.2.3)
puma (= 4.3.8)
......