Skip to content

Commit

Permalink
mongoid 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDev0 committed Jun 28, 2024
1 parent dc5118f commit 7677444
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions gemfiles/mongoid-9.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gem 'mongoid', '~> 9.0.0'
gem 'rails', '~> 7.0'

gemspec path: '../'
2 changes: 1 addition & 1 deletion mongoid-grid_fs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '~> 1.36.0'

spec.add_dependency 'mime-types', '>= 1.0', '< 4.0'
spec.add_dependency 'mongoid', '>= 3.0', '< 9.0'
spec.add_dependency 'mongoid', '>= 3.0', '< 10.0'
end

0 comments on commit 7677444

Please sign in to comment.