Skip to content

Commit

Permalink
Allow 💎 i18n 1.x to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jan 25, 2023
1 parent e300f89 commit 2325123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("addressable", "~> 2.4")
s.add_runtime_dependency("colorator", "~> 1.0")
s.add_runtime_dependency("em-websocket", "~> 0.5")
s.add_runtime_dependency("i18n", "~> 0.7")
s.add_runtime_dependency("i18n", ">= 0.7", "< 2")
s.add_runtime_dependency("jekyll-sass-converter", "~> 1.0")
s.add_runtime_dependency("jekyll-watch", "~> 2.0")
s.add_runtime_dependency("liquid", "~> 4.0")
Expand Down

0 comments on commit 2325123

Please sign in to comment.