Skip to content

Commit

Permalink
fix: downgrade gemoji gem version to resolve compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Sep 4, 2024
1 parent 605c6f8 commit 56e378e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .plugins/octopress-gemoji
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group :development do
gem 'chronic', '~> 0.10.2'
gem 'compass', '~> 1.0.3'
gem 'csv', '~> 3.3.0'
gem 'gemoji', '~> 4.1.0'
gem 'gemoji', '~> 2.1.0'
gem 'google-analytics-data', '~> 0.6.1'
gem 'htmlcompressor', '~> 0.4.0'
gem 'jekyll', '~> 4.3.3'
Expand Down
2 changes: 1 addition & 1 deletion patches/Gemfile.patch
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ index 5683812..eaaee8c 100644
+ gem 'chronic', '~> 0.10.2'
+ gem 'compass', '~> 1.0.3'
+ gem 'csv', '~> 3.3.0'
+ gem 'gemoji', '~> 4.1.0'
+ gem 'gemoji', '~> 2.1.0'
+ gem 'google-analytics-data', '~> 0.6.1'
+ gem 'htmlcompressor', '~> 0.4.0'
+ gem 'jekyll', '~> 4.3.3'
Expand Down

0 comments on commit 56e378e

Please sign in to comment.