mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Bump to Liquid 3.0
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -1,6 +1,5 @@
|
||||
source 'https://rubygems.org'
|
||||
gemspec
|
||||
gem "liquid", github: 'Shopify/liquid', branch: '3-0-0-rc1'
|
||||
|
||||
if ENV['BENCHMARK']
|
||||
gem 'rbtrace'
|
||||
|
||||
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
||||
s.rdoc_options = ['--charset=UTF-8']
|
||||
s.extra_rdoc_files = %w[README.markdown LICENSE]
|
||||
|
||||
#s.add_runtime_dependency('liquid', '')
|
||||
s.add_runtime_dependency('liquid', '~> 3.0')
|
||||
s.add_runtime_dependency('kramdown', '~> 1.3')
|
||||
s.add_runtime_dependency('mercenary', '~> 0.3.3')
|
||||
s.add_runtime_dependency('safe_yaml', '~> 1.0')
|
||||
|
||||
Reference in New Issue
Block a user