diff --git a/Gemfile b/Gemfile index 0ae460a0a..4bf526439 100644 --- a/Gemfile +++ b/Gemfile @@ -11,12 +11,12 @@ gem 'sqlite3' gem 'nokogiri', '< 1.13' # Locked because of Ruby >= 2.6 dependency gem 'thor', '<= 1.2.2' # Locked because of Ruby >= 2.6 dependency -gem 'activesupport', '~> 6.1.7' -gem 'actionpack', '~> 6.1.7' -gem 'actionview', '~> 6.1.7' -gem 'activemodel', '~> 6.1.7' -gem 'activerecord', '~> 6.1.7' -gem 'railties', '~> 6.1.7' +gem 'activesupport', '~> 7.0.8' +gem 'actionpack', '~> 7.0.8' +gem 'actionview', '~> 7.0.8' +gem 'activemodel', '~> 7.0.8' +gem 'activerecord', '~> 7.0.8' +gem 'railties', '~> 7.0.8' gem 'repomd_parser', '~> 0.1.6' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index e0bf3f125..a8b977222 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,15 @@ GEM remote: https://rubygems.org/ specs: - actionpack (6.1.7.6) - actionview (= 6.1.7.6) - activesupport (= 6.1.7.6) - rack (~> 2.0, >= 2.0.9) + actionpack (7.0.8.1) + actionview (= 7.0.8.1) + activesupport (= 7.0.8.1) + rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.1.7.6) - activesupport (= 6.1.7.6) + actionview (7.0.8.1) + activesupport (= 7.0.8.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) @@ -19,17 +19,16 @@ GEM activemodel (>= 4.1) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) - activemodel (6.1.7.6) - activesupport (= 6.1.7.6) - activerecord (6.1.7.6) - activemodel (= 6.1.7.6) - activesupport (= 6.1.7.6) - activesupport (6.1.7.6) + activemodel (7.0.8.1) + activesupport (= 7.0.8.1) + activerecord (7.0.8.1) + activemodel (= 7.0.8.1) + activesupport (= 7.0.8.1) + activesupport (7.0.8.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) @@ -40,7 +39,7 @@ GEM case_transform (0.2) activesupport coderay (1.1.3) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) config (3.0.0) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 1.0, >= 1.0.0) @@ -142,7 +141,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) locale (2.1.3) - loofah (2.21.4) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) lumberjack (1.2.8) @@ -173,8 +172,8 @@ GEM public_suffix (4.0.7) puma (5.6.8) nio4r (~> 2.0) - racc (1.7.1) - rack (2.2.8) + racc (1.7.3) + rack (2.2.8.1) rack-test (2.1.0) rack (>= 1.3) rails-dom-testing (2.2.0) @@ -183,14 +182,15 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.5.0) loofah (~> 2.19, >= 2.19.1) - railties (6.1.7.6) - actionpack (= 6.1.7.6) - activesupport (= 6.1.7.6) + railties (7.0.8.1) + actionpack (= 7.0.8.1) + activesupport (= 7.0.8.1) method_source rake (>= 12.2) thor (~> 1.0) + zeitwerk (~> 2.5) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) @@ -313,19 +313,19 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) yard (0.9.25) - zeitwerk (2.6.12) + zeitwerk (2.6.13) zstd-ruby (1.5.5.0) PLATFORMS ruby DEPENDENCIES - actionpack (~> 6.1.7) - actionview (~> 6.1.7) + actionpack (~> 7.0.8) + actionview (~> 7.0.8) active_model_serializers - activemodel (~> 6.1.7) - activerecord (~> 6.1.7) - activesupport (~> 6.1.7) + activemodel (~> 7.0.8) + activerecord (~> 7.0.8) + activesupport (~> 7.0.8) awesome_print byebug config (~> 3.0, >= 2.2.1) @@ -347,7 +347,7 @@ DEPENDENCIES nokogiri (< 1.13) public_suffix (< 5) puma (~> 5.6.2) - railties (~> 6.1.7) + railties (~> 7.0.8) repomd_parser (~> 0.1.6) responders (~> 3.1.1) ronn