Skip to content

Commit fd63262

Browse files
committed
cleanup
1 parent 8e3e4a8 commit fd63262

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
source 'https://rubygems.org'
77

8-
gem 'jekyll', '4.3.2'
9-
gem 'jekyll-bits', '0.15'
10-
gem 'jekyll-redirect-from', '0.16.0'
11-
gem 'jekyll-feed', '0.17.0'
12-
gem 'jekyll-paginate', '1.1.0'
13-
gem 'jekyll-sitemap', '1.4.0'
8+
gem 'jekyll', '~>4.3'
9+
gem 'jekyll-bits', '~>0.15'
10+
gem 'jekyll-redirect-from', '~>0.16'
11+
gem 'jekyll-feed', '~>0.17'
12+
gem 'jekyll-paginate', '~>1.1'
13+
gem 'jekyll-sitemap', '~>1.4'
1414

1515
gem "tzinfo", "~> 2.0"
1616
gem "tzinfo-data", platforms: [:x64_mingw, :mingw, :mswin]

0 commit comments

Comments
 (0)