insecure rails-assets to prevent issues with a cert

This commit is contained in:
Alexander Stefanov 2019-05-30 13:10:22 +03:00
parent 5437a0b095
commit 1f1337ebc3
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ gem 'uglifier'
gem 'therubyracer', platforms: [:mri, :rbx]
gem 'therubyrhino', platforms: :jruby
source 'https://rails-assets.org' do
source 'http://insecure.rails-assets.org' do
gem 'rails-assets-notifyjs'
end

View File

@ -38,7 +38,7 @@ GIT
GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
remote: http://insecure.rails-assets.org
specs:
actionmailer (4.2.11.1)
actionpack (= 4.2.11.1)