add flipflop gem
This commit is contained in:
parent
c405c8750d
commit
49d9833473
2 changed files with 5 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -97,6 +97,8 @@ gem 'scenic'
|
|||
|
||||
gem 'sanitize-url'
|
||||
|
||||
gem 'flipflop'
|
||||
|
||||
# Cron jobs
|
||||
gem 'delayed_job_active_record'
|
||||
gem "daemons"
|
||||
|
|
|
@ -203,6 +203,8 @@ GEM
|
|||
ffi (1.9.23)
|
||||
fission (0.5.0)
|
||||
CFPropertyList (~> 2.2)
|
||||
flipflop (2.3.1)
|
||||
activesupport (>= 4.0)
|
||||
fog (1.42.0)
|
||||
fog-aliyun (>= 0.1.0)
|
||||
fog-atmos
|
||||
|
@ -803,6 +805,7 @@ DEPENDENCIES
|
|||
dotenv-rails
|
||||
draper
|
||||
factory_bot
|
||||
flipflop
|
||||
fog
|
||||
fog-openstack
|
||||
font-awesome-rails
|
||||
|
|
Loading…
Add table
Reference in a new issue