diff --git a/Appraisals b/Appraisals index 236205e049..d7141110cd 100644 --- a/Appraisals +++ b/Appraisals @@ -1,5 +1,5 @@ ["3.1.4", "3.3.0"].each do |ruby_version| - ["6.1", "7.1"].each do |rails_version| + ["6.1", "7.1", "7.2.0.beta2"].each do |rails_version| appraise "rails-#{rails_version}-ruby-#{ruby_version}" do gem "psych", "< 4" gem "rails", "~> #{rails_version}" 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 5849f07885..1564365a44 100644 --- a/gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock +++ b/gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock @@ -584,6 +584,7 @@ GEM PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES active_link_to 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 5849f07885..1564365a44 100644 --- a/gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock +++ b/gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock @@ -584,6 +584,7 @@ GEM PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES active_link_to 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 9f6f746489..c3161e6d07 100644 --- a/gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock +++ b/gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock @@ -615,6 +615,7 @@ GEM PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES active_link_to 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 9f6f746489..c3161e6d07 100644 --- a/gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock +++ b/gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock @@ -615,6 +615,7 @@ GEM PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES active_link_to 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 new file mode 100644 index 0000000000..649e22c50b --- /dev/null +++ b/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile @@ -0,0 +1,93 @@ +# 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 "byebug", platforms: [:mri, :mingw, :x64_mingw] +gem "dotenv-rails" +gem "web-console", ">= 3.3.0" +gem "listen", ">= 3.5.1" +gem "spring" +gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] +gem "devise" +gem "awesome_print" +gem "zeitwerk" +gem "httparty" +gem "iso" +gem "active_link_to" +gem "addressable" +gem "meta-tags" +gem "ransack", "~> 4.1", ">= 4.1.1" +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 "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" + gem "bump", require: false + gem "gem-release", require: false + gem "annotate" + gem "htmlbeautifier" + gem "hotwire-livereload", "~> 1.3.0" + gem "rubocop" + gem "ripper-tags" + gem "rubocop-shopify", require: false + gem "rubycritic", require: false + gem "actual_db_schema" +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-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" + gem "erb_lint" + gem "solargraph" + gem "solargraph-rails" + gem "factory_bot_rails" + gem "appraisal" +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 new file mode 100644 index 0000000000..0494e7cf4f --- /dev/null +++ b/gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock @@ -0,0 +1,692 @@ +GIT + remote: https://github.com/avo-hq/acts-as-taggable-on.git + revision: faa91e0ed2947f25a08a5e03a7eea1d391bc72ac + specs: + acts-as-taggable-on (10.0.0) + activerecord (>= 6.1) + +PATH + remote: ../pluggy + specs: + pluggy (0.0.1) + +PATH + remote: .. + specs: + avo (3.10.1) + actionview (>= 6.1) + active_link_to + activerecord (>= 6.1) + activesupport (>= 6.1) + addressable + docile + httparty + inline_svg + literal (~> 0.2) + meta-tags + pagy (>= 7.0.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.0.beta2) + actionpack (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + zeitwerk (~> 2.6) + actionmailbox (7.2.0.beta2) + actionpack (= 7.2.0.beta2) + activejob (= 7.2.0.beta2) + activerecord (= 7.2.0.beta2) + activestorage (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + mail (>= 2.8.0) + actionmailer (7.2.0.beta2) + actionpack (= 7.2.0.beta2) + actionview (= 7.2.0.beta2) + activejob (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + mail (>= 2.8.0) + rails-dom-testing (~> 2.2) + actionpack (7.2.0.beta2) + actionview (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + nokogiri (>= 1.8.5) + racc + 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 (7.2.0.beta2) + actionpack (= 7.2.0.beta2) + activerecord (= 7.2.0.beta2) + activestorage (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + globalid (>= 0.6.0) + nokogiri (>= 1.8.5) + actionview (7.2.0.beta2) + activesupport (= 7.2.0.beta2) + 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.0.beta2) + activesupport (= 7.2.0.beta2) + globalid (>= 0.3.6) + activemodel (7.2.0.beta2) + activesupport (= 7.2.0.beta2) + activerecord (7.2.0.beta2) + activemodel (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + timeout (>= 0.4.0) + activestorage (7.2.0.beta2) + actionpack (= 7.2.0.beta2) + activejob (= 7.2.0.beta2) + activerecord (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + marcel (~> 1.0) + activesupport (7.2.0.beta2) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0, >= 2.0.5) + acts_as_list (1.2.1) + activerecord (>= 6.1) + activesupport (>= 6.1) + actual_db_schema (0.7.5) + activerecord (>= 6.0.0) + activesupport (>= 6.0.0) + csv + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.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) + awesome_print (1.9.2) + aws-eventstream (1.3.0) + aws-partitions (1.951.0) + aws-sdk-core (3.201.0) + aws-eventstream (~> 1, >= 1.3.0) + aws-partitions (~> 1, >= 1.651.0) + aws-sigv4 (~> 1.8) + jmespath (~> 1, >= 1.6.1) + aws-sdk-kms (1.88.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) + aws-sdk-s3 (1.156.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sdk-kms (~> 1) + aws-sigv4 (~> 1.5) + aws-sigv4 (1.8.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) + 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.3) + msgpack (~> 1.2) + builder (3.3.0) + bump (0.10.0) + bundler-integrity (1.0.9) + byebug (11.1.3) + 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.0.7) + childprocess (5.0.0) + coercible (1.0.0) + descendants_tracker (~> 0.0.1) + concurrent-ruby (1.3.3) + 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.0) + railties (>= 6.0.0) + csv (3.3.0) + cuprite (0.15.1) + capybara (~> 3.0) + ferrum (~> 0.15.0) + database_cleaner-active_record (2.1.0) + activerecord (>= 5.a) + database_cleaner-core (~> 2.0.0) + database_cleaner-core (2.0.1) + date (3.3.4) + 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.0) + dotenv (3.1.2) + dotenv-rails (3.1.2) + dotenv (= 3.1.2) + railties (>= 6.1) + drb (2.2.1) + e2mmap (0.1.0) + erb-formatter (0.7.3) + syntax_tree (~> 6.0) + erb_lint (0.5.0) + activesupport + better_html (>= 2.0.1) + parser (>= 2.7.1.4) + rainbow + rubocop + smart_properties + erubi (1.13.0) + factory_bot (6.4.6) + activesupport (>= 5.0.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) + railties (>= 5.0.0) + faker (3.4.1) + 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-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) + globalid (1.2.1) + activesupport (>= 6.1) + groupdate (6.4.0) + activesupport (>= 6.1) + hashdiff (1.1.0) + hashids (1.0.6) + highline (3.0.1) + 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) + httparty (0.22.0) + csv + mini_mime (>= 1.0.0) + multi_xml (>= 0.5.2) + i18n (1.14.5) + 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.12.2) + mini_magick (>= 4.9.5, < 5) + ruby-vips (>= 2.0.17, < 3) + inline_svg (1.9.0) + activesupport (>= 3.0) + nokogiri (>= 1.6) + io-console (0.7.2) + irb (1.13.2) + 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.0) + 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) + literal (0.2.1) + loofah (2.22.0) + 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) + meta-tags (2.21.0) + actionpack (>= 6.0.0, < 7.2) + method_source (1.1.0) + mini_magick (4.13.1) + mini_mime (1.1.5) + minitest (5.24.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) + multi_xml (0.7.1) + bigdecimal (~> 3.1) + net-imap (0.4.14) + 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.6-x86_64-linux) + racc (~> 1.4) + orm_adapter (0.5.0) + pagy (8.6.3) + parallel (1.25.1) + parser (3.2.2.4) + ast (~> 2.4.1) + racc + path_expander (1.1.1) + pg (1.5.6) + prefixed_ids (1.7.1) + hashids (>= 1.0.0, < 2.0.0) + rails (>= 6.0.0) + prettier_print (1.2.1) + psych (3.3.4) + public_suffix (6.0.0) + puma (6.4.2) + nio4r (~> 2.0) + racc (1.8.0) + rack (3.1.6) + 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.0.beta2) + actioncable (= 7.2.0.beta2) + actionmailbox (= 7.2.0.beta2) + actionmailer (= 7.2.0.beta2) + actionpack (= 7.2.0.beta2) + actiontext (= 7.2.0.beta2) + actionview (= 7.2.0.beta2) + activejob (= 7.2.0.beta2) + activemodel (= 7.2.0.beta2) + activerecord (= 7.2.0.beta2) + activestorage (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + bundler (>= 1.15.0) + railties (= 7.2.0.beta2) + 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.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + rails-i18n (7.0.9) + i18n (>= 0.7, < 2) + railties (>= 6.0.0, < 8) + railties (7.2.0.beta2) + actionpack (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + 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.1.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.2.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.9) + io-console (~> 0.5) + responders (3.1.1) + actionpack (>= 5.2) + railties (>= 5.2) + reverse_markdown (2.1.1) + nokogiri + rexml (3.3.1) + strscan + ripper-tags (1.0.2) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.1) + 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.3) + 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-vips (2.2.1) + ffi (~> 1.12) + ruby_parser (3.21.0) + 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) + sexp_processor (4.17.1) + 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.12.3) + 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.1) + 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) + strscan (3.1.0) + 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.3.3.1) + thor (1.3.1) + thread_safe (0.3.6) + tilt (2.4.0) + timeout (0.4.1) + tty-which (0.5.0) + turbo-rails (2.0.5) + actionpack (>= 6.0.0) + activejob (>= 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.5.0) + useragent (0.16.10) + view_component (3.12.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.1) + 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.36) + zeitwerk (2.6.16) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + active_link_to + active_median + activestorage + acts-as-taggable-on! + acts_as_list + actual_db_schema + addressable + annotate + appraisal + avo! + avo-money_field + avo-record_link_field + awesome_print + aws-sdk-s3 + bootsnap (>= 1.4.2) + bump + bundler-integrity (~> 1.0) + byebug + capybara + chartkick + countries + cssbundling-rails + csv + cuprite + database_cleaner-active_record + devise + dotenv-rails + erb-formatter + erb_lint + factory_bot_rails + faker + friendly_id (~> 5.5.1) + fuubar + gem-release + groupdate + hightop + hotwire-livereload (~> 1.3.0) + htmlbeautifier + httparty + 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.1, >= 4.1.1) + redis (~> 5.0) + ripper-tags + rspec-rails (~> 6.0, >= 6.0.3) + rspec-retry (~> 0.6.2) + rubocop + rubocop-shopify + 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.4.7 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 new file mode 100644 index 0000000000..649e22c50b --- /dev/null +++ b/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile @@ -0,0 +1,93 @@ +# 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 "byebug", platforms: [:mri, :mingw, :x64_mingw] +gem "dotenv-rails" +gem "web-console", ">= 3.3.0" +gem "listen", ">= 3.5.1" +gem "spring" +gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] +gem "devise" +gem "awesome_print" +gem "zeitwerk" +gem "httparty" +gem "iso" +gem "active_link_to" +gem "addressable" +gem "meta-tags" +gem "ransack", "~> 4.1", ">= 4.1.1" +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 "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" + gem "bump", require: false + gem "gem-release", require: false + gem "annotate" + gem "htmlbeautifier" + gem "hotwire-livereload", "~> 1.3.0" + gem "rubocop" + gem "ripper-tags" + gem "rubocop-shopify", require: false + gem "rubycritic", require: false + gem "actual_db_schema" +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-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" + gem "erb_lint" + gem "solargraph" + gem "solargraph-rails" + gem "factory_bot_rails" + gem "appraisal" +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 new file mode 100644 index 0000000000..0494e7cf4f --- /dev/null +++ b/gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock @@ -0,0 +1,692 @@ +GIT + remote: https://github.com/avo-hq/acts-as-taggable-on.git + revision: faa91e0ed2947f25a08a5e03a7eea1d391bc72ac + specs: + acts-as-taggable-on (10.0.0) + activerecord (>= 6.1) + +PATH + remote: ../pluggy + specs: + pluggy (0.0.1) + +PATH + remote: .. + specs: + avo (3.10.1) + actionview (>= 6.1) + active_link_to + activerecord (>= 6.1) + activesupport (>= 6.1) + addressable + docile + httparty + inline_svg + literal (~> 0.2) + meta-tags + pagy (>= 7.0.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.0.beta2) + actionpack (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + zeitwerk (~> 2.6) + actionmailbox (7.2.0.beta2) + actionpack (= 7.2.0.beta2) + activejob (= 7.2.0.beta2) + activerecord (= 7.2.0.beta2) + activestorage (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + mail (>= 2.8.0) + actionmailer (7.2.0.beta2) + actionpack (= 7.2.0.beta2) + actionview (= 7.2.0.beta2) + activejob (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + mail (>= 2.8.0) + rails-dom-testing (~> 2.2) + actionpack (7.2.0.beta2) + actionview (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + nokogiri (>= 1.8.5) + racc + 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 (7.2.0.beta2) + actionpack (= 7.2.0.beta2) + activerecord (= 7.2.0.beta2) + activestorage (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + globalid (>= 0.6.0) + nokogiri (>= 1.8.5) + actionview (7.2.0.beta2) + activesupport (= 7.2.0.beta2) + 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.0.beta2) + activesupport (= 7.2.0.beta2) + globalid (>= 0.3.6) + activemodel (7.2.0.beta2) + activesupport (= 7.2.0.beta2) + activerecord (7.2.0.beta2) + activemodel (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + timeout (>= 0.4.0) + activestorage (7.2.0.beta2) + actionpack (= 7.2.0.beta2) + activejob (= 7.2.0.beta2) + activerecord (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + marcel (~> 1.0) + activesupport (7.2.0.beta2) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0, >= 2.0.5) + acts_as_list (1.2.1) + activerecord (>= 6.1) + activesupport (>= 6.1) + actual_db_schema (0.7.5) + activerecord (>= 6.0.0) + activesupport (>= 6.0.0) + csv + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.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) + awesome_print (1.9.2) + aws-eventstream (1.3.0) + aws-partitions (1.951.0) + aws-sdk-core (3.201.0) + aws-eventstream (~> 1, >= 1.3.0) + aws-partitions (~> 1, >= 1.651.0) + aws-sigv4 (~> 1.8) + jmespath (~> 1, >= 1.6.1) + aws-sdk-kms (1.88.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) + aws-sdk-s3 (1.156.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sdk-kms (~> 1) + aws-sigv4 (~> 1.5) + aws-sigv4 (1.8.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) + 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.3) + msgpack (~> 1.2) + builder (3.3.0) + bump (0.10.0) + bundler-integrity (1.0.9) + byebug (11.1.3) + 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.0.7) + childprocess (5.0.0) + coercible (1.0.0) + descendants_tracker (~> 0.0.1) + concurrent-ruby (1.3.3) + 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.0) + railties (>= 6.0.0) + csv (3.3.0) + cuprite (0.15.1) + capybara (~> 3.0) + ferrum (~> 0.15.0) + database_cleaner-active_record (2.1.0) + activerecord (>= 5.a) + database_cleaner-core (~> 2.0.0) + database_cleaner-core (2.0.1) + date (3.3.4) + 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.0) + dotenv (3.1.2) + dotenv-rails (3.1.2) + dotenv (= 3.1.2) + railties (>= 6.1) + drb (2.2.1) + e2mmap (0.1.0) + erb-formatter (0.7.3) + syntax_tree (~> 6.0) + erb_lint (0.5.0) + activesupport + better_html (>= 2.0.1) + parser (>= 2.7.1.4) + rainbow + rubocop + smart_properties + erubi (1.13.0) + factory_bot (6.4.6) + activesupport (>= 5.0.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) + railties (>= 5.0.0) + faker (3.4.1) + 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-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) + globalid (1.2.1) + activesupport (>= 6.1) + groupdate (6.4.0) + activesupport (>= 6.1) + hashdiff (1.1.0) + hashids (1.0.6) + highline (3.0.1) + 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) + httparty (0.22.0) + csv + mini_mime (>= 1.0.0) + multi_xml (>= 0.5.2) + i18n (1.14.5) + 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.12.2) + mini_magick (>= 4.9.5, < 5) + ruby-vips (>= 2.0.17, < 3) + inline_svg (1.9.0) + activesupport (>= 3.0) + nokogiri (>= 1.6) + io-console (0.7.2) + irb (1.13.2) + 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.0) + 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) + literal (0.2.1) + loofah (2.22.0) + 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) + meta-tags (2.21.0) + actionpack (>= 6.0.0, < 7.2) + method_source (1.1.0) + mini_magick (4.13.1) + mini_mime (1.1.5) + minitest (5.24.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) + multi_xml (0.7.1) + bigdecimal (~> 3.1) + net-imap (0.4.14) + 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.6-x86_64-linux) + racc (~> 1.4) + orm_adapter (0.5.0) + pagy (8.6.3) + parallel (1.25.1) + parser (3.2.2.4) + ast (~> 2.4.1) + racc + path_expander (1.1.1) + pg (1.5.6) + prefixed_ids (1.7.1) + hashids (>= 1.0.0, < 2.0.0) + rails (>= 6.0.0) + prettier_print (1.2.1) + psych (3.3.4) + public_suffix (6.0.0) + puma (6.4.2) + nio4r (~> 2.0) + racc (1.8.0) + rack (3.1.6) + 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.0.beta2) + actioncable (= 7.2.0.beta2) + actionmailbox (= 7.2.0.beta2) + actionmailer (= 7.2.0.beta2) + actionpack (= 7.2.0.beta2) + actiontext (= 7.2.0.beta2) + actionview (= 7.2.0.beta2) + activejob (= 7.2.0.beta2) + activemodel (= 7.2.0.beta2) + activerecord (= 7.2.0.beta2) + activestorage (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + bundler (>= 1.15.0) + railties (= 7.2.0.beta2) + 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.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + rails-i18n (7.0.9) + i18n (>= 0.7, < 2) + railties (>= 6.0.0, < 8) + railties (7.2.0.beta2) + actionpack (= 7.2.0.beta2) + activesupport (= 7.2.0.beta2) + 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.1.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.2.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.9) + io-console (~> 0.5) + responders (3.1.1) + actionpack (>= 5.2) + railties (>= 5.2) + reverse_markdown (2.1.1) + nokogiri + rexml (3.3.1) + strscan + ripper-tags (1.0.2) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.1) + 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.3) + 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-vips (2.2.1) + ffi (~> 1.12) + ruby_parser (3.21.0) + 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) + sexp_processor (4.17.1) + 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.12.3) + 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.1) + 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) + strscan (3.1.0) + 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.3.3.1) + thor (1.3.1) + thread_safe (0.3.6) + tilt (2.4.0) + timeout (0.4.1) + tty-which (0.5.0) + turbo-rails (2.0.5) + actionpack (>= 6.0.0) + activejob (>= 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.5.0) + useragent (0.16.10) + view_component (3.12.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.1) + 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.36) + zeitwerk (2.6.16) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + active_link_to + active_median + activestorage + acts-as-taggable-on! + acts_as_list + actual_db_schema + addressable + annotate + appraisal + avo! + avo-money_field + avo-record_link_field + awesome_print + aws-sdk-s3 + bootsnap (>= 1.4.2) + bump + bundler-integrity (~> 1.0) + byebug + capybara + chartkick + countries + cssbundling-rails + csv + cuprite + database_cleaner-active_record + devise + dotenv-rails + erb-formatter + erb_lint + factory_bot_rails + faker + friendly_id (~> 5.5.1) + fuubar + gem-release + groupdate + hightop + hotwire-livereload (~> 1.3.0) + htmlbeautifier + httparty + 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.1, >= 4.1.1) + redis (~> 5.0) + ripper-tags + rspec-rails (~> 6.0, >= 6.0.3) + rspec-retry (~> 0.6.2) + rubocop + rubocop-shopify + 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.4.7 diff --git a/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock b/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock index feb9c1a6df..d6b07b5f09 100644 --- a/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock +++ b/gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock @@ -623,6 +623,7 @@ GEM PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES active_link_to 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 feb9c1a6df..d6b07b5f09 100644 --- a/gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock +++ b/gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock @@ -623,6 +623,7 @@ GEM PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES active_link_to