Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Feb 8, 2021
1 parent 1e1309d commit 0df4c27
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ GEM
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
backports (3.18.1)
builder (3.2.4)
concurrent-ruby (1.1.7)
cookiejar (0.3.3)
Expand All @@ -26,6 +25,9 @@ GEM
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
crass (1.0.6)
debase (0.2.4.1)
debase-ruby_core_source (>= 0.10.2)
debase-ruby_core_source (0.10.12)
docile (1.3.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
Expand Down Expand Up @@ -78,7 +80,7 @@ GEM
public_suffix (4.0.5)
racc (1.5.2)
rack (2.2.3)
rack-protection (2.0.8.1)
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -98,24 +100,25 @@ GEM
netrc (~> 0.8)
rest-open-uri (1.0.0)
rexml (3.2.4)
ruby2_keywords (0.0.2)
ruby-debug-ide (0.7.2)
rake (>= 0.8.1)
ruby2_keywords (0.0.4)
rubygems-update (3.1.4)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.8.1)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
sinatra-contrib (2.0.8.1)
backports (>= 2.8.2)
sinatra-contrib (2.1.0)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.8.1)
sinatra (= 2.0.8.1)
rack-protection (= 2.1.0)
sinatra (= 2.1.0)
tilt (~> 2.0)
sync (0.5.0)
term-ansicolor (1.7.1)
Expand All @@ -142,6 +145,7 @@ DEPENDENCIES
activesupport
bundler
coveralls
debase
dotenv
em-http-request
em-synchrony
Expand All @@ -155,6 +159,8 @@ DEPENDENCIES
rake-compiler
rest-client
rest-open-uri
ruby-debug-base
ruby-debug-ide
rubygems-update
sinatra
sinatra-contrib
Expand Down

0 comments on commit 0df4c27

Please sign in to comment.