Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnadales/dnadales.github.io
https://github.com/dnadales/dnadales.github.io
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnadales/dnadales.github.io
- Owner: dnadales
- License: bsd-3-clause
- Created: 2018-02-23T15:05:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T16:28:19.000Z (about 4 years ago)
- Last Synced: 2024-11-06T09:25:45.492Z (2 months ago)
- Language: Ruby
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My personal pages.
## Updating Gemfile.lock
Brute force approach:
- remove `Gemfile.lock`
- run `bundle update`
- run `bundle install`