Skip to content

Commit ff3abaa

Browse files
committed
chore: upgrade to mongoid 8 and ruby 3
1 parent 9eb1b01 commit ff3abaa

File tree

6 files changed

+322
-202
lines changed

6 files changed

+322
-202
lines changed

Gemfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ source 'https://rubygems.org'
22

33
gemspec
44

5+
ruby '3.2.2'
6+
57
gem 'ransack-mongoid', git: 'https://github.com/activerecord-hackery/ransack-mongoid'
68

7-
gem 'rails', '>= 5.2', '< 6.1'
9+
gem 'rails', '7.2'
10+
gem 'inherited_resources'
811

912
gem 'devise'
1013

0 commit comments

Comments
 (0)