Merge pull request #1880 from tchak/update-flipflop
Update flipflop to latests released version
This commit is contained in:
commit
9383df5472
2 changed files with 4 additions and 9 deletions
2
Gemfile
2
Gemfile
|
@ -97,7 +97,7 @@ gem 'scenic'
|
||||||
|
|
||||||
gem 'sanitize-url'
|
gem 'sanitize-url'
|
||||||
|
|
||||||
gem 'flipflop', github: 'voormedia/flipflop'
|
gem 'flipflop'
|
||||||
|
|
||||||
# Cron jobs
|
# Cron jobs
|
||||||
gem 'delayed_job_active_record'
|
gem 'delayed_job_active_record'
|
||||||
|
|
11
Gemfile.lock
11
Gemfile.lock
|
@ -1,10 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: git://github.com/voormedia/flipflop.git
|
|
||||||
revision: a6e639c6c631cdb5e74cb84a1a2a314ca3420579
|
|
||||||
specs:
|
|
||||||
flipflop (2.3.1)
|
|
||||||
activesupport (>= 4.0)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/breckenedge/delayed_job_web.git
|
remote: https://github.com/breckenedge/delayed_job_web.git
|
||||||
revision: 6bcb10e61ea2b9a44ffa16be8536dff46ad51449
|
revision: 6bcb10e61ea2b9a44ffa16be8536dff46ad51449
|
||||||
|
@ -210,6 +203,8 @@ GEM
|
||||||
ffi (1.9.23)
|
ffi (1.9.23)
|
||||||
fission (0.5.0)
|
fission (0.5.0)
|
||||||
CFPropertyList (~> 2.2)
|
CFPropertyList (~> 2.2)
|
||||||
|
flipflop (2.4.0)
|
||||||
|
activesupport (>= 4.0)
|
||||||
fog (1.42.0)
|
fog (1.42.0)
|
||||||
fog-aliyun (>= 0.1.0)
|
fog-aliyun (>= 0.1.0)
|
||||||
fog-atmos
|
fog-atmos
|
||||||
|
@ -810,7 +805,7 @@ DEPENDENCIES
|
||||||
dotenv-rails
|
dotenv-rails
|
||||||
draper
|
draper
|
||||||
factory_bot
|
factory_bot
|
||||||
flipflop!
|
flipflop
|
||||||
fog
|
fog
|
||||||
fog-openstack
|
fog-openstack
|
||||||
font-awesome-rails
|
font-awesome-rails
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue