From 1f1337ebc36870c4ddfe9f718f4c5b82ac14b9a1 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Thu, 30 May 2019 13:10:22 +0300 Subject: [PATCH] insecure rails-assets to prevent issues with a cert --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 7facaeb86..d2f6b8ded 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 35827f79a..b8f1b9e65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)