Skip to content

Commit

Permalink
chore: add 7.2.0.beta2 to appraisals (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob authored Jul 5, 2024
1 parent 70dd05f commit 9e2e9a4
Show file tree
Hide file tree
Showing 11 changed files with 1,577 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
active_link_to
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
active_link_to
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
active_link_to
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
active_link_to
Expand Down
93 changes: 93 additions & 0 deletions gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
@@ -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: "../"
Loading

0 comments on commit 9e2e9a4

Please sign in to comment.