diff --git a/.github/workflows/feature-tests.yml b/.github/workflows/feature-tests.yml index 0a547ad7a..6acff4ff5 100644 --- a/.github/workflows/feature-tests.yml +++ b/.github/workflows/feature-tests.yml @@ -40,6 +40,9 @@ jobs: - '6.1' - '7.1' - '8.0' + exclude: + - ruby: '3.1.4' + rails: '8.0' runs-on: ubuntu-latest env: diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 1f7a19275..66a06de50 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -39,6 +39,9 @@ jobs: - '6.1' - '7.1' - '8.0' + exclude: + - ruby: '3.1.4' + rails: '8.0' runs-on: ubuntu-latest env: diff --git a/Appraisals b/Appraisals index cae721ace..d68c9d12a 100644 --- a/Appraisals +++ b/Appraisals @@ -1,20 +1,14 @@ ["3.1.4", "3.3.0"].each do |ruby_version| - ["6.1", "7.1", "7.2.0.beta2"].each do |rails_version| + ["6.1", "7.1", "8.0"].each do |rails_version| + # Rails 8 require ruby >= 3.2.0 + next if ruby_version == "3.1.4" && rails_version == "8.0" + appraise "rails-#{rails_version}-ruby-#{ruby_version}" do gem "psych", "< 4" gem "rails", "~> #{rails_version}" gem "activestorage", "~> #{rails_version}" gem "activestorage" + gem "acts-as-taggable-on" end end - - # TODO: we'll probably have to remove these when Rails 8 is released - appraise "rails-8.0-ruby-#{ruby_version}" do - gem "psych", "< 4" - gem "rails", github: "rails/rails", branch: "main" - gem "activestorage", github: "rails/rails", branch: "main" - - # Temporary Rails 8 support - gem "acts-as-taggable-on", github: "avo-hq/acts-as-taggable-on" - end end diff --git a/Gemfile b/Gemfile index eff06ba36..3098cfbf2 100644 --- a/Gemfile +++ b/Gemfile @@ -151,8 +151,7 @@ gem "active_median" gem 'acts_as_list' -# gem 'acts-as-taggable-on', '~> 10.0' -gem "acts-as-taggable-on" +gem "acts-as-taggable-on", "~> 12.0" gem "bundler-integrity", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index ecb0e69f8..c63952618 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -669,7 +669,7 @@ DEPENDENCIES active_link_to active_median activestorage (>= 8.0.0) - acts-as-taggable-on + acts-as-taggable-on (~> 12.0) acts_as_list actual_db_schema addressable diff --git a/gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock b/gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock index bbd172621..745dcce33 100644 --- a/gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock +++ b/gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock @@ -90,7 +90,7 @@ GEM tzinfo (~> 2.0) zeitwerk (~> 2.3) acts-as-taggable-on (10.0.0) - activerecord (>= 6.1, < 8) + activerecord (>= 6.1, < 7.2) acts_as_list (1.2.2) activerecord (>= 6.1) activesupport (>= 6.1) @@ -363,7 +363,7 @@ GEM mini_histogram (0.3.1) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.25.1) + minitest (5.25.4) monetize (1.13.0) money (~> 6.12) money (6.19.0) @@ -630,7 +630,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.37) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-23 diff --git a/gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock b/gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock index 8e88043b3..f52f9d3df 100644 --- a/gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock +++ b/gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock @@ -90,7 +90,7 @@ GEM tzinfo (~> 2.0) zeitwerk (~> 2.3) acts-as-taggable-on (10.0.0) - activerecord (>= 6.1, < 8) + activerecord (>= 6.1, < 7.2) acts_as_list (1.2.2) activerecord (>= 6.1) activesupport (>= 6.1) @@ -337,7 +337,7 @@ GEM mini_histogram (0.3.1) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.25.1) + minitest (5.25.4) monetize (1.13.0) money (~> 6.12) money (6.19.0) @@ -603,7 +603,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.37) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-23 diff --git a/gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock b/gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock index a5e9d9599..3916a9a02 100644 --- a/gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock +++ b/gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock @@ -100,8 +100,9 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - acts-as-taggable-on (10.0.0) - activerecord (>= 6.1, < 8) + acts-as-taggable-on (12.0.0) + activerecord (>= 7.1, < 8.1) + zeitwerk (>= 2.4, < 3.0) acts_as_list (1.2.2) activerecord (>= 6.1) activesupport (>= 6.1) @@ -357,7 +358,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) + logger (1.6.2) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -376,7 +377,7 @@ GEM mini_histogram (0.3.1) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.25.1) + minitest (5.25.4) monetize (1.13.0) money (~> 6.12) money (6.19.0) @@ -551,7 +552,7 @@ GEM simplecov (>= 0.22.0) tty-which (~> 0.5.0) virtus (~> 2.0) - securerandom (0.3.1) + securerandom (0.4.0) sexp_processor (4.17.2) simplecov (0.22.0) docile (~> 1.1) @@ -613,7 +614,7 @@ GEM thor (1.3.2) thread_safe (0.3.6) tilt (2.4.0) - timeout (0.4.1) + timeout (0.4.2) tty-which (0.5.0) turbo-rails (2.0.10) actionpack (>= 6.0.0) @@ -651,7 +652,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.37) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-23 diff --git a/gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock b/gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock index 9d8084817..7cd013dea 100644 --- a/gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock +++ b/gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock @@ -100,8 +100,9 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - acts-as-taggable-on (10.0.0) - activerecord (>= 6.1, < 8) + acts-as-taggable-on (12.0.0) + activerecord (>= 7.1, < 8.1) + zeitwerk (>= 2.4, < 3.0) acts_as_list (1.2.2) activerecord (>= 6.1) activesupport (>= 6.1) @@ -331,7 +332,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) + logger (1.6.2) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -350,7 +351,7 @@ GEM mini_histogram (0.3.1) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.25.1) + minitest (5.25.4) monetize (1.13.0) money (~> 6.12) money (6.19.0) @@ -524,7 +525,7 @@ GEM simplecov (>= 0.22.0) tty-which (~> 0.5.0) virtus (~> 2.0) - securerandom (0.3.1) + securerandom (0.4.0) sexp_processor (4.17.2) simplecov (0.22.0) docile (~> 1.1) @@ -586,7 +587,7 @@ GEM thor (1.3.2) thread_safe (0.3.6) tilt (2.4.0) - timeout (0.4.1) + timeout (0.4.2) tty-which (0.5.0) turbo-rails (2.0.10) actionpack (>= 6.0.0) @@ -624,7 +625,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.37) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-23 diff --git a/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile b/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile deleted file mode 100644 index 421d9d619..000000000 --- a/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile +++ /dev/null @@ -1,95 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "jsbundling-rails" -gem "cssbundling-rails" -gem "rails", "~> 7.2.0.beta2" -gem "activestorage" -gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 6.4" -gem "redis", "~> 5.0" -gem "bootsnap", ">= 1.4.2", require: false -gem "debug", platforms: [:mri, :mingw, :x64_mingw] -gem "dotenv-rails" -gem "web-console", ">= 3.3.0" -gem "listen", ">= 3.5.1" -gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem "devise" -gem "amazing_print" -gem "zeitwerk" -gem "iso" -gem "active_link_to" -gem "addressable" -gem "meta-tags" -gem "ransack", ">= 4.2.0" -gem "friendly_id", "~> 5.5.1" -gem "aws-sdk-s3", require: false -gem "net-smtp", require: false -gem "groupdate" -gem "hightop" -gem "active_median" -gem "acts_as_list" -gem "acts-as-taggable-on" -gem "bundler-integrity", "~> 1.0" -gem "countries" -gem "chartkick" -gem "sprockets-rails" -gem "image_processing", "~> 1.12" -gem "prefixed_ids" -gem "mapkick-rb", "~> 0.1.4" -gem "pluggy", path: "../pluggy" -gem "hashid-rails", "~> 1.4", ">= 1.4.1" -gem "money-rails", "~> 1.12" -gem "avo-money_field" -gem "avo-record_link_field" -gem "pagy", "> 8" -gem "csv" -gem "psych", "< 4" - -group :development do - gem "standard", require: false - gem "bump", require: false - gem "gem-release", require: false - gem "annotate" - gem "htmlbeautifier" - gem "hotwire-livereload", "~> 1.3.0" - gem "rubocop", require: false - gem "ripper-tags", require: false - gem "rubocop-shopify", require: false - gem "rubycritic", require: false - gem "actual_db_schema" - gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2" - gem "ruby-statistics", "< 4" -end - -group :test do - gem "rspec-rails", "~> 6.0", ">= 6.0.3" - gem "rspec-retry", "~> 0.6.2" - gem "rails-controller-testing" - gem "capybara" - gem "cuprite" - gem "fuubar" - gem "simplecov", require: false - gem "simplecov-cobertura" - gem "simplecov-lcov" - gem "webmock" - gem "spring" - gem "spring-commands-rspec" - gem "launchy", require: false - gem "test-prof" - gem "database_cleaner-active_record" -end - -group :development, :test do - gem "faker", require: false - gem "i18n-tasks", "~> 1.0.12" - gem "erb-formatter", require: false - gem "erb_lint", require: false - gem "solargraph", require: false - gem "solargraph-rails", require: false - gem "factory_bot_rails" - gem "appraisal", require: false -end - -gemspec path: "../" diff --git a/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock b/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock deleted file mode 100644 index 16c9fb440..000000000 --- a/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock +++ /dev/null @@ -1,717 +0,0 @@ -PATH - remote: ../pluggy - specs: - pluggy (0.0.1) - -PATH - remote: .. - specs: - avo (3.15.2) - actionview (>= 6.1) - active_link_to - activerecord (>= 6.1) - activesupport (>= 6.1) - addressable - docile - inline_svg - meta-tags - pagy (>= 7.0.0) - prop_initializer (>= 0.2.0) - turbo-rails (>= 2.0.0) - turbo_power (>= 0.6.0) - view_component (>= 3.7.0) - zeitwerk (>= 2.6.12) - -GEM - remote: https://rubygems.org/ - specs: - actioncable (7.2.1) - actionpack (= 7.2.1) - activesupport (= 7.2.1) - nio4r (~> 2.0) - websocket-driver (>= 0.6.1) - zeitwerk (~> 2.6) - actionmailbox (7.2.1) - actionpack (= 7.2.1) - activejob (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) - mail (>= 2.8.0) - actionmailer (7.2.1) - actionpack (= 7.2.1) - actionview (= 7.2.1) - activejob (= 7.2.1) - activesupport (= 7.2.1) - mail (>= 2.8.0) - rails-dom-testing (~> 2.2) - actionpack (7.2.1) - actionview (= 7.2.1) - activesupport (= 7.2.1) - nokogiri (>= 1.8.5) - racc - rack (>= 2.2.4, < 3.2) - rack-session (>= 1.0.1) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - useragent (~> 0.16) - actiontext (7.2.1) - actionpack (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) - globalid (>= 0.6.0) - nokogiri (>= 1.8.5) - actionview (7.2.1) - activesupport (= 7.2.1) - builder (~> 3.1) - erubi (~> 1.11) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - active_link_to (1.0.5) - actionpack - addressable - active_median (0.4.1) - activesupport (>= 6.1) - activejob (7.2.1) - activesupport (= 7.2.1) - globalid (>= 0.3.6) - activemodel (7.2.1) - activesupport (= 7.2.1) - activerecord (7.2.1) - activemodel (= 7.2.1) - activesupport (= 7.2.1) - timeout (>= 0.4.0) - activestorage (7.2.1) - actionpack (= 7.2.1) - activejob (= 7.2.1) - activerecord (= 7.2.1) - activesupport (= 7.2.1) - marcel (~> 1.0) - activesupport (7.2.1) - base64 - bigdecimal - concurrent-ruby (~> 1.0, >= 1.3.1) - connection_pool (>= 2.2.5) - drb - i18n (>= 1.6, < 2) - logger (>= 1.4.2) - minitest (>= 5.1) - securerandom (>= 0.3) - tzinfo (~> 2.0, >= 2.0.5) - acts-as-taggable-on (10.0.0) - activerecord (>= 6.1, < 8) - acts_as_list (1.2.2) - activerecord (>= 6.1) - activesupport (>= 6.1) - actual_db_schema (0.7.9) - activerecord - activesupport - csv - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) - amazing_print (1.6.0) - annotate (3.2.0) - activerecord (>= 3.2, < 8.0) - rake (>= 10.4, < 14.0) - appraisal (2.5.0) - bundler - rake - thor (>= 0.14.0) - ast (2.4.2) - avo-money_field (0.0.4) - money-rails (~> 1.12) - avo-record_link_field (0.0.1) - aws-eventstream (1.3.0) - aws-partitions (1.979.0) - aws-sdk-core (3.209.1) - aws-eventstream (~> 1, >= 1.3.0) - aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.9) - jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.94.0) - aws-sdk-core (~> 3, >= 3.207.0) - aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.166.0) - aws-sdk-core (~> 3, >= 3.207.0) - aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.5) - aws-sigv4 (1.10.0) - aws-eventstream (~> 1, >= 1.0.2) - axiom-types (0.1.1) - descendants_tracker (~> 0.0.4) - ice_nine (~> 0.11.0) - thread_safe (~> 0.3, >= 0.3.1) - backport (1.2.0) - base64 (0.2.0) - bcrypt (3.1.20) - benchmark (0.3.0) - benchmark-ips (2.14.0) - better_html (2.1.1) - actionview (>= 6.0) - activesupport (>= 6.0) - ast (~> 2.0) - erubi (~> 1.4) - parser (>= 2.4) - smart_properties - bigdecimal (3.1.8) - bindex (0.8.1) - bootsnap (1.18.4) - msgpack (~> 1.2) - builder (3.3.0) - bump (0.10.0) - bundler-integrity (1.0.9) - capybara (3.40.0) - addressable - matrix - mini_mime (>= 0.1.3) - nokogiri (~> 1.11) - rack (>= 1.6.0) - rack-test (>= 0.6.3) - regexp_parser (>= 1.5, < 3.0) - xpath (~> 3.2) - chartkick (5.1.0) - childprocess (5.1.0) - logger (~> 1.5) - coercible (1.0.0) - descendants_tracker (~> 0.0.1) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) - countries (6.0.1) - unaccent (~> 0.3) - crack (1.0.0) - bigdecimal - rexml - crass (1.0.6) - cssbundling-rails (1.4.1) - railties (>= 6.0.0) - csv (3.3.0) - cuprite (0.15.1) - capybara (~> 3.0) - ferrum (~> 0.15.0) - database_cleaner-active_record (2.2.0) - activerecord (>= 5.a) - database_cleaner-core (~> 2.0.0) - database_cleaner-core (2.0.1) - date (3.3.4) - dead_end (4.0.0) - debug (1.9.2) - irb (~> 1.10) - reline (>= 0.3.8) - derailed_benchmarks (2.1.2) - benchmark-ips (~> 2) - dead_end - get_process_mem (~> 0) - heapy (~> 0) - memory_profiler (>= 0, < 2) - mini_histogram (>= 0.3.0) - rack (>= 1) - rack-test - rake (> 10, < 14) - ruby-statistics (>= 2.1) - thor (>= 0.19, < 2) - descendants_tracker (0.0.4) - thread_safe (~> 0.3, >= 0.3.1) - devise (4.9.4) - bcrypt (~> 3.0) - orm_adapter (~> 0.1) - railties (>= 4.1.0) - responders - warden (~> 1.2.3) - diff-lcs (1.5.1) - docile (1.4.1) - dotenv (3.1.4) - dotenv-rails (3.1.4) - dotenv (= 3.1.4) - railties (>= 6.1) - drb (2.2.1) - e2mmap (0.1.0) - erb-formatter (0.7.3) - syntax_tree (~> 6.0) - erb_lint (0.6.0) - activesupport - better_html (>= 2.0.1) - parser (>= 2.7.1.4) - rainbow - rubocop (>= 1) - smart_properties - erubi (1.13.0) - factory_bot (6.5.0) - activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) - railties (>= 5.0.0) - faker (3.4.2) - i18n (>= 1.8.11, < 2) - ferrum (0.15) - addressable (~> 2.5) - concurrent-ruby (~> 1.1) - webrick (~> 1.7) - websocket-driver (~> 0.7) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-linux-gnu) - flay (2.13.3) - erubi (~> 1.10) - path_expander (~> 1.0) - ruby_parser (~> 3.0) - sexp_processor (~> 4.0) - flog (4.8.0) - path_expander (~> 1.0) - ruby_parser (~> 3.1, > 3.1.0) - sexp_processor (~> 4.8) - friendly_id (5.5.1) - activerecord (>= 4.0.0) - fuubar (2.5.1) - rspec-core (~> 3.0) - ruby-progressbar (~> 1.4) - gem-release (2.2.2) - get_process_mem (0.2.7) - ffi (~> 1.0) - globalid (1.2.1) - activesupport (>= 6.1) - groupdate (6.4.0) - activesupport (>= 6.1) - hashdiff (1.1.1) - hashid-rails (1.4.1) - activerecord (>= 4.0) - hashids (~> 1.0) - hashids (1.0.6) - heapy (0.2.0) - thor - highline (3.1.1) - reline - hightop (0.4.0) - activesupport (>= 6.1) - hotwire-livereload (1.3.2) - actioncable (>= 6.0.0) - listen (>= 3.0.0) - railties (>= 6.0.0) - htmlbeautifier (1.4.3) - i18n (1.14.6) - concurrent-ruby (~> 1.0) - i18n-tasks (1.0.14) - activesupport (>= 4.0.2) - ast (>= 2.1.0) - erubi - highline (>= 2.0.0) - i18n - parser (>= 3.2.2.1) - rails-i18n - rainbow (>= 2.2.2, < 4.0) - terminal-table (>= 1.5.1) - ice_nine (0.11.2) - image_processing (1.13.0) - mini_magick (>= 4.9.5, < 5) - ruby-vips (>= 2.0.17, < 3) - inline_svg (1.10.0) - activesupport (>= 3.0) - nokogiri (>= 1.6) - io-console (0.7.2) - irb (1.14.0) - rdoc (>= 4.0.0) - reline (>= 0.4.2) - iso (0.4.0) - i18n - jaro_winkler (1.6.0) - jmespath (1.6.2) - jsbundling-rails (1.3.1) - railties (>= 6.0.0) - json (2.7.2) - kramdown (2.4.0) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - kwalify (0.7.2) - language_server-protocol (3.17.0.3) - launchy (3.0.1) - addressable (~> 2.8) - childprocess (~> 5.0) - lint_roller (1.1.0) - listen (3.9.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) - loofah (2.23.1) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - mail (2.8.1) - mini_mime (>= 0.1.1) - net-imap - net-pop - net-smtp - mapkick-rb (0.1.5) - marcel (1.0.4) - matrix (0.4.2) - memory_profiler (1.1.0) - meta-tags (2.22.1) - actionpack (>= 6.0.0, < 8.1) - method_source (1.1.0) - mini_histogram (0.3.1) - mini_magick (4.13.2) - mini_mime (1.1.5) - minitest (5.25.1) - monetize (1.13.0) - money (~> 6.12) - money (6.19.0) - i18n (>= 0.6.4, <= 2) - money-rails (1.15.0) - activesupport (>= 3.0) - monetize (~> 1.9) - money (~> 6.13) - railties (>= 3.0) - msgpack (1.7.2) - net-imap (0.4.16) - date - net-protocol - net-pop (0.1.2) - net-protocol - net-protocol (0.2.2) - timeout - net-smtp (0.5.0) - net-protocol - nio4r (2.7.3) - nokogiri (1.16.8-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.8-x86_64-linux) - racc (~> 1.4) - orm_adapter (0.5.0) - pagy (9.0.9) - parallel (1.26.3) - parser (3.2.2.4) - ast (~> 2.4.1) - racc - path_expander (1.1.3) - pg (1.5.8) - prefixed_ids (1.8.1) - hashids (>= 1.0.0, < 2.0.0) - rails (>= 6.0.0) - prettier_print (1.2.1) - prop_initializer (0.2.0) - zeitwerk (>= 2.6.18) - psych (3.3.4) - public_suffix (6.0.1) - puma (6.4.3) - nio4r (~> 2.0) - racc (1.8.1) - rack (3.1.7) - rack-session (2.0.0) - rack (>= 3.0.0) - rack-test (2.1.0) - rack (>= 1.3) - rackup (2.1.0) - rack (>= 3) - webrick (~> 1.8) - rails (7.2.1) - actioncable (= 7.2.1) - actionmailbox (= 7.2.1) - actionmailer (= 7.2.1) - actionpack (= 7.2.1) - actiontext (= 7.2.1) - actionview (= 7.2.1) - activejob (= 7.2.1) - activemodel (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) - bundler (>= 1.15.0) - railties (= 7.2.1) - rails-controller-testing (1.0.5) - actionpack (>= 5.0.1.rc1) - actionview (>= 5.0.1.rc1) - activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.2.0) - activesupport (>= 5.0.0) - minitest - nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) - loofah (~> 2.21) - nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - rails-i18n (7.0.9) - i18n (>= 0.7, < 2) - railties (>= 6.0.0, < 8) - railties (7.2.1) - actionpack (= 7.2.1) - activesupport (= 7.2.1) - irb (~> 1.13) - rackup (>= 1.0.0) - rake (>= 12.2) - thor (~> 1.0, >= 1.2.2) - zeitwerk (~> 2.6) - rainbow (3.1.1) - rake (13.2.1) - ransack (4.2.1) - activerecord (>= 6.1.5) - activesupport (>= 6.1.5) - i18n - rb-fsevent (0.11.2) - rb-inotify (0.11.1) - ffi (~> 1.0) - rbs (2.8.4) - rdoc (6.3.4.1) - redis (5.3.0) - redis-client (>= 0.22.0) - redis-client (0.22.2) - connection_pool - reek (6.1.4) - kwalify (~> 0.7.0) - parser (~> 3.2.0) - rainbow (>= 2.0, < 4.0) - regexp_parser (2.9.2) - reline (0.5.10) - io-console (~> 0.5) - responders (3.1.1) - actionpack (>= 5.2) - railties (>= 5.2) - reverse_markdown (2.1.1) - nokogiri - rexml (3.3.9) - ripper-tags (1.0.2) - rspec-core (3.13.1) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) - rspec-retry (0.6.2) - rspec-core (> 3.3) - rspec-support (3.13.1) - rubocop (1.59.0) - json (~> 2.3) - language_server-protocol (>= 3.17.0) - parallel (~> 1.10) - parser (>= 3.2.2.4) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-performance (1.20.2) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - rubocop-shopify (2.15.1) - rubocop (~> 1.51) - ruby-progressbar (1.13.0) - ruby-statistics (3.0.2) - ruby-vips (2.2.2) - ffi (~> 1.12) - logger - ruby_parser (3.21.1) - racc (~> 1.5) - sexp_processor (~> 4.16) - rubycritic (4.9.1) - flay (~> 2.13) - flog (~> 4.7) - launchy (>= 2.5.2) - parser (>= 3.2.2.4) - rainbow (~> 3.1.1) - reek (~> 6.0, < 6.2) - rexml - ruby_parser (~> 3.21) - simplecov (>= 0.22.0) - tty-which (~> 0.5.0) - virtus (~> 2.0) - securerandom (0.3.1) - sexp_processor (4.17.2) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) - simplecov-html (0.13.1) - simplecov-lcov (0.8.0) - simplecov_json_formatter (0.1.4) - smart_properties (1.17.0) - solargraph (0.50.0) - backport (~> 1.2) - benchmark - bundler (~> 2.0) - diff-lcs (~> 1.4) - e2mmap - jaro_winkler (~> 1.5) - kramdown (~> 2.3) - kramdown-parser-gfm (~> 1.1) - parser (~> 3.0) - rbs (~> 2.0) - reverse_markdown (~> 2.0) - rubocop (~> 1.38) - thor (~> 1.0) - tilt (~> 2.0) - yard (~> 0.9, >= 0.9.24) - solargraph-rails (1.1.0) - activesupport - solargraph - spring (4.2.1) - spring-commands-rspec (1.0.4) - spring (>= 0.9.1) - sprockets (4.2.1) - concurrent-ruby (~> 1.0) - rack (>= 2.2.4, < 4) - sprockets-rails (3.5.2) - actionpack (>= 6.1) - activesupport (>= 6.1) - sprockets (>= 3.0.0) - standard (1.33.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.59.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.3) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.3.1) - lint_roller (~> 1.1) - rubocop-performance (~> 1.20.2) - syntax_tree (6.2.0) - prettier_print (>= 1.2.0) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - test-prof (1.4.2) - thor (1.3.2) - thread_safe (0.3.6) - tilt (2.4.0) - timeout (0.4.1) - tty-which (0.5.0) - turbo-rails (2.0.10) - actionpack (>= 6.0.0) - railties (>= 6.0.0) - turbo_power (0.6.2) - turbo-rails (>= 1.3.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unaccent (0.4.0) - unicode-display_width (2.6.0) - useragent (0.16.10) - view_component (3.15.1) - activesupport (>= 5.2.0, < 8.0) - concurrent-ruby (~> 1.0) - method_source (~> 1.0) - virtus (2.0.0) - axiom-types (~> 0.1) - coercible (~> 1.0) - descendants_tracker (~> 0.0, >= 0.0.3) - warden (1.2.9) - rack (>= 2.0.9) - web-console (4.2.1) - actionview (>= 6.0.0) - activemodel (>= 6.0.0) - bindex (>= 0.4.0) - railties (>= 6.0.0) - webmock (3.23.1) - addressable (>= 2.8.0) - crack (>= 0.3.2) - hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - websocket-driver (0.7.6) - websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.5) - xpath (3.2.0) - nokogiri (~> 1.8) - yard (0.9.37) - zeitwerk (2.6.18) - -PLATFORMS - arm64-darwin-23 - x86_64-linux - -DEPENDENCIES - active_link_to - active_median - activestorage - acts-as-taggable-on - acts_as_list - actual_db_schema - addressable - amazing_print - annotate - appraisal - avo! - avo-money_field - avo-record_link_field - aws-sdk-s3 - bootsnap (>= 1.4.2) - bump - bundler-integrity (~> 1.0) - capybara - chartkick - countries - cssbundling-rails - csv - cuprite - database_cleaner-active_record - debug - derailed_benchmarks (~> 2.1, >= 2.1.2) - devise - dotenv-rails - erb-formatter - erb_lint - factory_bot_rails - faker - friendly_id (~> 5.5.1) - fuubar - gem-release - groupdate - hashid-rails (~> 1.4, >= 1.4.1) - hightop - hotwire-livereload (~> 1.3.0) - htmlbeautifier - i18n-tasks (~> 1.0.12) - image_processing (~> 1.12) - iso - jsbundling-rails - launchy - listen (>= 3.5.1) - mapkick-rb (~> 0.1.4) - meta-tags - money-rails (~> 1.12) - net-smtp - pagy (> 8) - pg (>= 0.18, < 2.0) - pluggy! - prefixed_ids - psych (< 4) - puma (~> 6.4) - rails (~> 7.2.0.beta2) - rails-controller-testing - ransack (>= 4.2.0) - redis (~> 5.0) - ripper-tags - rspec-rails (~> 6.0, >= 6.0.3) - rspec-retry (~> 0.6.2) - rubocop - rubocop-shopify - ruby-statistics (< 4) - rubycritic - simplecov - simplecov-cobertura - simplecov-lcov - solargraph - solargraph-rails - spring - spring-commands-rspec - sprockets-rails - standard - test-prof - tzinfo-data - web-console (>= 3.3.0) - webmock - zeitwerk - -BUNDLED WITH - 2.5.9 diff --git a/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile b/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile deleted file mode 100644 index 421d9d619..000000000 --- a/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile +++ /dev/null @@ -1,95 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "jsbundling-rails" -gem "cssbundling-rails" -gem "rails", "~> 7.2.0.beta2" -gem "activestorage" -gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 6.4" -gem "redis", "~> 5.0" -gem "bootsnap", ">= 1.4.2", require: false -gem "debug", platforms: [:mri, :mingw, :x64_mingw] -gem "dotenv-rails" -gem "web-console", ">= 3.3.0" -gem "listen", ">= 3.5.1" -gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem "devise" -gem "amazing_print" -gem "zeitwerk" -gem "iso" -gem "active_link_to" -gem "addressable" -gem "meta-tags" -gem "ransack", ">= 4.2.0" -gem "friendly_id", "~> 5.5.1" -gem "aws-sdk-s3", require: false -gem "net-smtp", require: false -gem "groupdate" -gem "hightop" -gem "active_median" -gem "acts_as_list" -gem "acts-as-taggable-on" -gem "bundler-integrity", "~> 1.0" -gem "countries" -gem "chartkick" -gem "sprockets-rails" -gem "image_processing", "~> 1.12" -gem "prefixed_ids" -gem "mapkick-rb", "~> 0.1.4" -gem "pluggy", path: "../pluggy" -gem "hashid-rails", "~> 1.4", ">= 1.4.1" -gem "money-rails", "~> 1.12" -gem "avo-money_field" -gem "avo-record_link_field" -gem "pagy", "> 8" -gem "csv" -gem "psych", "< 4" - -group :development do - gem "standard", require: false - gem "bump", require: false - gem "gem-release", require: false - gem "annotate" - gem "htmlbeautifier" - gem "hotwire-livereload", "~> 1.3.0" - gem "rubocop", require: false - gem "ripper-tags", require: false - gem "rubocop-shopify", require: false - gem "rubycritic", require: false - gem "actual_db_schema" - gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2" - gem "ruby-statistics", "< 4" -end - -group :test do - gem "rspec-rails", "~> 6.0", ">= 6.0.3" - gem "rspec-retry", "~> 0.6.2" - gem "rails-controller-testing" - gem "capybara" - gem "cuprite" - gem "fuubar" - gem "simplecov", require: false - gem "simplecov-cobertura" - gem "simplecov-lcov" - gem "webmock" - gem "spring" - gem "spring-commands-rspec" - gem "launchy", require: false - gem "test-prof" - gem "database_cleaner-active_record" -end - -group :development, :test do - gem "faker", require: false - gem "i18n-tasks", "~> 1.0.12" - gem "erb-formatter", require: false - gem "erb_lint", require: false - gem "solargraph", require: false - gem "solargraph-rails", require: false - gem "factory_bot_rails" - gem "appraisal", require: false -end - -gemspec path: "../" diff --git a/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock b/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock deleted file mode 100644 index 16c9fb440..000000000 --- a/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock +++ /dev/null @@ -1,717 +0,0 @@ -PATH - remote: ../pluggy - specs: - pluggy (0.0.1) - -PATH - remote: .. - specs: - avo (3.15.2) - actionview (>= 6.1) - active_link_to - activerecord (>= 6.1) - activesupport (>= 6.1) - addressable - docile - inline_svg - meta-tags - pagy (>= 7.0.0) - prop_initializer (>= 0.2.0) - turbo-rails (>= 2.0.0) - turbo_power (>= 0.6.0) - view_component (>= 3.7.0) - zeitwerk (>= 2.6.12) - -GEM - remote: https://rubygems.org/ - specs: - actioncable (7.2.1) - actionpack (= 7.2.1) - activesupport (= 7.2.1) - nio4r (~> 2.0) - websocket-driver (>= 0.6.1) - zeitwerk (~> 2.6) - actionmailbox (7.2.1) - actionpack (= 7.2.1) - activejob (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) - mail (>= 2.8.0) - actionmailer (7.2.1) - actionpack (= 7.2.1) - actionview (= 7.2.1) - activejob (= 7.2.1) - activesupport (= 7.2.1) - mail (>= 2.8.0) - rails-dom-testing (~> 2.2) - actionpack (7.2.1) - actionview (= 7.2.1) - activesupport (= 7.2.1) - nokogiri (>= 1.8.5) - racc - rack (>= 2.2.4, < 3.2) - rack-session (>= 1.0.1) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - useragent (~> 0.16) - actiontext (7.2.1) - actionpack (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) - globalid (>= 0.6.0) - nokogiri (>= 1.8.5) - actionview (7.2.1) - activesupport (= 7.2.1) - builder (~> 3.1) - erubi (~> 1.11) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - active_link_to (1.0.5) - actionpack - addressable - active_median (0.4.1) - activesupport (>= 6.1) - activejob (7.2.1) - activesupport (= 7.2.1) - globalid (>= 0.3.6) - activemodel (7.2.1) - activesupport (= 7.2.1) - activerecord (7.2.1) - activemodel (= 7.2.1) - activesupport (= 7.2.1) - timeout (>= 0.4.0) - activestorage (7.2.1) - actionpack (= 7.2.1) - activejob (= 7.2.1) - activerecord (= 7.2.1) - activesupport (= 7.2.1) - marcel (~> 1.0) - activesupport (7.2.1) - base64 - bigdecimal - concurrent-ruby (~> 1.0, >= 1.3.1) - connection_pool (>= 2.2.5) - drb - i18n (>= 1.6, < 2) - logger (>= 1.4.2) - minitest (>= 5.1) - securerandom (>= 0.3) - tzinfo (~> 2.0, >= 2.0.5) - acts-as-taggable-on (10.0.0) - activerecord (>= 6.1, < 8) - acts_as_list (1.2.2) - activerecord (>= 6.1) - activesupport (>= 6.1) - actual_db_schema (0.7.9) - activerecord - activesupport - csv - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) - amazing_print (1.6.0) - annotate (3.2.0) - activerecord (>= 3.2, < 8.0) - rake (>= 10.4, < 14.0) - appraisal (2.5.0) - bundler - rake - thor (>= 0.14.0) - ast (2.4.2) - avo-money_field (0.0.4) - money-rails (~> 1.12) - avo-record_link_field (0.0.1) - aws-eventstream (1.3.0) - aws-partitions (1.979.0) - aws-sdk-core (3.209.1) - aws-eventstream (~> 1, >= 1.3.0) - aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.9) - jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.94.0) - aws-sdk-core (~> 3, >= 3.207.0) - aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.166.0) - aws-sdk-core (~> 3, >= 3.207.0) - aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.5) - aws-sigv4 (1.10.0) - aws-eventstream (~> 1, >= 1.0.2) - axiom-types (0.1.1) - descendants_tracker (~> 0.0.4) - ice_nine (~> 0.11.0) - thread_safe (~> 0.3, >= 0.3.1) - backport (1.2.0) - base64 (0.2.0) - bcrypt (3.1.20) - benchmark (0.3.0) - benchmark-ips (2.14.0) - better_html (2.1.1) - actionview (>= 6.0) - activesupport (>= 6.0) - ast (~> 2.0) - erubi (~> 1.4) - parser (>= 2.4) - smart_properties - bigdecimal (3.1.8) - bindex (0.8.1) - bootsnap (1.18.4) - msgpack (~> 1.2) - builder (3.3.0) - bump (0.10.0) - bundler-integrity (1.0.9) - capybara (3.40.0) - addressable - matrix - mini_mime (>= 0.1.3) - nokogiri (~> 1.11) - rack (>= 1.6.0) - rack-test (>= 0.6.3) - regexp_parser (>= 1.5, < 3.0) - xpath (~> 3.2) - chartkick (5.1.0) - childprocess (5.1.0) - logger (~> 1.5) - coercible (1.0.0) - descendants_tracker (~> 0.0.1) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) - countries (6.0.1) - unaccent (~> 0.3) - crack (1.0.0) - bigdecimal - rexml - crass (1.0.6) - cssbundling-rails (1.4.1) - railties (>= 6.0.0) - csv (3.3.0) - cuprite (0.15.1) - capybara (~> 3.0) - ferrum (~> 0.15.0) - database_cleaner-active_record (2.2.0) - activerecord (>= 5.a) - database_cleaner-core (~> 2.0.0) - database_cleaner-core (2.0.1) - date (3.3.4) - dead_end (4.0.0) - debug (1.9.2) - irb (~> 1.10) - reline (>= 0.3.8) - derailed_benchmarks (2.1.2) - benchmark-ips (~> 2) - dead_end - get_process_mem (~> 0) - heapy (~> 0) - memory_profiler (>= 0, < 2) - mini_histogram (>= 0.3.0) - rack (>= 1) - rack-test - rake (> 10, < 14) - ruby-statistics (>= 2.1) - thor (>= 0.19, < 2) - descendants_tracker (0.0.4) - thread_safe (~> 0.3, >= 0.3.1) - devise (4.9.4) - bcrypt (~> 3.0) - orm_adapter (~> 0.1) - railties (>= 4.1.0) - responders - warden (~> 1.2.3) - diff-lcs (1.5.1) - docile (1.4.1) - dotenv (3.1.4) - dotenv-rails (3.1.4) - dotenv (= 3.1.4) - railties (>= 6.1) - drb (2.2.1) - e2mmap (0.1.0) - erb-formatter (0.7.3) - syntax_tree (~> 6.0) - erb_lint (0.6.0) - activesupport - better_html (>= 2.0.1) - parser (>= 2.7.1.4) - rainbow - rubocop (>= 1) - smart_properties - erubi (1.13.0) - factory_bot (6.5.0) - activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) - railties (>= 5.0.0) - faker (3.4.2) - i18n (>= 1.8.11, < 2) - ferrum (0.15) - addressable (~> 2.5) - concurrent-ruby (~> 1.1) - webrick (~> 1.7) - websocket-driver (~> 0.7) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-linux-gnu) - flay (2.13.3) - erubi (~> 1.10) - path_expander (~> 1.0) - ruby_parser (~> 3.0) - sexp_processor (~> 4.0) - flog (4.8.0) - path_expander (~> 1.0) - ruby_parser (~> 3.1, > 3.1.0) - sexp_processor (~> 4.8) - friendly_id (5.5.1) - activerecord (>= 4.0.0) - fuubar (2.5.1) - rspec-core (~> 3.0) - ruby-progressbar (~> 1.4) - gem-release (2.2.2) - get_process_mem (0.2.7) - ffi (~> 1.0) - globalid (1.2.1) - activesupport (>= 6.1) - groupdate (6.4.0) - activesupport (>= 6.1) - hashdiff (1.1.1) - hashid-rails (1.4.1) - activerecord (>= 4.0) - hashids (~> 1.0) - hashids (1.0.6) - heapy (0.2.0) - thor - highline (3.1.1) - reline - hightop (0.4.0) - activesupport (>= 6.1) - hotwire-livereload (1.3.2) - actioncable (>= 6.0.0) - listen (>= 3.0.0) - railties (>= 6.0.0) - htmlbeautifier (1.4.3) - i18n (1.14.6) - concurrent-ruby (~> 1.0) - i18n-tasks (1.0.14) - activesupport (>= 4.0.2) - ast (>= 2.1.0) - erubi - highline (>= 2.0.0) - i18n - parser (>= 3.2.2.1) - rails-i18n - rainbow (>= 2.2.2, < 4.0) - terminal-table (>= 1.5.1) - ice_nine (0.11.2) - image_processing (1.13.0) - mini_magick (>= 4.9.5, < 5) - ruby-vips (>= 2.0.17, < 3) - inline_svg (1.10.0) - activesupport (>= 3.0) - nokogiri (>= 1.6) - io-console (0.7.2) - irb (1.14.0) - rdoc (>= 4.0.0) - reline (>= 0.4.2) - iso (0.4.0) - i18n - jaro_winkler (1.6.0) - jmespath (1.6.2) - jsbundling-rails (1.3.1) - railties (>= 6.0.0) - json (2.7.2) - kramdown (2.4.0) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - kwalify (0.7.2) - language_server-protocol (3.17.0.3) - launchy (3.0.1) - addressable (~> 2.8) - childprocess (~> 5.0) - lint_roller (1.1.0) - listen (3.9.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) - loofah (2.23.1) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - mail (2.8.1) - mini_mime (>= 0.1.1) - net-imap - net-pop - net-smtp - mapkick-rb (0.1.5) - marcel (1.0.4) - matrix (0.4.2) - memory_profiler (1.1.0) - meta-tags (2.22.1) - actionpack (>= 6.0.0, < 8.1) - method_source (1.1.0) - mini_histogram (0.3.1) - mini_magick (4.13.2) - mini_mime (1.1.5) - minitest (5.25.1) - monetize (1.13.0) - money (~> 6.12) - money (6.19.0) - i18n (>= 0.6.4, <= 2) - money-rails (1.15.0) - activesupport (>= 3.0) - monetize (~> 1.9) - money (~> 6.13) - railties (>= 3.0) - msgpack (1.7.2) - net-imap (0.4.16) - date - net-protocol - net-pop (0.1.2) - net-protocol - net-protocol (0.2.2) - timeout - net-smtp (0.5.0) - net-protocol - nio4r (2.7.3) - nokogiri (1.16.8-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.8-x86_64-linux) - racc (~> 1.4) - orm_adapter (0.5.0) - pagy (9.0.9) - parallel (1.26.3) - parser (3.2.2.4) - ast (~> 2.4.1) - racc - path_expander (1.1.3) - pg (1.5.8) - prefixed_ids (1.8.1) - hashids (>= 1.0.0, < 2.0.0) - rails (>= 6.0.0) - prettier_print (1.2.1) - prop_initializer (0.2.0) - zeitwerk (>= 2.6.18) - psych (3.3.4) - public_suffix (6.0.1) - puma (6.4.3) - nio4r (~> 2.0) - racc (1.8.1) - rack (3.1.7) - rack-session (2.0.0) - rack (>= 3.0.0) - rack-test (2.1.0) - rack (>= 1.3) - rackup (2.1.0) - rack (>= 3) - webrick (~> 1.8) - rails (7.2.1) - actioncable (= 7.2.1) - actionmailbox (= 7.2.1) - actionmailer (= 7.2.1) - actionpack (= 7.2.1) - actiontext (= 7.2.1) - actionview (= 7.2.1) - activejob (= 7.2.1) - activemodel (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) - bundler (>= 1.15.0) - railties (= 7.2.1) - rails-controller-testing (1.0.5) - actionpack (>= 5.0.1.rc1) - actionview (>= 5.0.1.rc1) - activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.2.0) - activesupport (>= 5.0.0) - minitest - nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) - loofah (~> 2.21) - nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - rails-i18n (7.0.9) - i18n (>= 0.7, < 2) - railties (>= 6.0.0, < 8) - railties (7.2.1) - actionpack (= 7.2.1) - activesupport (= 7.2.1) - irb (~> 1.13) - rackup (>= 1.0.0) - rake (>= 12.2) - thor (~> 1.0, >= 1.2.2) - zeitwerk (~> 2.6) - rainbow (3.1.1) - rake (13.2.1) - ransack (4.2.1) - activerecord (>= 6.1.5) - activesupport (>= 6.1.5) - i18n - rb-fsevent (0.11.2) - rb-inotify (0.11.1) - ffi (~> 1.0) - rbs (2.8.4) - rdoc (6.3.4.1) - redis (5.3.0) - redis-client (>= 0.22.0) - redis-client (0.22.2) - connection_pool - reek (6.1.4) - kwalify (~> 0.7.0) - parser (~> 3.2.0) - rainbow (>= 2.0, < 4.0) - regexp_parser (2.9.2) - reline (0.5.10) - io-console (~> 0.5) - responders (3.1.1) - actionpack (>= 5.2) - railties (>= 5.2) - reverse_markdown (2.1.1) - nokogiri - rexml (3.3.9) - ripper-tags (1.0.2) - rspec-core (3.13.1) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) - rspec-retry (0.6.2) - rspec-core (> 3.3) - rspec-support (3.13.1) - rubocop (1.59.0) - json (~> 2.3) - language_server-protocol (>= 3.17.0) - parallel (~> 1.10) - parser (>= 3.2.2.4) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-performance (1.20.2) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - rubocop-shopify (2.15.1) - rubocop (~> 1.51) - ruby-progressbar (1.13.0) - ruby-statistics (3.0.2) - ruby-vips (2.2.2) - ffi (~> 1.12) - logger - ruby_parser (3.21.1) - racc (~> 1.5) - sexp_processor (~> 4.16) - rubycritic (4.9.1) - flay (~> 2.13) - flog (~> 4.7) - launchy (>= 2.5.2) - parser (>= 3.2.2.4) - rainbow (~> 3.1.1) - reek (~> 6.0, < 6.2) - rexml - ruby_parser (~> 3.21) - simplecov (>= 0.22.0) - tty-which (~> 0.5.0) - virtus (~> 2.0) - securerandom (0.3.1) - sexp_processor (4.17.2) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) - simplecov-html (0.13.1) - simplecov-lcov (0.8.0) - simplecov_json_formatter (0.1.4) - smart_properties (1.17.0) - solargraph (0.50.0) - backport (~> 1.2) - benchmark - bundler (~> 2.0) - diff-lcs (~> 1.4) - e2mmap - jaro_winkler (~> 1.5) - kramdown (~> 2.3) - kramdown-parser-gfm (~> 1.1) - parser (~> 3.0) - rbs (~> 2.0) - reverse_markdown (~> 2.0) - rubocop (~> 1.38) - thor (~> 1.0) - tilt (~> 2.0) - yard (~> 0.9, >= 0.9.24) - solargraph-rails (1.1.0) - activesupport - solargraph - spring (4.2.1) - spring-commands-rspec (1.0.4) - spring (>= 0.9.1) - sprockets (4.2.1) - concurrent-ruby (~> 1.0) - rack (>= 2.2.4, < 4) - sprockets-rails (3.5.2) - actionpack (>= 6.1) - activesupport (>= 6.1) - sprockets (>= 3.0.0) - standard (1.33.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.59.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.3) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.3.1) - lint_roller (~> 1.1) - rubocop-performance (~> 1.20.2) - syntax_tree (6.2.0) - prettier_print (>= 1.2.0) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - test-prof (1.4.2) - thor (1.3.2) - thread_safe (0.3.6) - tilt (2.4.0) - timeout (0.4.1) - tty-which (0.5.0) - turbo-rails (2.0.10) - actionpack (>= 6.0.0) - railties (>= 6.0.0) - turbo_power (0.6.2) - turbo-rails (>= 1.3.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unaccent (0.4.0) - unicode-display_width (2.6.0) - useragent (0.16.10) - view_component (3.15.1) - activesupport (>= 5.2.0, < 8.0) - concurrent-ruby (~> 1.0) - method_source (~> 1.0) - virtus (2.0.0) - axiom-types (~> 0.1) - coercible (~> 1.0) - descendants_tracker (~> 0.0, >= 0.0.3) - warden (1.2.9) - rack (>= 2.0.9) - web-console (4.2.1) - actionview (>= 6.0.0) - activemodel (>= 6.0.0) - bindex (>= 0.4.0) - railties (>= 6.0.0) - webmock (3.23.1) - addressable (>= 2.8.0) - crack (>= 0.3.2) - hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - websocket-driver (0.7.6) - websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.5) - xpath (3.2.0) - nokogiri (~> 1.8) - yard (0.9.37) - zeitwerk (2.6.18) - -PLATFORMS - arm64-darwin-23 - x86_64-linux - -DEPENDENCIES - active_link_to - active_median - activestorage - acts-as-taggable-on - acts_as_list - actual_db_schema - addressable - amazing_print - annotate - appraisal - avo! - avo-money_field - avo-record_link_field - aws-sdk-s3 - bootsnap (>= 1.4.2) - bump - bundler-integrity (~> 1.0) - capybara - chartkick - countries - cssbundling-rails - csv - cuprite - database_cleaner-active_record - debug - derailed_benchmarks (~> 2.1, >= 2.1.2) - devise - dotenv-rails - erb-formatter - erb_lint - factory_bot_rails - faker - friendly_id (~> 5.5.1) - fuubar - gem-release - groupdate - hashid-rails (~> 1.4, >= 1.4.1) - hightop - hotwire-livereload (~> 1.3.0) - htmlbeautifier - i18n-tasks (~> 1.0.12) - image_processing (~> 1.12) - iso - jsbundling-rails - launchy - listen (>= 3.5.1) - mapkick-rb (~> 0.1.4) - meta-tags - money-rails (~> 1.12) - net-smtp - pagy (> 8) - pg (>= 0.18, < 2.0) - pluggy! - prefixed_ids - psych (< 4) - puma (~> 6.4) - rails (~> 7.2.0.beta2) - rails-controller-testing - ransack (>= 4.2.0) - redis (~> 5.0) - ripper-tags - rspec-rails (~> 6.0, >= 6.0.3) - rspec-retry (~> 0.6.2) - rubocop - rubocop-shopify - ruby-statistics (< 4) - rubycritic - simplecov - simplecov-cobertura - simplecov-lcov - solargraph - solargraph-rails - spring - spring-commands-rspec - sprockets-rails - standard - test-prof - tzinfo-data - web-console (>= 3.3.0) - webmock - zeitwerk - -BUNDLED WITH - 2.5.9 diff --git a/gemfiles/rails_8.0_ruby_3.1.4.gemfile b/gemfiles/rails_8.0_ruby_3.1.4.gemfile deleted file mode 100644 index 5366e6ffa..000000000 --- a/gemfiles/rails_8.0_ruby_3.1.4.gemfile +++ /dev/null @@ -1,95 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "jsbundling-rails" -gem "cssbundling-rails" -gem "rails", branch: "main", git: "https://github.com/rails/rails.git" -gem "activestorage", branch: "main", git: "https://github.com/rails/rails.git" -gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 6.4" -gem "redis", "~> 5.0" -gem "bootsnap", ">= 1.4.2", require: false -gem "debug", platforms: [:mri, :mingw, :x64_mingw] -gem "dotenv-rails" -gem "web-console", ">= 3.3.0" -gem "listen", ">= 3.5.1" -gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem "devise" -gem "amazing_print" -gem "zeitwerk" -gem "iso" -gem "active_link_to" -gem "addressable" -gem "meta-tags" -gem "ransack", ">= 4.2.0" -gem "friendly_id", "~> 5.5.1" -gem "aws-sdk-s3", require: false -gem "net-smtp", require: false -gem "groupdate" -gem "hightop" -gem "active_median" -gem "acts_as_list" -gem "acts-as-taggable-on", git: "https://github.com/avo-hq/acts-as-taggable-on.git" -gem "bundler-integrity", "~> 1.0" -gem "countries" -gem "chartkick" -gem "sprockets-rails" -gem "image_processing", "~> 1.12" -gem "prefixed_ids" -gem "mapkick-rb", "~> 0.1.4" -gem "pluggy", path: "../pluggy" -gem "hashid-rails", "~> 1.4", ">= 1.4.1" -gem "money-rails", "~> 1.12" -gem "avo-money_field" -gem "avo-record_link_field" -gem "pagy", "> 8" -gem "csv" -gem "psych", "< 4" - -group :development do - gem "standard", require: false - gem "bump", require: false - gem "gem-release", require: false - gem "annotate" - gem "htmlbeautifier" - gem "hotwire-livereload", "~> 1.3.0" - gem "rubocop", require: false - gem "ripper-tags", require: false - gem "rubocop-shopify", require: false - gem "rubycritic", require: false - gem "actual_db_schema" - gem "derailed_benchmarks", "~> 2.1", ">= 2.1.2" - gem "ruby-statistics", "< 4" -end - -group :test do - gem "rspec-rails", "~> 6.0", ">= 6.0.3" - gem "rspec-retry", "~> 0.6.2" - gem "rails-controller-testing" - gem "capybara" - gem "cuprite" - gem "fuubar" - gem "simplecov", require: false - gem "simplecov-cobertura" - gem "simplecov-lcov" - gem "webmock" - gem "spring" - gem "spring-commands-rspec" - gem "launchy", require: false - gem "test-prof" - gem "database_cleaner-active_record" -end - -group :development, :test do - gem "faker", require: false - gem "i18n-tasks", "~> 1.0.12" - gem "erb-formatter", require: false - gem "erb_lint", require: false - gem "solargraph", require: false - gem "solargraph-rails", require: false - gem "factory_bot_rails" - gem "appraisal", require: false -end - -gemspec path: "../" diff --git a/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock b/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock deleted file mode 100644 index db55e7e83..000000000 --- a/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock +++ /dev/null @@ -1,730 +0,0 @@ -GIT - remote: https://github.com/avo-hq/acts-as-taggable-on.git - revision: 33f0eac41ba392b3cae69faf3dee69a698a7871a - specs: - acts-as-taggable-on (10.0.0) - activerecord (>= 6.1, < 8) - -GIT - remote: https://github.com/rails/rails.git - revision: b88d9af34fbc1c84ce2769ba02584eab2c28ac6e - branch: main - specs: - actioncable (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - nio4r (~> 2.0) - websocket-driver (>= 0.6.1) - zeitwerk (~> 2.6) - actionmailbox (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - activejob (= 8.0.0.alpha) - activerecord (= 8.0.0.alpha) - activestorage (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - mail (>= 2.8.0) - actionmailer (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - actionview (= 8.0.0.alpha) - activejob (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - mail (>= 2.8.0) - rails-dom-testing (~> 2.2) - actionpack (8.0.0.alpha) - actionview (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - nokogiri (>= 1.8.5) - rack (>= 2.2.4) - rack-session (>= 1.0.1) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - useragent (~> 0.16) - actiontext (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - activerecord (= 8.0.0.alpha) - activestorage (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - globalid (>= 0.6.0) - nokogiri (>= 1.8.5) - actionview (8.0.0.alpha) - activesupport (= 8.0.0.alpha) - builder (~> 3.1) - erubi (~> 1.11) - rails-dom-testing (~> 2.2) - rails-html-sanitizer (~> 1.6) - activejob (8.0.0.alpha) - activesupport (= 8.0.0.alpha) - globalid (>= 0.3.6) - activemodel (8.0.0.alpha) - activesupport (= 8.0.0.alpha) - activerecord (8.0.0.alpha) - activemodel (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - timeout (>= 0.4.0) - activestorage (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - activejob (= 8.0.0.alpha) - activerecord (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - marcel (~> 1.0) - activesupport (8.0.0.alpha) - base64 - benchmark (>= 0.3) - bigdecimal - concurrent-ruby (~> 1.0, >= 1.3.1) - connection_pool (>= 2.2.5) - drb - i18n (>= 1.6, < 2) - logger (>= 1.4.2) - minitest (>= 5.1) - securerandom (>= 0.3) - tzinfo (~> 2.0, >= 2.0.5) - uri (>= 0.13.1) - rails (8.0.0.alpha) - actioncable (= 8.0.0.alpha) - actionmailbox (= 8.0.0.alpha) - actionmailer (= 8.0.0.alpha) - actionpack (= 8.0.0.alpha) - actiontext (= 8.0.0.alpha) - actionview (= 8.0.0.alpha) - activejob (= 8.0.0.alpha) - activemodel (= 8.0.0.alpha) - activerecord (= 8.0.0.alpha) - activestorage (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - bundler (>= 1.15.0) - railties (= 8.0.0.alpha) - railties (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - irb (~> 1.13) - rackup (>= 1.0.0) - rake (>= 12.2) - thor (~> 1.0, >= 1.2.2) - zeitwerk (~> 2.6) - -PATH - remote: ../pluggy - specs: - pluggy (0.0.1) - -PATH - remote: .. - specs: - avo (3.15.2) - actionview (>= 6.1) - active_link_to - activerecord (>= 6.1) - activesupport (>= 6.1) - addressable - docile - inline_svg - meta-tags - pagy (>= 7.0.0) - prop_initializer (>= 0.2.0) - turbo-rails (>= 2.0.0) - turbo_power (>= 0.6.0) - view_component (>= 3.7.0) - zeitwerk (>= 2.6.12) - -GEM - remote: https://rubygems.org/ - specs: - active_link_to (1.0.5) - actionpack - addressable - active_median (0.4.1) - activesupport (>= 6.1) - acts_as_list (1.2.2) - activerecord (>= 6.1) - activesupport (>= 6.1) - actual_db_schema (0.7.9) - activerecord - activesupport - csv - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) - amazing_print (1.6.0) - annotate (3.2.0) - activerecord (>= 3.2, < 8.0) - rake (>= 10.4, < 14.0) - appraisal (2.5.0) - bundler - rake - thor (>= 0.14.0) - ast (2.4.2) - avo-money_field (0.0.4) - money-rails (~> 1.12) - avo-record_link_field (0.0.1) - aws-eventstream (1.3.0) - aws-partitions (1.979.0) - aws-sdk-core (3.209.1) - aws-eventstream (~> 1, >= 1.3.0) - aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.9) - jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.94.0) - aws-sdk-core (~> 3, >= 3.207.0) - aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.166.0) - aws-sdk-core (~> 3, >= 3.207.0) - aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.5) - aws-sigv4 (1.10.0) - aws-eventstream (~> 1, >= 1.0.2) - axiom-types (0.1.1) - descendants_tracker (~> 0.0.4) - ice_nine (~> 0.11.0) - thread_safe (~> 0.3, >= 0.3.1) - backport (1.2.0) - base64 (0.2.0) - bcrypt (3.1.20) - benchmark (0.3.0) - benchmark-ips (2.14.0) - better_html (2.1.1) - actionview (>= 6.0) - activesupport (>= 6.0) - ast (~> 2.0) - erubi (~> 1.4) - parser (>= 2.4) - smart_properties - bigdecimal (3.1.8) - bindex (0.8.1) - bootsnap (1.18.4) - msgpack (~> 1.2) - builder (3.3.0) - bump (0.10.0) - bundler-integrity (1.0.9) - capybara (3.40.0) - addressable - matrix - mini_mime (>= 0.1.3) - nokogiri (~> 1.11) - rack (>= 1.6.0) - rack-test (>= 0.6.3) - regexp_parser (>= 1.5, < 3.0) - xpath (~> 3.2) - chartkick (5.1.0) - childprocess (5.1.0) - logger (~> 1.5) - coercible (1.0.0) - descendants_tracker (~> 0.0.1) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) - countries (6.0.1) - unaccent (~> 0.3) - crack (1.0.0) - bigdecimal - rexml - crass (1.0.6) - cssbundling-rails (1.4.1) - railties (>= 6.0.0) - csv (3.3.0) - cuprite (0.15.1) - capybara (~> 3.0) - ferrum (~> 0.15.0) - database_cleaner-active_record (2.2.0) - activerecord (>= 5.a) - database_cleaner-core (~> 2.0.0) - database_cleaner-core (2.0.1) - date (3.3.4) - dead_end (4.0.0) - debug (1.9.2) - irb (~> 1.10) - reline (>= 0.3.8) - derailed_benchmarks (2.1.2) - benchmark-ips (~> 2) - dead_end - get_process_mem (~> 0) - heapy (~> 0) - memory_profiler (>= 0, < 2) - mini_histogram (>= 0.3.0) - rack (>= 1) - rack-test - rake (> 10, < 14) - ruby-statistics (>= 2.1) - thor (>= 0.19, < 2) - descendants_tracker (0.0.4) - thread_safe (~> 0.3, >= 0.3.1) - devise (4.9.4) - bcrypt (~> 3.0) - orm_adapter (~> 0.1) - railties (>= 4.1.0) - responders - warden (~> 1.2.3) - diff-lcs (1.5.1) - docile (1.4.1) - dotenv (3.1.4) - dotenv-rails (3.1.4) - dotenv (= 3.1.4) - railties (>= 6.1) - drb (2.2.1) - e2mmap (0.1.0) - erb-formatter (0.7.3) - syntax_tree (~> 6.0) - erb_lint (0.6.0) - activesupport - better_html (>= 2.0.1) - parser (>= 2.7.1.4) - rainbow - rubocop (>= 1) - smart_properties - erubi (1.13.0) - factory_bot (6.5.0) - activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) - railties (>= 5.0.0) - faker (3.4.2) - i18n (>= 1.8.11, < 2) - ferrum (0.15) - addressable (~> 2.5) - concurrent-ruby (~> 1.1) - webrick (~> 1.7) - websocket-driver (~> 0.7) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-linux-gnu) - flay (2.13.3) - erubi (~> 1.10) - path_expander (~> 1.0) - ruby_parser (~> 3.0) - sexp_processor (~> 4.0) - flog (4.8.0) - path_expander (~> 1.0) - ruby_parser (~> 3.1, > 3.1.0) - sexp_processor (~> 4.8) - friendly_id (5.5.1) - activerecord (>= 4.0.0) - fuubar (2.5.1) - rspec-core (~> 3.0) - ruby-progressbar (~> 1.4) - gem-release (2.2.2) - get_process_mem (0.2.7) - ffi (~> 1.0) - globalid (1.2.1) - activesupport (>= 6.1) - groupdate (6.4.0) - activesupport (>= 6.1) - hashdiff (1.1.1) - hashid-rails (1.4.1) - activerecord (>= 4.0) - hashids (~> 1.0) - hashids (1.0.6) - heapy (0.2.0) - thor - highline (3.1.1) - reline - hightop (0.4.0) - activesupport (>= 6.1) - hotwire-livereload (1.3.2) - actioncable (>= 6.0.0) - listen (>= 3.0.0) - railties (>= 6.0.0) - htmlbeautifier (1.4.3) - i18n (1.14.6) - concurrent-ruby (~> 1.0) - i18n-tasks (1.0.14) - activesupport (>= 4.0.2) - ast (>= 2.1.0) - erubi - highline (>= 2.0.0) - i18n - parser (>= 3.2.2.1) - rails-i18n - rainbow (>= 2.2.2, < 4.0) - terminal-table (>= 1.5.1) - ice_nine (0.11.2) - image_processing (1.13.0) - mini_magick (>= 4.9.5, < 5) - ruby-vips (>= 2.0.17, < 3) - inline_svg (1.10.0) - activesupport (>= 3.0) - nokogiri (>= 1.6) - io-console (0.7.2) - irb (1.14.0) - rdoc (>= 4.0.0) - reline (>= 0.4.2) - iso (0.4.0) - i18n - jaro_winkler (1.6.0) - jmespath (1.6.2) - jsbundling-rails (1.3.1) - railties (>= 6.0.0) - json (2.7.2) - kramdown (2.4.0) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - kwalify (0.7.2) - language_server-protocol (3.17.0.3) - launchy (3.0.1) - addressable (~> 2.8) - childprocess (~> 5.0) - lint_roller (1.1.0) - listen (3.9.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) - loofah (2.23.1) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - mail (2.8.1) - mini_mime (>= 0.1.1) - net-imap - net-pop - net-smtp - mapkick-rb (0.1.5) - marcel (1.0.4) - matrix (0.4.2) - memory_profiler (1.1.0) - meta-tags (2.22.1) - actionpack (>= 6.0.0, < 8.1) - method_source (1.1.0) - mini_histogram (0.3.1) - mini_magick (4.13.2) - mini_mime (1.1.5) - minitest (5.25.1) - monetize (1.13.0) - money (~> 6.12) - money (6.19.0) - i18n (>= 0.6.4, <= 2) - money-rails (1.15.0) - activesupport (>= 3.0) - monetize (~> 1.9) - money (~> 6.13) - railties (>= 3.0) - msgpack (1.7.2) - net-imap (0.4.16) - date - net-protocol - net-pop (0.1.2) - net-protocol - net-protocol (0.2.2) - timeout - net-smtp (0.5.0) - net-protocol - nio4r (2.7.3) - nokogiri (1.16.8-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.8-x86_64-linux) - racc (~> 1.4) - orm_adapter (0.5.0) - pagy (9.0.9) - parallel (1.26.3) - parser (3.2.2.4) - ast (~> 2.4.1) - racc - path_expander (1.1.3) - pg (1.5.8) - prefixed_ids (1.8.1) - hashids (>= 1.0.0, < 2.0.0) - rails (>= 6.0.0) - prettier_print (1.2.1) - prop_initializer (0.2.0) - zeitwerk (>= 2.6.18) - psych (3.3.4) - public_suffix (6.0.1) - puma (6.4.3) - nio4r (~> 2.0) - racc (1.8.1) - rack (3.1.7) - rack-session (2.0.0) - rack (>= 3.0.0) - rack-test (2.1.0) - rack (>= 1.3) - rackup (2.1.0) - rack (>= 3) - webrick (~> 1.8) - rails-controller-testing (1.0.5) - actionpack (>= 5.0.1.rc1) - actionview (>= 5.0.1.rc1) - activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.2.0) - activesupport (>= 5.0.0) - minitest - nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) - loofah (~> 2.21) - nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - rails-i18n (7.0.9) - i18n (>= 0.7, < 2) - railties (>= 6.0.0, < 8) - rainbow (3.1.1) - rake (13.2.1) - ransack (4.2.1) - activerecord (>= 6.1.5) - activesupport (>= 6.1.5) - i18n - rb-fsevent (0.11.2) - rb-inotify (0.11.1) - ffi (~> 1.0) - rbs (2.8.4) - rdoc (6.3.4.1) - redis (5.3.0) - redis-client (>= 0.22.0) - redis-client (0.22.2) - connection_pool - reek (6.1.4) - kwalify (~> 0.7.0) - parser (~> 3.2.0) - rainbow (>= 2.0, < 4.0) - regexp_parser (2.9.2) - reline (0.5.10) - io-console (~> 0.5) - responders (3.1.1) - actionpack (>= 5.2) - railties (>= 5.2) - reverse_markdown (2.1.1) - nokogiri - rexml (3.3.9) - ripper-tags (1.0.2) - rspec-core (3.13.1) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) - rspec-retry (0.6.2) - rspec-core (> 3.3) - rspec-support (3.13.1) - rubocop (1.59.0) - json (~> 2.3) - language_server-protocol (>= 3.17.0) - parallel (~> 1.10) - parser (>= 3.2.2.4) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-performance (1.20.2) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - rubocop-shopify (2.15.1) - rubocop (~> 1.51) - ruby-progressbar (1.13.0) - ruby-statistics (3.0.2) - ruby-vips (2.2.2) - ffi (~> 1.12) - logger - ruby_parser (3.21.1) - racc (~> 1.5) - sexp_processor (~> 4.16) - rubycritic (4.9.1) - flay (~> 2.13) - flog (~> 4.7) - launchy (>= 2.5.2) - parser (>= 3.2.2.4) - rainbow (~> 3.1.1) - reek (~> 6.0, < 6.2) - rexml - ruby_parser (~> 3.21) - simplecov (>= 0.22.0) - tty-which (~> 0.5.0) - virtus (~> 2.0) - securerandom (0.3.1) - sexp_processor (4.17.2) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) - rexml - simplecov (~> 0.19) - simplecov-html (0.13.1) - simplecov-lcov (0.8.0) - simplecov_json_formatter (0.1.4) - smart_properties (1.17.0) - solargraph (0.50.0) - backport (~> 1.2) - benchmark - bundler (~> 2.0) - diff-lcs (~> 1.4) - e2mmap - jaro_winkler (~> 1.5) - kramdown (~> 2.3) - kramdown-parser-gfm (~> 1.1) - parser (~> 3.0) - rbs (~> 2.0) - reverse_markdown (~> 2.0) - rubocop (~> 1.38) - thor (~> 1.0) - tilt (~> 2.0) - yard (~> 0.9, >= 0.9.24) - solargraph-rails (1.1.0) - activesupport - solargraph - spring (4.2.1) - spring-commands-rspec (1.0.4) - spring (>= 0.9.1) - sprockets (4.2.1) - concurrent-ruby (~> 1.0) - rack (>= 2.2.4, < 4) - sprockets-rails (3.5.2) - actionpack (>= 6.1) - activesupport (>= 6.1) - sprockets (>= 3.0.0) - standard (1.33.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.59.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.3) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.3.1) - lint_roller (~> 1.1) - rubocop-performance (~> 1.20.2) - syntax_tree (6.2.0) - prettier_print (>= 1.2.0) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - test-prof (1.4.2) - thor (1.3.2) - thread_safe (0.3.6) - tilt (2.4.0) - timeout (0.4.1) - tty-which (0.5.0) - turbo-rails (2.0.10) - actionpack (>= 6.0.0) - railties (>= 6.0.0) - turbo_power (0.6.2) - turbo-rails (>= 1.3.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unaccent (0.4.0) - unicode-display_width (2.6.0) - uri (0.13.1) - useragent (0.16.10) - view_component (3.15.1) - activesupport (>= 5.2.0, < 8.0) - concurrent-ruby (~> 1.0) - method_source (~> 1.0) - virtus (2.0.0) - axiom-types (~> 0.1) - coercible (~> 1.0) - descendants_tracker (~> 0.0, >= 0.0.3) - warden (1.2.9) - rack (>= 2.0.9) - web-console (4.2.1) - actionview (>= 6.0.0) - activemodel (>= 6.0.0) - bindex (>= 0.4.0) - railties (>= 6.0.0) - webmock (3.23.1) - addressable (>= 2.8.0) - crack (>= 0.3.2) - hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) - websocket-driver (0.7.6) - websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.5) - xpath (3.2.0) - nokogiri (~> 1.8) - yard (0.9.37) - zeitwerk (2.6.18) - -PLATFORMS - arm64-darwin-23 - x86_64-linux - -DEPENDENCIES - active_link_to - active_median - activestorage! - acts-as-taggable-on! - acts_as_list - actual_db_schema - addressable - amazing_print - annotate - appraisal - avo! - avo-money_field - avo-record_link_field - aws-sdk-s3 - bootsnap (>= 1.4.2) - bump - bundler-integrity (~> 1.0) - capybara - chartkick - countries - cssbundling-rails - csv - cuprite - database_cleaner-active_record - debug - derailed_benchmarks (~> 2.1, >= 2.1.2) - devise - dotenv-rails - erb-formatter - erb_lint - factory_bot_rails - faker - friendly_id (~> 5.5.1) - fuubar - gem-release - groupdate - hashid-rails (~> 1.4, >= 1.4.1) - hightop - hotwire-livereload (~> 1.3.0) - htmlbeautifier - i18n-tasks (~> 1.0.12) - image_processing (~> 1.12) - iso - jsbundling-rails - launchy - listen (>= 3.5.1) - mapkick-rb (~> 0.1.4) - meta-tags - money-rails (~> 1.12) - net-smtp - pagy (> 8) - pg (>= 0.18, < 2.0) - pluggy! - prefixed_ids - psych (< 4) - puma (~> 6.4) - rails! - rails-controller-testing - ransack (>= 4.2.0) - redis (~> 5.0) - ripper-tags - rspec-rails (~> 6.0, >= 6.0.3) - rspec-retry (~> 0.6.2) - rubocop - rubocop-shopify - ruby-statistics (< 4) - rubycritic - simplecov - simplecov-cobertura - simplecov-lcov - solargraph - solargraph-rails - spring - spring-commands-rspec - sprockets-rails - standard - test-prof - tzinfo-data - web-console (>= 3.3.0) - webmock - zeitwerk - -BUNDLED WITH - 2.5.9 diff --git a/gemfiles/rails_8.0_ruby_3.3.0.gemfile b/gemfiles/rails_8.0_ruby_3.3.0.gemfile index 5366e6ffa..4459d4606 100644 --- a/gemfiles/rails_8.0_ruby_3.3.0.gemfile +++ b/gemfiles/rails_8.0_ruby_3.3.0.gemfile @@ -4,8 +4,8 @@ source "https://rubygems.org" gem "jsbundling-rails" gem "cssbundling-rails" -gem "rails", branch: "main", git: "https://github.com/rails/rails.git" -gem "activestorage", branch: "main", git: "https://github.com/rails/rails.git" +gem "rails", "~> 8.0" +gem "activestorage" gem "pg", ">= 0.18", "< 2.0" gem "puma", "~> 6.4" gem "redis", "~> 5.0" @@ -30,7 +30,7 @@ gem "groupdate" gem "hightop" gem "active_median" gem "acts_as_list" -gem "acts-as-taggable-on", git: "https://github.com/avo-hq/acts-as-taggable-on.git" +gem "acts-as-taggable-on" gem "bundler-integrity", "~> 1.0" gem "countries" gem "chartkick" diff --git a/gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock b/gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock index db55e7e83..3645d7165 100644 --- a/gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock +++ b/gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock @@ -1,38 +1,53 @@ -GIT - remote: https://github.com/avo-hq/acts-as-taggable-on.git - revision: 33f0eac41ba392b3cae69faf3dee69a698a7871a +PATH + remote: ../pluggy specs: - acts-as-taggable-on (10.0.0) - activerecord (>= 6.1, < 8) + pluggy (0.0.1) -GIT - remote: https://github.com/rails/rails.git - revision: b88d9af34fbc1c84ce2769ba02584eab2c28ac6e - branch: main +PATH + remote: .. specs: - actioncable (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) + avo (3.15.2) + actionview (>= 6.1) + active_link_to + activerecord (>= 6.1) + activesupport (>= 6.1) + addressable + docile + inline_svg + meta-tags + pagy (>= 7.0.0) + prop_initializer (>= 0.2.0) + turbo-rails (>= 2.0.0) + turbo_power (>= 0.6.0) + view_component (>= 3.7.0) + zeitwerk (>= 2.6.12) + +GEM + remote: https://rubygems.org/ + specs: + actioncable (8.0.0) + actionpack (= 8.0.0) + activesupport (= 8.0.0) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - activejob (= 8.0.0.alpha) - activerecord (= 8.0.0.alpha) - activestorage (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) + actionmailbox (8.0.0) + actionpack (= 8.0.0) + activejob (= 8.0.0) + activerecord (= 8.0.0) + activestorage (= 8.0.0) + activesupport (= 8.0.0) mail (>= 2.8.0) - actionmailer (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - actionview (= 8.0.0.alpha) - activejob (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) + actionmailer (8.0.0) + actionpack (= 8.0.0) + actionview (= 8.0.0) + activejob (= 8.0.0) + activesupport (= 8.0.0) mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (8.0.0.alpha) - actionview (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) + actionpack (8.0.0) + actionview (= 8.0.0) + activesupport (= 8.0.0) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -40,35 +55,40 @@ GIT rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actiontext (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - activerecord (= 8.0.0.alpha) - activestorage (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) + actiontext (8.0.0) + actionpack (= 8.0.0) + activerecord (= 8.0.0) + activestorage (= 8.0.0) + activesupport (= 8.0.0) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (8.0.0.alpha) - activesupport (= 8.0.0.alpha) + actionview (8.0.0) + activesupport (= 8.0.0) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (8.0.0.alpha) - activesupport (= 8.0.0.alpha) + active_link_to (1.0.5) + actionpack + addressable + active_median (0.4.1) + activesupport (>= 6.1) + activejob (8.0.0) + activesupport (= 8.0.0) globalid (>= 0.3.6) - activemodel (8.0.0.alpha) - activesupport (= 8.0.0.alpha) - activerecord (8.0.0.alpha) - activemodel (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) + activemodel (8.0.0) + activesupport (= 8.0.0) + activerecord (8.0.0) + activemodel (= 8.0.0) + activesupport (= 8.0.0) timeout (>= 0.4.0) - activestorage (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - activejob (= 8.0.0.alpha) - activerecord (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) + activestorage (8.0.0) + actionpack (= 8.0.0) + activejob (= 8.0.0) + activerecord (= 8.0.0) + activesupport (= 8.0.0) marcel (~> 1.0) - activesupport (8.0.0.alpha) + activesupport (8.0.0) base64 benchmark (>= 0.3) bigdecimal @@ -81,61 +101,9 @@ GIT securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - rails (8.0.0.alpha) - actioncable (= 8.0.0.alpha) - actionmailbox (= 8.0.0.alpha) - actionmailer (= 8.0.0.alpha) - actionpack (= 8.0.0.alpha) - actiontext (= 8.0.0.alpha) - actionview (= 8.0.0.alpha) - activejob (= 8.0.0.alpha) - activemodel (= 8.0.0.alpha) - activerecord (= 8.0.0.alpha) - activestorage (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - bundler (>= 1.15.0) - railties (= 8.0.0.alpha) - railties (8.0.0.alpha) - actionpack (= 8.0.0.alpha) - activesupport (= 8.0.0.alpha) - irb (~> 1.13) - rackup (>= 1.0.0) - rake (>= 12.2) - thor (~> 1.0, >= 1.2.2) - zeitwerk (~> 2.6) - -PATH - remote: ../pluggy - specs: - pluggy (0.0.1) - -PATH - remote: .. - specs: - avo (3.15.2) - actionview (>= 6.1) - active_link_to - activerecord (>= 6.1) - activesupport (>= 6.1) - addressable - docile - inline_svg - meta-tags - pagy (>= 7.0.0) - prop_initializer (>= 0.2.0) - turbo-rails (>= 2.0.0) - turbo_power (>= 0.6.0) - view_component (>= 3.7.0) - zeitwerk (>= 2.6.12) - -GEM - remote: https://rubygems.org/ - specs: - active_link_to (1.0.5) - actionpack - addressable - active_median (0.4.1) - activesupport (>= 6.1) + acts-as-taggable-on (12.0.0) + activerecord (>= 7.1, < 8.1) + zeitwerk (>= 2.4, < 3.0) acts_as_list (1.2.2) activerecord (>= 6.1) activesupport (>= 6.1) @@ -146,9 +114,9 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) amazing_print (1.6.0) - annotate (3.2.0) - activerecord (>= 3.2, < 8.0) - rake (>= 10.4, < 14.0) + annotate (2.6.5) + activerecord (>= 2.3.0) + rake (>= 0.8.7) appraisal (2.5.0) bundler rake @@ -180,7 +148,7 @@ GEM backport (1.2.0) base64 (0.2.0) bcrypt (3.1.20) - benchmark (0.3.0) + benchmark (0.4.0) benchmark-ips (2.14.0) better_html (2.1.1) actionview (>= 6.0) @@ -228,7 +196,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - date (3.3.4) + date (3.4.1) dead_end (4.0.0) debug (1.9.2) irb (~> 1.10) @@ -365,7 +333,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) + logger (1.6.2) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -384,7 +352,7 @@ GEM mini_histogram (0.3.1) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.25.1) + minitest (5.25.4) monetize (1.13.0) money (~> 6.12) money (6.19.0) @@ -395,7 +363,7 @@ GEM money (~> 6.13) railties (>= 3.0) msgpack (1.7.2) - net-imap (0.4.16) + net-imap (0.5.1) date net-protocol net-pop (0.1.2) @@ -436,6 +404,20 @@ GEM rackup (2.1.0) rack (>= 3) webrick (~> 1.8) + rails (8.0.0) + actioncable (= 8.0.0) + actionmailbox (= 8.0.0) + actionmailer (= 8.0.0) + actionpack (= 8.0.0) + actiontext (= 8.0.0) + actionview (= 8.0.0) + activejob (= 8.0.0) + activemodel (= 8.0.0) + activerecord (= 8.0.0) + activestorage (= 8.0.0) + activesupport (= 8.0.0) + bundler (>= 1.15.0) + railties (= 8.0.0) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) @@ -447,9 +429,17 @@ GEM rails-html-sanitizer (1.6.1) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - rails-i18n (7.0.9) + rails-i18n (8.0.1) i18n (>= 0.7, < 2) - railties (>= 6.0.0, < 8) + railties (>= 8.0.0, < 9) + railties (8.0.0) + actionpack (= 8.0.0) + activesupport (= 8.0.0) + irb (~> 1.13) + rackup (>= 1.0.0) + rake (>= 12.2) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) ransack (4.2.1) @@ -536,7 +526,7 @@ GEM simplecov (>= 0.22.0) tty-which (~> 0.5.0) virtus (~> 2.0) - securerandom (0.3.1) + securerandom (0.4.0) sexp_processor (4.17.2) simplecov (0.22.0) docile (~> 1.1) @@ -598,7 +588,7 @@ GEM thor (1.3.2) thread_safe (0.3.6) tilt (2.4.0) - timeout (0.4.1) + timeout (0.4.2) tty-which (0.5.0) turbo-rails (2.0.10) actionpack (>= 6.0.0) @@ -609,10 +599,10 @@ GEM concurrent-ruby (~> 1.0) unaccent (0.4.0) unicode-display_width (2.6.0) - uri (0.13.1) + uri (1.0.2) useragent (0.16.10) - view_component (3.15.1) - activesupport (>= 5.2.0, < 8.0) + view_component (3.20.0) + activesupport (>= 5.2.0, < 8.1) concurrent-ruby (~> 1.0) method_source (~> 1.0) virtus (2.0.0) @@ -637,7 +627,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.37) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-23 @@ -646,8 +636,8 @@ PLATFORMS DEPENDENCIES active_link_to active_median - activestorage! - acts-as-taggable-on! + activestorage + acts-as-taggable-on acts_as_list actual_db_schema addressable @@ -700,7 +690,7 @@ DEPENDENCIES prefixed_ids psych (< 4) puma (~> 6.4) - rails! + rails (~> 8.0) rails-controller-testing ransack (>= 4.2.0) redis (~> 5.0)