Skip to content

Commit

Permalink
Upgrade baby_squeel to support ActiveRecord 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorova committed Mar 8, 2024
1 parent db4daf7 commit 6cb2c9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ gem 'secure_headers', '~> 6.3.0'
gem 'redlock'

gem 'acts-as-taggable-on', '~> 8.0'
gem 'baby_squeel', '~> 1.4.3'
gem 'baby_squeel', '~> 2.0'
gem 'browser'
gem 'diff-lcs', '~> 1.2'
gem 'hiredis', '~> 0.6.3'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ GEM
rack (~> 2)
aws-sigv4 (1.5.0)
aws-eventstream (~> 1, >= 1.0.2)
baby_squeel (1.4.4)
activerecord (>= 5.2, < 7.1)
baby_squeel (2.0.0)
activerecord (>= 6.0, < 7.1)
ransack (~> 2.3)
base64 (0.2.0)
bcrypt (3.1.13)
Expand Down Expand Up @@ -932,7 +932,7 @@ DEPENDENCIES
audited (~> 5.0.2)
aws-sdk-rails (~> 3)
aws-sdk-s3 (~> 1)
baby_squeel (~> 1.4.3)
baby_squeel (~> 2.0)
bcrypt (~> 3.1.7)
bootsnap (~> 1.16)
braintree (~> 2.93)
Expand Down

0 comments on commit 6cb2c9c

Please sign in to comment.