Gemfile in omnibus-6.0.1 vs Gemfile in omnibus-6.0.24
- old
+ new
@@ -11,5 +11,8 @@
group :debug do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"
end
+
+# this brings in several fixes to rspec-json_expectations that are causing test failures
+gem "rspec-json_expectations", git: "https://github.com/tas50/rspec-json_expectations.git"