Skip to content

Commit a0f6dd7

Browse files
authored
Merge pull request #40 from ruby-korea/39-remove-dead-links
죽은 링크 제거 & 루비 버전업
2 parents 690d160 + 277d67e commit a0f6dd7

5 files changed

Lines changed: 224 additions & 225 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)