Skip to content

Commit

Permalink
Fix webmachine-sprockets dependency
Browse files Browse the repository at this point in the history
https://github.com/lgierth/webmachine-sprockets was deleted or made private sometime between 2020-05-08 (https://web.archive.org/web/20200508141612/https://github.com/lgierth) and 2020-06-25 (#452). This breaks tests and new installations.

Replacing it with our own fork of the only copy remaining on GitHub
  • Loading branch information
JustAnotherArchivist committed Jul 19, 2020
1 parent d3db653 commit 1264c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ group :dashboard do
gem 'json'
gem 'reel'
gem 'webmachine', :git => 'https://github.com/seancribbs/webmachine-ruby.git'
gem 'webmachine-sprockets', :git => 'https://github.com/lgierth/webmachine-sprockets.git'
gem 'webmachine-sprockets', :git => 'https://github.com/ArchiveTeam/webmachine-sprockets.git'
gem 'erubis'
end

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIT
remote: https://github.com/lgierth/webmachine-sprockets.git
remote: https://github.com/ArchiveTeam/webmachine-sprockets.git
revision: cf8c0d4e0c2383f39f4c68eff9979ccc4a7f7fe9
specs:
webmachine-sprockets (0.2.0)
Expand Down

0 comments on commit 1264c40

Please sign in to comment.