Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 31, 2022
1 parent c85fe97 commit 774a604
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'honeybadger', "~> 4.12"
gem 'sidekiq', "~> 5.2"
gem 'sidetiq', "~> 0.7"

gem 'sinatra', "~> 2.0", require: nil
gem 'sinatra', "~> 2.2", require: nil
gem 'active_model_serializers', "~> 0.10"
gem 'puma', "~> 5.6"
gem 'newrelic_rpm'
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ GEM
mini_portile2 (2.8.0)
minitest (5.15.0)
multipart-post (2.0.0)
mustermann (1.0.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
newrelic_rpm (4.7.1.340)
nio4r (2.5.8)
nokogiri (1.13.3)
Expand All @@ -149,7 +150,7 @@ GEM
rack (2.2.3)
rack-cors (1.0.5)
rack (>= 1.6.0)
rack-protection (2.0.5)
rack-protection (2.2.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -201,6 +202,7 @@ GEM
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
ruby2_keywords (0.0.5)
sidekiq (5.2.10)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
Expand All @@ -210,10 +212,10 @@ GEM
celluloid (>= 0.17.3)
ice_cube (~> 0.14.0)
sidekiq (>= 4.1.0)
sinatra (2.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.5)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
Expand All @@ -224,7 +226,7 @@ GEM
sprockets (>= 3.0.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.9)
tilt (2.0.10)
timers (4.1.2)
hitimes
tzinfo (1.2.9)
Expand Down Expand Up @@ -266,7 +268,7 @@ DEPENDENCIES
rspec-rails (~> 3.6)
sidekiq (~> 5.2)
sidetiq (~> 0.7)
sinatra (~> 2.0)
sinatra (~> 2.2)
web-console (~> 3.7)

BUNDLED WITH
Expand Down

0 comments on commit 774a604

Please sign in to comment.