Skip to content

Commit

Permalink
Lock money gem in development until next release
Browse files Browse the repository at this point in the history
See #3903
  • Loading branch information
kennyadsl committed Feb 18, 2021
1 parent 4c115b5 commit 5ac5ac6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ group :backend, :frontend, :core, :api do
# and https://github.com/rails/sprockets-rails/issues/369
gem 'sprockets', '~> 3'

# Temporary locking money to 6.13.8.
# See https://github.com/solidusio/solidus/issues/3903
gem 'money', '<= 6.13.8'

platforms :ruby do
case ENV['DB']
when /mysql/
Expand Down

0 comments on commit 5ac5ac6

Please sign in to comment.