Skip to content

Commit bab2058

Browse files
committed
add rake gemfile
1 parent 5996fad commit bab2058

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Gemfile

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
source "https://rubygems.org"
1+
source 'https://rubygems.org'
22

3-
gem "minima", "~> 2.0"
4-
gem "github-pages", group: :jekyll_plugins
5-
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
6-
gem "wdm", "~> 0.1.0" if Gem.win_platform?
3+
gem 'rake'
4+
gem 'minima', '~> 2.0'
5+
gem 'github-pages', group: :jekyll_plugins
6+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
7+
gem 'wdm', '~> 0.1.0' if Gem.win_platform?

0 commit comments

Comments
 (0)