Skip to content

Commit

Permalink
Bump sinatra from 2.2.0 to 2.2.3
Browse files Browse the repository at this point in the history
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](sinatra/sinatra@v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2023
1 parent c5f43d7 commit 400cafc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ gem 'hash_at_path', github: 'UMNLibraries/hash_at_path', ref: '92dafd3b06de2cbc8
gem 'contentdm_api', '~> 0.6'
gem 'cdmbl', github: 'Minitex/cdmbl', ref: 'd1a2b0e'
gem 'sidekiq', '~> 6.5'
gem 'sinatra', '~> 2.0', require: false
gem 'sinatra', '~> 2.2', require: false
gem 'sidekiq-failures', '~> 1.0'
gem 'whenever', '~> 0.9', require: false
gem 'async'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.2.3)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.4)
net-imap (0.2.3)
Expand Down Expand Up @@ -508,10 +508,10 @@ GEM
public_suffix (5.0.0)
puma (3.12.6)
racc (1.6.0)
rack (2.2.4)
rack (2.2.6.2)
rack-contrib (2.3.0)
rack (~> 2.0)
rack-protection (2.2.0)
rack-protection (2.2.3)
rack
rack-proxy (0.7.2)
rack
Expand Down Expand Up @@ -669,10 +669,10 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.3)
tilt (~> 2.0)
sitemap_generator (6.2.1)
builder (~> 3.0)
Expand Down Expand Up @@ -838,7 +838,7 @@ DEPENDENCIES
shoulda-matchers
sidekiq (~> 6.5)
sidekiq-failures (~> 1.0)
sinatra (~> 2.0)
sinatra (~> 2.2)
sitemap_generator
solr_wrapper (>= 0.3)
spring
Expand Down

0 comments on commit 400cafc

Please sign in to comment.