Skip to content

Commit 7eddb9f

Browse files
committed
upgrading kaminari to 1.2.1 - following pull request from @gja (chamnap#20);
1 parent 59674c7 commit 7eddb9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/liquid-rails/template_handler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Liquid
22
module Rails
33
class TemplateHandler
44

5-
def self.call(template)
5+
def self.call(template, _source = nil)
66
"Liquid::Rails::TemplateHandler.new(self).render(#{template.source.inspect}, local_assigns)"
77
end
88

lib/liquid-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Liquid
22
module Rails
3-
VERSION = '0.2.0'
3+
VERSION = '0.2.1'
44
end
55
end

liquid-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
2222

2323
spec.add_dependency 'rails', ">= 5.0.6"
2424
spec.add_dependency 'liquid', '~> 4.0.0'
25-
spec.add_dependency 'kaminari', '~> 1.1.1'
25+
spec.add_dependency 'kaminari', '~> 1.2.1'
2626
end

0 commit comments

Comments
 (0)