Skip to content

Commit 0231901

Browse files
build(deps): update zstd-ruby requirement from ~> 1.5 to ~> 2.0
Updates the requirements on [zstd-ruby](https://github.com/SpringMT/zstd-ruby) to permit the latest version. - [Release notes](https://github.com/SpringMT/zstd-ruby/releases) - [Commits](SpringMT/zstd-ruby@v1.5.0.0...v2.0.0) --- updated-dependencies: - dependency-name: zstd-ruby dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18f1823 commit 0231901

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
@@ -8,5 +8,5 @@ gem "rdoc", "~> 6.3"
88
gem "rubocop", "~> 1.12"
99
unless RUBY_PLATFORM == 'java'
1010
gem 'brotli', '>= 0.5'
11-
gem 'zstd-ruby', '~> 1.5'
11+
gem 'zstd-ruby', '~> 2.0'
1212
end

0 commit comments

Comments
 (0)