Skip to content

Commit 11dd2bc

Browse files
committed
죽은 링크 제거 & 루비 버전업
1 parent 690d160 commit 11dd2bc

4 files changed

Lines changed: 222 additions & 224 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
language: ruby
33
cache: bundler
44
rvm:
5-
- 2.5.0
5+
- 3.0.0
66
branches:
77
only:
88
- jekyll

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
source "https://rubygems.org"
2-
ruby '2.5.0' unless ENV['DEV']
2+
ruby '3.0.0' unless ENV['DEV']
33

44
gem 'rake'
55
gem 'github-pages'
66
gem 'kramdown'
77
gem 'travis'
8+
gem 'webrick'
89

910
group :development do
1011
gem 'validate-website', '~> 1.0'

0 commit comments

Comments
 (0)