Skip to content

Commit 542d06f

Browse files
Update sinatra requirement from ~> 1.4 to ~> 2.0
Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](sinatra/sinatra@1.4.0...v2.0.7) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 507fb24 commit 542d06f

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
@@ -3,7 +3,7 @@ gemspec
33

44
group :test do
55
gem "chefstyle"
6-
gem "sinatra", "~> 1.4"
6+
gem "sinatra", "~> 2.0"
77
gem "rspec", "~> 3.0"
88
gem "webmock", "~> 2.3"
99
gem "rainbow", "< 2.2.1"

0 commit comments

Comments
 (0)