Skip to content

Commit

Permalink
Update RSpec-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Mar 25, 2024
1 parent 542952b commit ed18710
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "rake"
gem "rspec-core"
gem "rspec-expectations"
gem "rspec-mocks"
gem "rspec-rails", "~> 4.0.0"
gem "rspec-rails", "~> 6.0.0"
gem "rspec-support"
gem "rubocop", "~> 1.29.1"
gem "rubocop-performance", require: false
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
gem "rspec-core"
gem "rspec-expectations"
gem "rspec-mocks"
gem "rspec-rails", "~> 4.0.0"
gem "rspec-rails", "~> 6.0.0"
gem "rspec-support"
19 changes: 19 additions & 0 deletions spec/dummy/config/mongoid8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
development:
clients:
default:
database: doorkeeper-mongoid8-development
hosts:
- localhost:27017
options:
write:
w: 1

test:
clients:
default:
database: doorkeeper-mongoid7-test
hosts:
- localhost:27017
options:
write:
w: 1

0 comments on commit ed18710

Please sign in to comment.