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

chore: bump rails version to 7.0.4.1

parent 6ccfce61
No related branches found
Tags v1.1.0
No related merge requests found
Pipeline #43815 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', '7.0.3.1' gem 'rails', '7.0.4.1'
gem 'puma', '5.6.4' gem 'puma', '5.6.4'
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 (7.0.3.1) actioncable (7.0.4.1)
actionpack (= 7.0.3.1) actionpack (= 7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.3.1) actionmailbox (7.0.4.1)
actionpack (= 7.0.3.1) actionpack (= 7.0.4.1)
activejob (= 7.0.3.1) activejob (= 7.0.4.1)
activerecord (= 7.0.3.1) activerecord (= 7.0.4.1)
activestorage (= 7.0.3.1) activestorage (= 7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.3.1) actionmailer (7.0.4.1)
actionpack (= 7.0.3.1) actionpack (= 7.0.4.1)
actionview (= 7.0.3.1) actionview (= 7.0.4.1)
activejob (= 7.0.3.1) activejob (= 7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (7.0.3.1) actionpack (7.0.4.1)
actionview (= 7.0.3.1) actionview (= 7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
rack (~> 2.0, >= 2.2.0) rack (~> 2.0, >= 2.2.0)
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 (7.0.3.1) actiontext (7.0.4.1)
actionpack (= 7.0.3.1) actionpack (= 7.0.4.1)
activerecord (= 7.0.3.1) activerecord (= 7.0.4.1)
activestorage (= 7.0.3.1) activestorage (= 7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.3.1) actionview (7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
...@@ -53,22 +53,22 @@ GEM ...@@ -53,22 +53,22 @@ GEM
activemodel (>= 4.1, < 7.1) activemodel (>= 4.1, < 7.1)
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 (7.0.3.1) activejob (7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.3.1) activemodel (7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
activerecord (7.0.3.1) activerecord (7.0.4.1)
activemodel (= 7.0.3.1) activemodel (= 7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
activestorage (7.0.3.1) activestorage (7.0.4.1)
actionpack (= 7.0.3.1) actionpack (= 7.0.4.1)
activejob (= 7.0.3.1) activejob (= 7.0.4.1)
activerecord (= 7.0.3.1) activerecord (= 7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.3.1) activesupport (7.0.4.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)
...@@ -79,13 +79,13 @@ GEM ...@@ -79,13 +79,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.693.0) aws-partitions (1.696.0)
aws-sdk-core (3.168.4) aws-sdk-core (3.169.0)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0) aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5) aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1) jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.61.0) aws-sdk-kms (1.62.0)
aws-sdk-core (~> 3, >= 3.165.0) aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.113.0) aws-sdk-s3 (1.113.0)
...@@ -142,7 +142,7 @@ GEM ...@@ -142,7 +142,7 @@ GEM
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)
globalid (1.0.0) globalid (1.0.1)
activesupport (>= 5.0) activesupport (>= 5.0)
google-protobuf (3.20.3) google-protobuf (3.20.3)
hashdiff (1.0.1) hashdiff (1.0.1)
...@@ -220,27 +220,27 @@ GEM ...@@ -220,27 +220,27 @@ GEM
pundit-matchers (1.7.0) pundit-matchers (1.7.0)
rspec-rails (>= 3.0.0) rspec-rails (>= 3.0.0)
racc (1.6.2) racc (1.6.2)
rack (2.2.5) rack (2.2.6.2)
rack-attack (6.6.1) rack-attack (6.6.1)
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 (2.0.2) rack-test (2.0.2)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.3.1) rails (7.0.4.1)
actioncable (= 7.0.3.1) actioncable (= 7.0.4.1)
actionmailbox (= 7.0.3.1) actionmailbox (= 7.0.4.1)
actionmailer (= 7.0.3.1) actionmailer (= 7.0.4.1)
actionpack (= 7.0.3.1) actionpack (= 7.0.4.1)
actiontext (= 7.0.3.1) actiontext (= 7.0.4.1)
actionview (= 7.0.3.1) actionview (= 7.0.4.1)
activejob (= 7.0.3.1) activejob (= 7.0.4.1)
activemodel (= 7.0.3.1) activemodel (= 7.0.4.1)
activerecord (= 7.0.3.1) activerecord (= 7.0.4.1)
activestorage (= 7.0.3.1) activestorage (= 7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.3.1) railties (= 7.0.4.1)
rails-controller-testing (1.0.5) rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1)
...@@ -250,9 +250,9 @@ GEM ...@@ -250,9 +250,9 @@ GEM
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4) rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1) loofah (~> 2.19, >= 2.19.1)
railties (7.0.3.1) railties (7.0.4.1)
actionpack (= 7.0.3.1) actionpack (= 7.0.4.1)
activesupport (= 7.0.3.1) activesupport (= 7.0.4.1)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
...@@ -271,7 +271,7 @@ GEM ...@@ -271,7 +271,7 @@ GEM
rspec-expectations (3.12.2) rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-mocks (3.12.2) rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-rails (5.1.1) rspec-rails (5.1.1)
...@@ -394,7 +394,7 @@ DEPENDENCIES ...@@ -394,7 +394,7 @@ DEPENDENCIES
pundit-matchers (= 1.7.0) pundit-matchers (= 1.7.0)
rack-attack (= 6.6.1) rack-attack (= 6.6.1)
rack-cors (= 1.1.1) rack-cors (= 1.1.1)
rails (= 7.0.3.1) rails (= 7.0.4.1)
rails-controller-testing (= 1.0.5) rails-controller-testing (= 1.0.5)
redis (= 4.6.0) redis (= 4.6.0)
rspec-rails (= 5.1.1) rspec-rails (= 5.1.1)
......
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