Skip to content

Commit c4423fe

Browse files
Update gemoji requirement from ~> 3.0 to ~> 4.1
Updates the requirements on [gemoji](https://github.com/github/gemoji) to permit the latest version. - [Release notes](https://github.com/github/gemoji/releases) - [Commits](github/gemoji@v3.0.0...v4.1.0) --- updated-dependencies: - dependency-name: gemoji dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63cbcfd commit c4423fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828

2929
group :test do
3030
gem "commonmarker", "~> 1.0.0.pre7", require: false
31-
gem "gemoji", "~> 3.0", require: false
31+
gem "gemoji", "~> 4.1", require: false
3232
gem "gemojione", "~> 4.3", require: false
3333

3434
gem "minitest"

0 commit comments

Comments
 (0)