Skip to content

Commit

Permalink
Update mongoid-locker requirement from ~> 1.0 to ~> 2.0 (#1592)
Browse files Browse the repository at this point in the history
Updates the requirements on [mongoid-locker](https://github.com/mongoid/mongoid-locker) to permit the latest version.
- [Release notes](https://github.com/mongoid/mongoid-locker/releases)
- [Changelog](https://github.com/mongoid/mongoid-locker/blob/master/CHANGELOG.md)
- [Commits](mongoid/mongoid-locker@v1.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: mongoid-locker
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2023
1 parent d73856d commit 6fa4dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if ENV['MONGOID_VERSION']
gem 'mongoid', '>= 5'
end

gem 'mongoid-locker', '~> 1.0'
gem 'mongoid-locker', '~> 2.0'
end

gem "rails", "~> 7"
2 changes: 1 addition & 1 deletion devise_token_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pg'
s.add_development_dependency 'mysql2'
s.add_development_dependency 'mongoid', '>= 4', '< 8'
s.add_development_dependency 'mongoid-locker', '~> 1.0'
s.add_development_dependency 'mongoid-locker', '~> 2.0'
end

0 comments on commit 6fa4dee

Please sign in to comment.