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.1.0](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.0.7...v2.1.0) (2022-03-23)
### Features
* Add secure_headers ([73f74bf](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/commit/73f74bf8c360b603e470a936c22138eac4dbf51e))
### [2.0.7](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.0.6...v2.0.7) (2022-03-09)
### [2.0.6](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.0.5...v2.0.6) (2022-02-22)
......
......@@ -50,3 +50,4 @@ gem 'pundit', '2.1.0'
gem 'pundit-matchers', '1.6.0'
gem 'nexus_domain_events', '1.1.2'
gem 'batch-loader', '1.4.1'
gem 'secure_headers', '6.3.3'
......@@ -75,8 +75,8 @@ GEM
autoprefixer-rails (10.4.2.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.564.0)
aws-sdk-core (3.129.0)
aws-partitions (1.568.0)
aws-sdk-core (3.130.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
......@@ -107,7 +107,7 @@ GEM
case_transform (0.2)
activesupport
chunky_png (1.4.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
crack (0.4.5)
rexml
crass (1.0.6)
......@@ -170,7 +170,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.14.0)
loofah (2.15.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
......@@ -319,6 +319,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
secure_headers (6.3.3)
serverengine (2.1.1)
sigdump (~> 0.2.2)
set (1.0.2)
......@@ -419,6 +420,7 @@ DEPENDENCIES
rspec-rails (= 5.0.2)
ruby-mailchecker (= 4.0.11)
sass-rails (= 5.1.0)
secure_headers (= 6.3.3)
shoulda-matchers (= 4.5.1)
simplecov (= 0.21.2)
sneakers (= 2.12.0)
......