Skip to content

Commit

Permalink
[DIAG] Let it fails fast
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Mar 13, 2024
1 parent fc42a27 commit 932cf50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
--backtrace
--require spec_helper
--warnings
--fail-fast
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ group :development do
gem "rubocop-rails", require: false
gem "rubocop-rspec", require: false

<<<<<<< HEAD
gem "activerecord", github: "rails/rails", ref: "0e9267767f19065fa513038253179ad6b05c29ab"
=======
gem "activerecord", github: "rails/rails", ref: "deec3004d8d85443dc4f3f5fd22ab86b10adb58b"
>>>>>>> de98281a (Support `Configure legacy-API-supplied connection before first use`)
gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master"

platforms :ruby do
Expand Down

0 comments on commit 932cf50

Please sign in to comment.