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:
parent
5f93e6d3be
commit
0912374719
@ -5,6 +5,7 @@
|
|||||||
- Enlarged privacy policy display and edition zones
|
- Enlarged privacy policy display and edition zones
|
||||||
- Removed fab-manager email address from the seeds
|
- Removed fab-manager email address from the seeds
|
||||||
- Fix a bug: in the settings area, boolean switches are always shown as false
|
- 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
|
## v4.6.2 2020 October 23
|
||||||
|
|
||||||
|
2
Gemfile
2
Gemfile
@ -90,7 +90,7 @@ gem 'sidekiq', '>= 6.0.7'
|
|||||||
gem 'sidekiq-cron'
|
gem 'sidekiq-cron'
|
||||||
gem 'sidekiq-unique-jobs', '~> 6.0.22'
|
gem 'sidekiq-unique-jobs', '~> 6.0.22'
|
||||||
|
|
||||||
gem 'stripe', '5.1.1'
|
gem 'stripe', '5.21.0'
|
||||||
|
|
||||||
gem 'recurrence'
|
gem 'recurrence'
|
||||||
|
|
||||||
|
@ -369,7 +369,7 @@ GEM
|
|||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
stripe (5.1.1)
|
stripe (5.21.0)
|
||||||
sync (0.5.0)
|
sync (0.5.0)
|
||||||
sys-filesystem (1.3.3)
|
sys-filesystem (1.3.3)
|
||||||
ffi
|
ffi
|
||||||
@ -483,7 +483,7 @@ DEPENDENCIES
|
|||||||
sidekiq-unique-jobs (~> 6.0.22)
|
sidekiq-unique-jobs (~> 6.0.22)
|
||||||
spring
|
spring
|
||||||
spring-watcher-listen (~> 2.0.0)
|
spring-watcher-listen (~> 2.0.0)
|
||||||
stripe (= 5.1.1)
|
stripe (= 5.21.0)
|
||||||
sys-filesystem
|
sys-filesystem
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
vcr (= 3.0.1)
|
vcr (= 3.0.1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user