Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #151 from kurtsson/update-depencency-requirements
Browse files Browse the repository at this point in the history
🎉 Fix Travis Builds. Upgrade bundler dependency and loosen jekyll requirements
  • Loading branch information
kurtsson authored Feb 13, 2020
2 parents ff27705 + c215e1b commit 701d5f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ task :default => [:test]
# test
#######################################
# A simple test which buils the example site
# and checks for valid links.
desc "Run tests"
# and checks all links are valid.
desc "Run HTMLProofer"
task :test do
cd "example" do
sh "bundle exec jekyll build"
Expand Down
4 changes: 2 additions & 2 deletions example/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Flex
markdown: redcarpet
markdown: kramdown
highlighter: pygments
exclude: ["LICENSE.txt", "README.md"]

Expand All @@ -13,7 +13,7 @@ paginate_path: "/pagination/page:num/"


# Plugins
gems:
plugins:
- jekyll-multiple-languages-plugin
- jekyll-paginate

Expand Down
5 changes: 2 additions & 3 deletions jekyll-multiple-languages-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ Gem::Specification.new do |s|
s.rdoc_options = ['--charset=UTF-8']
s.extra_rdoc_files = %w[README.md LICENSE.txt]

s.add_development_dependency "bundler", "~> 1.3"
s.add_development_dependency "bundler", "~> 2.0.1"
s.add_development_dependency "html-proofer"
s.add_development_dependency "rake", "~> 0"

s.add_runtime_dependency "jekyll", ">= 2.0", "< 4.0"
s.add_runtime_dependency "jekyll", ">= 2.0", "< 5.0"
end

0 comments on commit 701d5f9

Please sign in to comment.