Skip to content

Commit

Permalink
Merge branch 'master' into rails-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cintamani committed Jun 22, 2020
2 parents e2bb248 + 8730699 commit 38ac136
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion waste_carriers_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Gem::Specification.new do |s|
s.add_dependency "rails", ">= 6.0.3"
# Use MongoDB as the database
s.add_dependency "mongoid"
# Implement document-level locking
# Implement document-level locking. Pinned to 2.0.0 because we believe 2.0.1
# has a dependency on using Mongoid version 7 or greater. On v5 we get errors
# regards the use of `delegate` when using 2.0.1
s.add_dependency "mongoid-locker", "2.0.0"
# Use jquery as the JavaScript library
s.add_dependency "jquery-rails"
Expand Down

0 comments on commit 38ac136

Please sign in to comment.