Skip to content

Commit 22c26ee

Browse files
authored
Merge pull request #135 from timlah/upd-gem-source
Update gem source repository
2 parents 098940d + 144fadf commit 22c26ee

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
source "https://gems.ruby-china.com/"
2-
ruby RUBY_VERSION
3-
4-
gem "rake", "~> 12" # for Travis CI
5-
gem 'jekyll', '~> 3.8', '>= 3.8.5'
1+
source 'https://rubygems.org/'
2+
ruby RUBY_VERSION
3+
4+
gem "rake", "~> 12" # for Travis CI
5+
gem 'jekyll', '~> 3.8', '>= 3.8.5'
66
gem 'jekyll-paginate', '~> 1.1'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: https://gems.ruby-china.com/
2+
remote: https://rubygems.org/
33
specs:
44
addressable (2.5.2)
55
public_suffix (>= 2.0.2, < 4.0)
@@ -67,7 +67,7 @@ DEPENDENCIES
6767
rake (~> 12)
6868

6969
RUBY VERSION
70-
ruby 2.3.4p301
70+
ruby 2.4.3p205
7171

7272
BUNDLED WITH
73-
1.16.2
73+
2.0.1

0 commit comments

Comments
 (0)