Skip to content

Commit

Permalink
Bump mongoid from 7.3.1 to 7.3.2
Browse files Browse the repository at this point in the history
Bumps [mongoid](https://github.com/mongodb/mongoid) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/mongodb/mongoid/releases)
- [Changelog](https://github.com/mongodb/mongoid/blob/master/CHANGELOG.md)
- [Commits](mongodb/mongoid@v7.3.1...v7.3.2)

---
updated-dependencies:
- dependency-name: mongoid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 9, 2021
1 parent 287e876 commit 454ae50
Showing 1 changed file with 24 additions and 17 deletions.
41 changes: 24 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,24 @@ GEM
airbrake-ruby (4.15.0)
rbtree3 (~> 0.5)
ast (2.4.1)
async (1.29.0)
async (1.30.1)
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
async-http (0.56.3)
async (~> 1.25)
async-io (~> 1.28)
async-pool (~> 0.2)
async-http (0.56.5)
async (>= 1.25)
async-io (>= 1.28)
async-pool (>= 0.2)
protocol-http (~> 0.22.0)
protocol-http1 (~> 0.14.0)
protocol-http2 (~> 0.14.0)
async-http-faraday (0.9.0)
async-http-faraday (0.11.0)
async-http (~> 0.42)
faraday
async-io (1.32.0)
async (~> 1.14)
async-pool (0.3.7)
async (~> 1.25)
async-io (1.32.2)
async
async-pool (0.3.8)
async (>= 1.25)
bcrypt (3.1.16)
bindex (0.8.1)
bson (4.12.1)
Expand All @@ -114,7 +114,7 @@ GEM
cancancan (3.2.2)
coderay (1.1.3)
concurrent-ruby (1.1.9)
console (1.12.0)
console (1.13.1)
fiber-local
countries (4.0.1)
i18n_data (~> 0.13.0)
Expand Down Expand Up @@ -164,21 +164,27 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (1.4.2)
faraday (1.7.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-http-cache (2.2.0)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
ffi (1.13.1)
fiber-local (1.0.0)
github_changelog_generator (1.16.4)
Expand Down Expand Up @@ -228,15 +234,16 @@ GEM
minitest (5.14.4)
mongo (2.15.0)
bson (>= 4.8.2, < 5.0.0)
mongoid (7.3.1)
mongoid (7.3.2)
activemodel (>= 5.1, < 6.2)
mongo (>= 2.10.5, < 3.0.0)
ruby2_keywords (~> 0.0.5)
mongoid-locker (2.0.0)
mongoid (>= 5.0, < 8)
multi_json (1.15.0)
multipart-post (2.1.1)
netrc (0.11.0)
nio4r (2.5.7)
nio4r (2.5.8)
nokogiri (1.12.0)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
Expand All @@ -252,7 +259,7 @@ GEM
ast (~> 2.4.1)
phonelib (0.6.44)
protocol-hpack (1.4.2)
protocol-http (0.22.2)
protocol-http (0.22.5)
protocol-http1 (0.14.1)
protocol-http (~> 0.22)
protocol-http2 (0.14.2)
Expand Down Expand Up @@ -346,7 +353,7 @@ GEM
rubocop-ast (0.0.3)
parser (>= 2.7.0.1)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down

0 comments on commit 454ae50

Please sign in to comment.