diff --git a/Gemfile.lock b/Gemfile.lock index 00b3f20..7d18e81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mongoid_includes (3.0.2) + mongoid_includes (3.0.3) mongoid (>= 7.0.10, < 10.0.0) GEM diff --git a/README.md b/README.md index 9be9b2c..97f01d2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Mongoid::Includes ===================== [![Gem Version](https://badge.fury.io/rb/mongoid_includes.svg)](https://rubygems.org/gems/mongoid_includes) -[![Build Status](https://github.com/cacheventures/mongoid_includes/workflows/ci/badge.svg)](https://github.com/cacheventures/mongoid_includes/actions) +[![Build Status](https://github.com/cacheventures/mongoid_includes/workflows/CI/badge.svg)](https://github.com/cacheventures/mongoid_includes/actions) `Mongoid::Includes` improves eager loading in Mongoid, supporting polymorphic associations, and nested eager loading.