Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hopensic committed Jan 29, 2020
1 parent 6cc5204 commit 89473ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
source 'https://gems.ruby-china.com'

gem 'wdm', '~> 0.1.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?

gem "rspec"

gem 'jekyll'



group :jekyll_plugins do
gem 'jekyll-feed'
gem 'jekyll-seo-tag'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ DEPENDENCIES
jekyll-feed
jekyll-seo-tag
rspec
wdm (~> 0.1.0)
wdm (~> 0.1.1)

BUNDLED WITH
2.1.4

0 comments on commit 89473ee

Please sign in to comment.