insecure rails-assets to prevent issues with a cert
This commit is contained in:
parent
5437a0b095
commit
1f1337ebc3
2
Gemfile
2
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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue