Skip to content

Commit

Permalink
Bump sinatra-contrib from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [sinatra-contrib](https://github.com/sinatra/sinatra) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: sinatra-contrib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lyang committed Nov 22, 2024
1 parent 2cfd680 commit 939106e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gem 'puma', '~> 6.4'
gem 'ruby-saml', '~> 1.17'
gem 'sinatra', '~> 4.1'
gem 'sinatra-contrib', '~> 4.0'
gem 'sinatra-contrib', '~> 4.1'

group :development do
gem 'overcommit', '~> 0.64.1'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
simplecov (~> 0.22.0)
simplecov-cobertura
sinatra (~> 4.1)
sinatra-contrib (~> 4.0)
sinatra-contrib (~> 4.1)
webmock (~> 3.24)

BUNDLED WITH
Expand Down

0 comments on commit 939106e

Please sign in to comment.