1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

updated stripe gem

This commit is contained in:
Sylvain 2020-10-27 15:12:35 +01:00
parent 5f93e6d3be
commit 0912374719
3 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@
- Enlarged privacy policy display and edition zones
- Removed fab-manager email address from the seeds
- Fix a bug: in the settings area, boolean switches are always shown as false
- Updated stripe gem to 5.21.0
## v4.6.2 2020 October 23

View File

@ -90,7 +90,7 @@ gem 'sidekiq', '>= 6.0.7'
gem 'sidekiq-cron'
gem 'sidekiq-unique-jobs', '~> 6.0.22'
gem 'stripe', '5.1.1'
gem 'stripe', '5.21.0'
gem 'recurrence'

View File

@ -369,7 +369,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
stripe (5.1.1)
stripe (5.21.0)
sync (0.5.0)
sys-filesystem (1.3.3)
ffi
@ -483,7 +483,7 @@ DEPENDENCIES
sidekiq-unique-jobs (~> 6.0.22)
spring
spring-watcher-listen (~> 2.0.0)
stripe (= 5.1.1)
stripe (= 5.21.0)
sys-filesystem
tzinfo-data
vcr (= 3.0.1)