Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix appraisal #3504

Merged
merged 9 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
["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", "7.2", "8.0"].each do |rails_version|
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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'
Paul-Bob marked this conversation as resolved.
Show resolved Hide resolved
Paul-Bob marked this conversation as resolved.
Show resolved Hide resolved

gem "bundler-integrity", "~> 1.0"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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 (11.0.0)
activerecord (>= 7.0, < 8.0)
zeitwerk (>= 2.4, < 3.0)
acts_as_list (1.2.2)
activerecord (>= 6.1)
activesupport (>= 6.1)
Expand Down
5 changes: 3 additions & 2 deletions gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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 (11.0.0)
activerecord (>= 7.0, < 8.0)
zeitwerk (>= 2.4, < 3.0)
acts_as_list (1.2.2)
activerecord (>= 6.1)
activesupport (>= 6.1)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem "groupdate"
gem "hightop"
gem "active_median"
gem "acts_as_list"
gem "acts-as-taggable-on"
gem "acts-as-taggable-on", "~> 11.0"
gem "bundler-integrity", "~> 1.0"
gem "countries"
gem "chartkick"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem "groupdate"
gem "hightop"
gem "active_median"
gem "acts_as_list"
gem "acts-as-taggable-on"
gem "acts-as-taggable-on", "~> 11.0"
gem "bundler-integrity", "~> 1.0"
gem "countries"
gem "chartkick"
Expand Down
95 changes: 95 additions & 0 deletions gemfiles/rails_7.2_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "jsbundling-rails"
gem "cssbundling-rails"
gem "rails", "~> 7.2"
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: "../"
Loading
Loading