Skip to content

Commit

Permalink
deps: pin mongoid-scroll to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Dec 1, 2024
1 parent d2612ec commit 03f1496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ case ENV.fetch('DATABASE_ADAPTER', nil)
when 'mongoid' then
gem 'kaminari-mongoid'
gem 'mongoid', ENV['MONGOID_VERSION'] || '~> 7.3.0'
gem 'mongoid-scroll'
gem 'mongoid-scroll', '~> 1.0.1'
gem 'mongoid-shell'

group :development, :test do
Expand Down

0 comments on commit 03f1496

Please sign in to comment.