Skip to content
Snippets Groups Projects
Commit 05af67e9 authored by Rafal.Radolinski's avatar Rafal.Radolinski
Browse files

fix: upgrade to rails 6.1.6.1

parent 3e7d89a9
No related branches found
Tags v1.1.0
No related merge requests found
Pipeline #31546 passed
...@@ -4,7 +4,7 @@ source 'https://rubygems.org' ...@@ -4,7 +4,7 @@ source 'https://rubygems.org'
ruby '2.7.5' ruby '2.7.5'
# Core Gems # Core Gems
gem 'rails', '6.1.5.1' gem 'rails', '6.1.6.1'
gem 'puma', '4.3.12' gem 'puma', '4.3.12'
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.5.1) actioncable (6.1.6.1)
actionpack (= 6.1.5.1) actionpack (= 6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.1.5.1) actionmailbox (6.1.6.1)
actionpack (= 6.1.5.1) actionpack (= 6.1.6.1)
activejob (= 6.1.5.1) activejob (= 6.1.6.1)
activerecord (= 6.1.5.1) activerecord (= 6.1.6.1)
activestorage (= 6.1.5.1) activestorage (= 6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.1.5.1) actionmailer (6.1.6.1)
actionpack (= 6.1.5.1) actionpack (= 6.1.6.1)
actionview (= 6.1.5.1) actionview (= 6.1.6.1)
activejob (= 6.1.5.1) activejob (= 6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
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.5.1) actionpack (6.1.6.1)
actionview (= 6.1.5.1) actionview (= 6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
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.5.1) actiontext (6.1.6.1)
actionpack (= 6.1.5.1) actionpack (= 6.1.6.1)
activerecord (= 6.1.5.1) activerecord (= 6.1.6.1)
activestorage (= 6.1.5.1) activestorage (= 6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.1.5.1) actionview (6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
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.5.1) activejob (6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.1.5.1) activemodel (6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
activerecord (6.1.5.1) activerecord (6.1.6.1)
activemodel (= 6.1.5.1) activemodel (= 6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
activestorage (6.1.5.1) activestorage (6.1.6.1)
actionpack (= 6.1.5.1) actionpack (= 6.1.6.1)
activejob (= 6.1.5.1) activejob (= 6.1.6.1)
activerecord (= 6.1.5.1) activerecord (= 6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (6.1.5.1) activesupport (6.1.6.1)
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)
...@@ -73,13 +73,13 @@ GEM ...@@ -73,13 +73,13 @@ GEM
autoprefixer-rails (10.4.7.0) autoprefixer-rails (10.4.7.0)
execjs (~> 2) execjs (~> 2)
aws-eventstream (1.2.0) aws-eventstream (1.2.0)
aws-partitions (1.594.0) aws-partitions (1.608.0)
aws-sdk-core (3.131.1) aws-sdk-core (3.131.3)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0) aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
jmespath (~> 1, >= 1.6.1) jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.57.0) aws-sdk-kms (1.58.0)
aws-sdk-core (~> 3, >= 3.127.0) aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.92.0) aws-sdk-s3 (1.92.0)
...@@ -147,7 +147,7 @@ GEM ...@@ -147,7 +147,7 @@ GEM
httparty (0.18.1) httparty (0.18.1)
mime-types (~> 3.0) mime-types (~> 3.0)
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
i18n (1.10.0) i18n (1.12.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
ibsciss-middleware (0.4.2) ibsciss-middleware (0.4.2)
jmespath (1.6.1) jmespath (1.6.1)
...@@ -176,8 +176,8 @@ GEM ...@@ -176,8 +176,8 @@ GEM
mini_portile2 (2.8.0) mini_portile2 (2.8.0)
mini_racer (0.3.1) mini_racer (0.3.1)
libv8 (~> 8.4.255) libv8 (~> 8.4.255)
minitest (5.15.0) minitest (5.16.2)
msgpack (1.5.2) msgpack (1.5.3)
multi_xml (0.6.0) multi_xml (0.6.0)
mysql2 (0.5.3) mysql2 (0.5.3)
nexus_cqrs (0.4.6) nexus_cqrs (0.4.6)
...@@ -191,7 +191,7 @@ GEM ...@@ -191,7 +191,7 @@ GEM
activesupport activesupport
bunny bunny
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.6) nokogiri (1.13.7)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
pg (1.2.3) pg (1.2.3)
...@@ -204,27 +204,27 @@ GEM ...@@ -204,27 +204,27 @@ GEM
pundit-matchers (1.6.0) pundit-matchers (1.6.0)
rspec-rails (>= 3.0.0) rspec-rails (>= 3.0.0)
racc (1.6.0) racc (1.6.0)
rack (2.2.3.1) rack (2.2.4)
rack-attack (6.5.0) rack-attack (6.5.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rack-cors (1.1.1) rack-cors (1.1.1)
rack (>= 2.0.0) rack (>= 2.0.0)
rack-test (1.1.0) rack-test (2.0.2)
rack (>= 1.0, < 3) rack (>= 1.3)
rails (6.1.5.1) rails (6.1.6.1)
actioncable (= 6.1.5.1) actioncable (= 6.1.6.1)
actionmailbox (= 6.1.5.1) actionmailbox (= 6.1.6.1)
actionmailer (= 6.1.5.1) actionmailer (= 6.1.6.1)
actionpack (= 6.1.5.1) actionpack (= 6.1.6.1)
actiontext (= 6.1.5.1) actiontext (= 6.1.6.1)
actionview (= 6.1.5.1) actionview (= 6.1.6.1)
activejob (= 6.1.5.1) activejob (= 6.1.6.1)
activemodel (= 6.1.5.1) activemodel (= 6.1.6.1)
activerecord (= 6.1.5.1) activerecord (= 6.1.6.1)
activestorage (= 6.1.5.1) activestorage (= 6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 6.1.5.1) railties (= 6.1.6.1)
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)
...@@ -233,11 +233,11 @@ GEM ...@@ -233,11 +233,11 @@ 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.2) rails-html-sanitizer (1.4.3)
loofah (~> 2.3) loofah (~> 2.3)
railties (6.1.5.1) railties (6.1.6.1)
actionpack (= 6.1.5.1) actionpack (= 6.1.6.1)
activesupport (= 6.1.5.1) activesupport (= 6.1.6.1)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
...@@ -339,7 +339,7 @@ GEM ...@@ -339,7 +339,7 @@ GEM
websocket-driver (0.7.5) websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
zeitwerk (2.5.4) zeitwerk (2.6.0)
PLATFORMS PLATFORMS
ruby ruby
...@@ -374,7 +374,7 @@ DEPENDENCIES ...@@ -374,7 +374,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.5.1) rails (= 6.1.6.1)
rails-controller-testing (= 1.0.5) rails-controller-testing (= 1.0.5)
redis (= 4.6.0) redis (= 4.6.0)
rspec-rails (= 5.0.2) rspec-rails (= 5.0.2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment