We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 098940d + 144fadf commit 22c26eeCopy full SHA for 22c26ee
Gemfile
@@ -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'
+source 'https://rubygems.org/'
+ruby RUBY_VERSION
+
+gem "rake", "~> 12" # for Travis CI
+gem 'jekyll', '~> 3.8', '>= 3.8.5'
6
gem 'jekyll-paginate', '~> 1.1'
Gemfile.lock
@@ -1,5 +1,5 @@
GEM
- remote: https://gems.ruby-china.com/
+ remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
@@ -67,7 +67,7 @@ DEPENDENCIES
67
rake (~> 12)
68
69
RUBY VERSION
70
- ruby 2.3.4p301
+ ruby 2.4.3p205
71
72
BUNDLED WITH
73
- 1.16.2
+ 2.0.1
0 commit comments