mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:51:41 +00:00
fix: traer gemas del mismo repositorio
This commit is contained in:
parent
7e8e47387b
commit
e6068fa7ec
2 changed files with 4 additions and 4 deletions
4
Gemfile
4
Gemfile
|
@ -48,9 +48,9 @@ gem 'image_processing'
|
|||
gem 'icalendar'
|
||||
gem 'inline_svg'
|
||||
gem 'httparty'
|
||||
gem 'safe_yaml', source: 'https://gems.sutty.nl'
|
||||
gem 'safe_yaml'
|
||||
gem 'jekyll', '~> 4.2'
|
||||
gem 'jekyll-data', source: 'https://gems.sutty.nl'
|
||||
gem 'jekyll-data'
|
||||
gem 'jekyll-commonmark'
|
||||
gem 'jekyll-images'
|
||||
gem 'jekyll-include-cache'
|
||||
|
|
|
@ -599,7 +599,7 @@ DEPENDENCIES
|
|||
jbuilder (~> 2.5)
|
||||
jekyll (~> 4.2)
|
||||
jekyll-commonmark
|
||||
jekyll-data!
|
||||
jekyll-data
|
||||
jekyll-images
|
||||
jekyll-include-cache
|
||||
kaminari
|
||||
|
@ -630,7 +630,7 @@ DEPENDENCIES
|
|||
rubocop-rails
|
||||
rubyzip
|
||||
rugged
|
||||
safe_yaml!
|
||||
safe_yaml
|
||||
sassc-rails
|
||||
selenium-webdriver
|
||||
sourcemap
|
||||
|
|
Loading…
Reference in a new issue