Skip to content

Commit

Permalink
Added Mongoid 9 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 30, 2024
1 parent 475606c commit e6eb750
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
gemfile: gemfiles/rails60.gemfile
- ruby: 2.6
gemfile: gemfiles/rails52.gemfile
- ruby: 3.3
gemfile: gemfiles/mongoid9.gemfile
mongodb: true
- ruby: 3.1
gemfile: gemfiles/mongoid8.gemfile
mongodb: true
Expand Down
14 changes: 14 additions & 0 deletions gemfiles/mongoid9.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"

gem "mongoid", "~> 9"
gem "rails"
gem "carrierwave"
gem "combustion", ">= 1.3"
gem "rbnacl", ">= 6"
gem "shrine"
gem "shrine-mongoid"

0 comments on commit e6eb750

Please sign in to comment.