Skip to content

Commit

Permalink
Update ransack for Rails 7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Sep 1, 2024
1 parent 026419f commit a5777a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end
["7.2"].each do |rails_version|
appraise "rails-#{rails_version}-ruby-#{ruby_version}" do
gem "rails", "~> #{rails_version}.0"
gem "ransack", "~> 4.0.0"
gem "ransack", "~> 4.2.0"
gem "acts-as-taggable-on", "~> 11.0"
gem "puma", "~> 6.0"
end
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2_ruby_3.2.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem "addressable"
gem "appraisal"
gem "meta-tags"
gem "manifester"
gem "ransack", "~> 4.0.0"
gem "ransack", "~> 4.2.0"
gem "friendly_id", "~> 5.4.0"
gem "aws-sdk-s3", require: false
gem "net-smtp", require: false
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7.2_ruby_3.2.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
ransack (4.0.0)
ransack (4.2.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
Expand Down Expand Up @@ -584,7 +584,7 @@ DEPENDENCIES
pundit
rails (~> 7.2.0)
rails-controller-testing
ransack (~> 4.0.0)
ransack (~> 4.2.0)
redis (~> 4.0)
rspec-rails (~> 4.0.0)
rubocop
Expand Down

0 comments on commit a5777a9

Please sign in to comment.