diff --git a/Changelog.md b/Changelog.md index 3b30ba4d4..9754023ab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -25,6 +25,7 @@ Although the chat was never enabled per default and was marked as experimental, ## Refactor * Set better example values for unicorn stdout/stderr log settings [#8058](https://github.com/diaspora/diaspora/pull/8058) +* Replace dependency on rails-assets.org with custom gems cache at gems.diasporafoundation.org [#8087](https://github.com/diaspora/diaspora/pull/8087) ## Bug fixes * Fix error while trying to fetch some sites with invalid OpenGraph data [#8049](https://github.com/diaspora/diaspora/pull/8049) diff --git a/Gemfile b/Gemfile index fc1062884..c75dfaad2 100644 --- a/Gemfile +++ b/Gemfile @@ -99,7 +99,7 @@ gem "js-routes", "1.4.7" gem "js_image_paths", "0.1.1" gem "sprockets-es6", "0.9.2" -source "https://rails-assets.org" do +source "https://gems.diasporafoundation.org" do gem "rails-assets-jquery", "3.4.1" # Should be kept in sync with jquery-rails gem "rails-assets-jquery.ui", "1.11.4" @@ -312,7 +312,7 @@ group :development, :test do # Jasmine (client side application tests (JS)) gem "jasmine", "3.4.0" gem "jasmine-jquery-rails", "2.0.3" - gem "rails-assets-jasmine-ajax", "4.0.0", source: "https://rails-assets.org" + gem "rails-assets-jasmine-ajax", "4.0.0", source: "https://gems.diasporafoundation.org" gem "sinon-rails", "1.15.0" # For `assigns` in controller specs diff --git a/Gemfile.lock b/Gemfile.lock index 56cd3defe..008ad70d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GEM remote: https://rubygems.org/ - remote: https://rails-assets.org/ + remote: https://gems.diasporafoundation.org/ specs: actioncable (5.1.7) actionpack (= 5.1.7)