Skip to content

Commit

Permalink
Bump sinatra-contrib and sinatra
Browse files Browse the repository at this point in the history
Bumps [sinatra-contrib](https://github.com/sinatra/sinatra) and [sinatra](https://github.com/sinatra/sinatra). These dependencies needed to be updated together.

Updates `sinatra-contrib` from 1.4.7 to 3.0.5
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](sinatra/sinatra@v1.4.7...v3.0.5)

Updates `sinatra` from 1.4.8 to 3.0.5
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](sinatra/sinatra@v1.4.8...v3.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
1 parent 956a987 commit 986a2c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'sinatra', '~> 1.4', '< 2'
gem 'sinatra', '~> 3.0'
gem 'sinatra-contrib'
gem 'sinatra-cors'
gem 'sinatra-param'
Expand Down
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
backports (3.20.2)
byebug (11.1.3)
chef-utils (16.11.7)
coderay (1.1.3)
Expand All @@ -26,15 +25,17 @@ GEM
chef-utils
mixlib-versioning (1.1.0)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
rack (1.6.13)
rack-protection (1.5.5)
rack (2.2.6.2)
rack-protection (3.0.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -69,23 +70,24 @@ GEM
rspec-support (3.10.3)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.7)
backports (>= 2.0)
ruby2_keywords (0.0.5)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.5)
tilt (~> 2.0)
sinatra-contrib (3.0.5)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
mustermann (~> 3.0)
rack-protection (= 3.0.5)
sinatra (= 3.0.5)
tilt (~> 2.0)
sinatra-cors (1.2.0)
sinatra-param (1.6.0)
sinatra (>= 1.3)
statsd-ruby (1.5.0)
thor (1.1.0)
tilt (2.0.10)
tilt (2.0.11)
trashed (3.2.7)
statsd-ruby (~> 1.1)
unf (0.1.4)
Expand Down Expand Up @@ -115,7 +117,7 @@ DEPENDENCIES
rspec-legacy_formatters
rspec-rerun (~> 1.1.0)
rspec_junit_formatter
sinatra (~> 1.4, < 2)
sinatra (~> 3.0)
sinatra-contrib
sinatra-cors
sinatra-param
Expand Down

0 comments on commit 986a2c5

Please sign in to comment.