Skip to content

Commit

Permalink
upgrading kaminari to 1.2.1 - following pull request from @gja (chamn…
Browse files Browse the repository at this point in the history
  • Loading branch information
jnettome committed Oct 15, 2020
1 parent 59674c7 commit 7eddb9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/liquid-rails/template_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Liquid
module Rails
class TemplateHandler

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

Expand Down
2 changes: 1 addition & 1 deletion lib/liquid-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Liquid
module Rails
VERSION = '0.2.0'
VERSION = '0.2.1'
end
end
2 changes: 1 addition & 1 deletion liquid-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|

spec.add_dependency 'rails', ">= 5.0.6"
spec.add_dependency 'liquid', '~> 4.0.0'
spec.add_dependency 'kaminari', '~> 1.1.1'
spec.add_dependency 'kaminari', '~> 1.2.1'
end

0 comments on commit 7eddb9f

Please sign in to comment.