Skip to content

Commit

Permalink
Bump sinatra from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.1.0 to 3.2.0.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v3.1.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 5c97f1d commit 0154cce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
ruby '3.2.1'

gem 'sinatra', '3.1.0' # Web framework
gem 'sinatra', '3.2.0' # Web framework
gem 'puma' # Web server

gem 'activerecord', '7.1.2' # Object-relational mapper
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ GEM
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.8)
rack-protection (3.1.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -158,10 +159,10 @@ GEM
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
sinatra (3.1.0)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
rack-protection (= 3.2.0)
tilt (~> 2.0)
sinatra-activerecord (2.0.27)
activerecord (>= 4.1)
Expand Down Expand Up @@ -206,7 +207,7 @@ DEPENDENCIES
rspec (~> 3.12)
rspec-its
shotgun
sinatra (= 3.1.0)
sinatra (= 3.2.0)
sinatra-activerecord (= 2.0.27)
spot-gps (~> 0.3.1)
webmock (~> 3.19.1)
Expand Down

0 comments on commit 0154cce

Please sign in to comment.