Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2022
1 parent 3f05d61 commit c1b7cb0
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 @@ -15,7 +15,7 @@ gem 'rest-client', '~> 2.1'
gem 'ruby-filemagic', '~> 0.7.3'
gem 'sidekiq', '~> 6.5'
gem 'sidekiq-cron', '~> 1.8'
gem 'sinatra', '~> 2.2'
gem 'sinatra', '~> 3.0'
gem 'thin', '~> 1.8'
gem 'unicorn', '~> 6.1'

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
mime-types-data (3.2021.1115)
mini_mime (1.0.2)
mini_portile2 (2.8.0)
mustermann (1.1.2)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
nokogiri (1.13.8)
Expand All @@ -41,7 +41,7 @@ GEM
raabro (1.4.0)
racc (1.6.0)
rack (2.2.4)
rack-protection (2.2.1)
rack-protection (3.0.2)
rack
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -83,10 +83,10 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
sinatra (2.2.1)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.1)
sinatra (3.0.2)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
tilt (~> 2.0)
temple (0.8.2)
thin (1.8.1)
Expand Down Expand Up @@ -128,7 +128,7 @@ DEPENDENCIES
sidekiq (~> 6.5)
sidekiq-cron (~> 1.8)
simplecov (~> 0.21.2)
sinatra (~> 2.2)
sinatra (~> 3.0)
thin (~> 1.8)
timecop (~> 0.9.5)
unicorn (~> 6.1)
Expand Down

0 comments on commit c1b7cb0

Please sign in to comment.