Skip to content

Commit

Permalink
Merge branch 'main' into fix-wrong-require-for-7.1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scarroll32 authored Sep 28, 2024
2 parents 112b684 + 2d56e78 commit 4e0f545
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Unreleased

## 4.2.0 - 2023-10-23
## 4.2.1 - 2024-8-11

* Fix Rails 7.1.x compatibility

## 4.2.0 - 2024-7-10

* Add Rails 7.2 support by @robinator and @gregmolnar

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gemspec

gem 'rake'

rails = ENV['RAILS'] || '7-1-stable'
rails = ENV['RAILS'] || '7-2-stable'

rails_version = case rails
when /\// # A path
Expand Down
2 changes: 1 addition & 1 deletion lib/ransack/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ransack
VERSION = '4.2.0'
VERSION = '4.2.1'
end

0 comments on commit 4e0f545

Please sign in to comment.