Skip to content

Commit

Permalink
Add mongoid to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Aug 25, 2024
1 parent 8fb079c commit 5b68920
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/Gemfile-rails-6-1
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gem 'rspec-rails', '>= 5.1'
gem 'rubocop', '~> 1.48'
gem 'vcr', '~> 6.1'
gem 'webmock', '~> 3.18'
gem 'mongoid', '~> 9', require: false
1 change: 1 addition & 0 deletions gemfiles/Gemfile-rails-7-0
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gem 'rspec-rails', '>= 5.1'
gem 'rubocop', '~> 1.48'
gem 'vcr', '~> 6.1'
gem 'webmock', '~> 3.18'
gem 'mongoid', '~> 9', require: false
1 change: 1 addition & 0 deletions gemfiles/Gemfile-rails-7-1
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gem 'rspec-rails', '>= 5.1'
gem 'rubocop', '~> 1.48'
gem 'vcr', '~> 6.1'
gem 'webmock', '~> 3.18'
gem 'mongoid', '~> 9', require: false

0 comments on commit 5b68920

Please sign in to comment.