Skip to content

Commit 4656dc5

Browse files
Update bundler requirement from ~> 1.7 to ~> 2.1
Updates the requirements on [bundler](https://github.com/bundler/bundler) to permit the latest version. - [Release notes](https://github.com/bundler/bundler/releases) - [Changelog](https://github.com/bundler/bundler/blob/master/CHANGELOG.md) - [Commits](rubygems/bundler@v1.7.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 2c0d028 commit 4656dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensu-plugins-filesystem-checks.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
3636

3737
s.add_runtime_dependency 'sensu-plugin', '~> 4.0'
3838

39-
s.add_development_dependency 'bundler', '~> 1.7'
39+
s.add_development_dependency 'bundler', '~> 2.1'
4040
s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'
4141
s.add_development_dependency 'github-markup', '~> 3.0'
4242
s.add_development_dependency 'pry', '~> 0.10'

0 commit comments

Comments
 (0)