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 @@ ...@@ -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. 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.
### [1.4.1](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v1.4.0...v1.4.1) (2021-09-28)
### Bug Fixes
* updated nokogiri ([99c4543](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/commit/99c454327ad2ac08e945bd83c663e80f0fbf6ed9))
## [1.4.0](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v1.3.6...v1.4.0) (2021-08-23) ## [1.4.0](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v1.3.6...v1.4.0) (2021-08-23)
......
...@@ -72,23 +72,23 @@ GEM ...@@ -72,23 +72,23 @@ GEM
amq-protocol (2.3.2) amq-protocol (2.3.2)
audited (4.10.0) audited (4.10.0)
activerecord (>= 4.2, < 6.2) activerecord (>= 4.2, < 6.2)
autoprefixer-rails (10.3.1.0) autoprefixer-rails (10.3.3.0)
execjs (~> 2) execjs (~> 2)
aws-eventstream (1.1.1) aws-eventstream (1.2.0)
aws-partitions (1.489.0) aws-partitions (1.507.0)
aws-sdk-core (3.119.1) aws-sdk-core (3.121.1)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0) aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
jmespath (~> 1.0) jmespath (~> 1.0)
aws-sdk-kms (1.46.0) aws-sdk-kms (1.48.0)
aws-sdk-core (~> 3, >= 3.119.0) aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.92.0) aws-sdk-s3 (1.92.0)
aws-sdk-core (~> 3, >= 3.112.0) aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1) aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.4) aws-sigv4 (1.4.0)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
batch-loader (1.4.1) batch-loader (1.4.1)
bindex (0.8.1) bindex (0.8.1)
...@@ -136,7 +136,7 @@ GEM ...@@ -136,7 +136,7 @@ GEM
railties (>= 5.0.0) railties (>= 5.0.0)
faker (2.18.0) faker (2.18.0)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
ffi (1.15.3) ffi (1.15.4)
generator_spec (0.9.4) generator_spec (0.9.4)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
railties (>= 3.0.0) railties (>= 3.0.0)
...@@ -175,11 +175,11 @@ GEM ...@@ -175,11 +175,11 @@ GEM
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
marcel (1.0.1) marcel (1.0.2)
method_source (1.0.0) method_source (1.0.0)
mime-types (3.3.1) mime-types (3.3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2021.0704) mime-types-data (3.2021.0901)
mini_mime (1.1.1) mini_mime (1.1.1)
mini_portile2 (2.6.1) mini_portile2 (2.6.1)
mini_racer (0.3.1) mini_racer (0.3.1)
...@@ -200,7 +200,7 @@ GEM ...@@ -200,7 +200,7 @@ GEM
activesupport activesupport
bunny bunny
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.12.3) nokogiri (1.12.5)
mini_portile2 (~> 2.6.1) mini_portile2 (~> 2.6.1)
racc (~> 1.4) racc (~> 1.4)
pg (1.2.3) pg (1.2.3)
...@@ -242,7 +242,7 @@ GEM ...@@ -242,7 +242,7 @@ GEM
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.1) rails-html-sanitizer (1.4.2)
loofah (~> 2.3) loofah (~> 2.3)
railties (6.1.4.1) railties (6.1.4.1)
actionpack (= 6.1.4.1) actionpack (= 6.1.4.1)
...@@ -275,10 +275,10 @@ GEM ...@@ -275,10 +275,10 @@ GEM
request_store (1.5.0) request_store (1.5.0)
rack (>= 1.4) rack (>= 1.4)
rexml (3.2.5) rexml (3.2.5)
rqrcode (2.0.0) rqrcode (2.1.0)
chunky_png (~> 1.0) chunky_png (~> 1.0)
rqrcode_core (~> 1.0) rqrcode_core (~> 1.0)
rqrcode_core (1.1.0) rqrcode_core (1.2.0)
rqrcode_png (0.1.5) rqrcode_png (0.1.5)
chunky_png chunky_png
rqrcode rqrcode
......