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.
### [2.0.4](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.0.3...v2.0.4) (2021-12-16)
### Bug Fixes
* upgrade to rails 6.1.4.4 ([0591a94](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/commit/0591a94715cd7d6493fe18573907d2ba3edc0fb5))
### [2.0.3](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.0.2...v2.0.3) (2021-12-15) ### [2.0.3](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v2.0.2...v2.0.3) (2021-12-15)
......
...@@ -3,7 +3,7 @@ source 'https://rubygems.org' ...@@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '2.7.2' ruby '2.7.2'
gem 'rails', '6.1.4.2' gem 'rails', '6.1.4.4'
gem 'puma', '4.3.9' gem 'puma', '4.3.9'
gem 'sass-rails', '5.1.0' gem 'sass-rails', '5.1.0'
gem 'uglifier', '4.2.0' gem 'uglifier', '4.2.0'
......
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (6.1.4.2) actioncable (6.1.4.4)
actionpack (= 6.1.4.2) actionpack (= 6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.1.4.2) actionmailbox (6.1.4.4)
actionpack (= 6.1.4.2) actionpack (= 6.1.4.4)
activejob (= 6.1.4.2) activejob (= 6.1.4.4)
activerecord (= 6.1.4.2) activerecord (= 6.1.4.4)
activestorage (= 6.1.4.2) activestorage (= 6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.1.4.2) actionmailer (6.1.4.4)
actionpack (= 6.1.4.2) actionpack (= 6.1.4.4)
actionview (= 6.1.4.2) actionview (= 6.1.4.4)
activejob (= 6.1.4.2) activejob (= 6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (6.1.4.2) actionpack (6.1.4.4)
actionview (= 6.1.4.2) actionview (= 6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
rack (~> 2.0, >= 2.0.9) rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionpack-cloudflare (1.1.0) actionpack-cloudflare (1.1.0)
actionpack (>= 3.2) actionpack (>= 3.2)
actiontext (6.1.4.2) actiontext (6.1.4.4)
actionpack (= 6.1.4.2) actionpack (= 6.1.4.4)
activerecord (= 6.1.4.2) activerecord (= 6.1.4.4)
activestorage (= 6.1.4.2) activestorage (= 6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.1.4.2) actionview (6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
...@@ -46,22 +46,22 @@ GEM ...@@ -46,22 +46,22 @@ GEM
activemodel (>= 4.1, < 6.2) activemodel (>= 4.1, < 6.2)
case_transform (>= 0.2) case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3) jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (6.1.4.2) activejob (6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.1.4.2) activemodel (6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
activerecord (6.1.4.2) activerecord (6.1.4.4)
activemodel (= 6.1.4.2) activemodel (= 6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
activestorage (6.1.4.2) activestorage (6.1.4.4)
actionpack (= 6.1.4.2) actionpack (= 6.1.4.4)
activejob (= 6.1.4.2) activejob (= 6.1.4.4)
activerecord (= 6.1.4.2) activerecord (= 6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
marcel (~> 1.0.0) marcel (~> 1.0.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (6.1.4.2) activesupport (6.1.4.4)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
...@@ -220,20 +220,20 @@ GEM ...@@ -220,20 +220,20 @@ GEM
rack (>= 2.0.0) rack (>= 2.0.0)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (6.1.4.2) rails (6.1.4.4)
actioncable (= 6.1.4.2) actioncable (= 6.1.4.4)
actionmailbox (= 6.1.4.2) actionmailbox (= 6.1.4.4)
actionmailer (= 6.1.4.2) actionmailer (= 6.1.4.4)
actionpack (= 6.1.4.2) actionpack (= 6.1.4.4)
actiontext (= 6.1.4.2) actiontext (= 6.1.4.4)
actionview (= 6.1.4.2) actionview (= 6.1.4.4)
activejob (= 6.1.4.2) activejob (= 6.1.4.4)
activemodel (= 6.1.4.2) activemodel (= 6.1.4.4)
activerecord (= 6.1.4.2) activerecord (= 6.1.4.4)
activestorage (= 6.1.4.2) activestorage (= 6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 6.1.4.2) railties (= 6.1.4.4)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5) rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
...@@ -244,9 +244,9 @@ GEM ...@@ -244,9 +244,9 @@ GEM
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2) rails-html-sanitizer (1.4.2)
loofah (~> 2.3) loofah (~> 2.3)
railties (6.1.4.2) railties (6.1.4.4)
actionpack (= 6.1.4.2) actionpack (= 6.1.4.4)
activesupport (= 6.1.4.2) activesupport (= 6.1.4.4)
method_source method_source
rake (>= 0.13) rake (>= 0.13)
thor (~> 1.0) thor (~> 1.0)
...@@ -412,7 +412,7 @@ DEPENDENCIES ...@@ -412,7 +412,7 @@ DEPENDENCIES
pundit-matchers (= 1.6.0) pundit-matchers (= 1.6.0)
rack-attack (= 6.5.0) rack-attack (= 6.5.0)
rack-cors (= 1.1.1) rack-cors (= 1.1.1)
rails (= 6.1.4.2) rails (= 6.1.4.4)
rails-controller-testing (= 1.0.5) rails-controller-testing (= 1.0.5)
redis-rails (= 5.0.2) redis-rails (= 5.0.2)
rqrcode_png (= 0.1.5) rqrcode_png (= 0.1.5)
......