Merge pull request #4427 from tchak/bump-activestorage-openstack
Update activestorage-openstack
This commit is contained in:
commit
ed8bece0fa
2 changed files with 7 additions and 13 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ gem 'aasm'
|
||||||
gem 'actiontext', git: 'https://github.com/kobaltz/actiontext.git', branch: 'archive', require: 'action_text' # Port of ActionText to Rails 5
|
gem 'actiontext', git: 'https://github.com/kobaltz/actiontext.git', branch: 'archive', require: 'action_text' # Port of ActionText to Rails 5
|
||||||
gem 'active_link_to' # Automatically set a class on active links
|
gem 'active_link_to' # Automatically set a class on active links
|
||||||
gem 'active_model_serializers'
|
gem 'active_model_serializers'
|
||||||
gem 'activestorage-openstack', git: 'https://github.com/fredZen/activestorage-openstack.git', branch: 'frederic/fix_upload_signature'
|
gem 'activestorage-openstack'
|
||||||
gem 'administrate'
|
gem 'administrate'
|
||||||
gem 'after_party'
|
gem 'after_party'
|
||||||
gem 'anchored'
|
gem 'anchored'
|
||||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -1,14 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: https://github.com/fredZen/activestorage-openstack.git
|
|
||||||
revision: c71d5107a51701eab9d9267dd0000e6c1cf3e39a
|
|
||||||
branch: frederic/fix_upload_signature
|
|
||||||
specs:
|
|
||||||
activestorage-openstack (0.5.0)
|
|
||||||
fog-openstack (~> 1.0)
|
|
||||||
marcel
|
|
||||||
mime-types
|
|
||||||
rails (~> 5.2.0)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/kobaltz/actiontext.git
|
remote: https://github.com/kobaltz/actiontext.git
|
||||||
revision: ef59c4ba99d1b7614dd47f5a294eef553224db88
|
revision: ef59c4ba99d1b7614dd47f5a294eef553224db88
|
||||||
|
@ -75,6 +64,11 @@ GEM
|
||||||
actionpack (= 5.2.2.1)
|
actionpack (= 5.2.2.1)
|
||||||
activerecord (= 5.2.2.1)
|
activerecord (= 5.2.2.1)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
|
activestorage-openstack (1.0.0)
|
||||||
|
fog-openstack (~> 1.0)
|
||||||
|
marcel
|
||||||
|
mime-types
|
||||||
|
rails (<= 6)
|
||||||
activesupport (5.2.2.1)
|
activesupport (5.2.2.1)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
|
@ -717,7 +711,7 @@ DEPENDENCIES
|
||||||
actiontext!
|
actiontext!
|
||||||
active_link_to
|
active_link_to
|
||||||
active_model_serializers
|
active_model_serializers
|
||||||
activestorage-openstack!
|
activestorage-openstack
|
||||||
administrate
|
administrate
|
||||||
after_party
|
after_party
|
||||||
anchored
|
anchored
|
||||||
|
|
Loading…
Reference in a new issue