Gemfile: fix an 'insecure connection' Bundler warning
This commit is contained in:
parent
1b1ec833fe
commit
20239077a7
2 changed files with 10 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'aasm'
|
gem 'aasm'
|
||||||
gem 'actiontext', github: 'kobaltz/actiontext', branch: 'archive', require: 'action_text'
|
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', git: 'https://github.com/fredZen/activestorage-openstack.git', branch: 'frederic/fix_upload_signature'
|
||||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -1,12 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: git://github.com/kobaltz/actiontext.git
|
|
||||||
revision: ef59c4ba99d1b7614dd47f5a294eef553224db88
|
|
||||||
branch: archive
|
|
||||||
specs:
|
|
||||||
actiontext (0.1.0)
|
|
||||||
nokogiri
|
|
||||||
rails (>= 5.2.0)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/fredZen/activestorage-openstack.git
|
remote: https://github.com/fredZen/activestorage-openstack.git
|
||||||
revision: c71d5107a51701eab9d9267dd0000e6c1cf3e39a
|
revision: c71d5107a51701eab9d9267dd0000e6c1cf3e39a
|
||||||
|
@ -18,6 +9,15 @@ GIT
|
||||||
mime-types
|
mime-types
|
||||||
rails (~> 5.2.0)
|
rails (~> 5.2.0)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/kobaltz/actiontext.git
|
||||||
|
revision: ef59c4ba99d1b7614dd47f5a294eef553224db88
|
||||||
|
branch: archive
|
||||||
|
specs:
|
||||||
|
actiontext (0.1.0)
|
||||||
|
nokogiri
|
||||||
|
rails (>= 5.2.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/mina-deploy/mina.git
|
remote: https://github.com/mina-deploy/mina.git
|
||||||
revision: 0dd5fdb8bb82a180d35e1fc033de2fac48257e30
|
revision: 0dd5fdb8bb82a180d35e1fc033de2fac48257e30
|
||||||
|
|
Loading…
Reference in a new issue