Browse Source

Bump sinatra from 2.0.4 to 2.1.0

Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.4 to 2.1.0.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinatra/sinatra/compare/v2.0.4...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 years ago
parent
commit
8313a1b4ee
1 changed files with 13 additions and 28 deletions
  1. 13 28
      Gemfile.lock

+ 13 - 28
Gemfile.lock

@@ -1,25 +1,15 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    activesupport (6.0.3.2)
-      concurrent-ruby (~> 1.0, >= 1.0.2)
-      i18n (>= 0.7, < 2)
-      minitest (~> 5.1)
-      tzinfo (~> 1.1)
-      zeitwerk (~> 2.2, >= 2.2.2)
-    backports (3.11.4)
     coderay (1.1.3)
-    concurrent-ruby (1.1.6)
     erubis (2.7.0)
     flickr-login (0.0.3)
       oauth
     flickraw (0.9.9)
-    i18n (1.8.5)
-      concurrent-ruby (~> 1.0)
     method_source (0.9.2)
-    minitest (5.14.1)
-    multi_json (1.13.1)
-    mustermann (1.0.3)
+    multi_json (1.15.0)
+    mustermann (1.1.1)
+      ruby2_keywords (~> 0.0.1)
     oauth (0.5.4)
     pry (0.12.2)
       coderay (~> 1.1.0)
@@ -28,34 +18,29 @@ GEM
       pry (~> 0.11)
       yard (~> 0.9.11)
     rack (2.2.3)
-    rack-protection (2.0.4)
+    rack-protection (2.1.0)
       rack
+    ruby2_keywords (0.0.4)
     sequel (5.42.0)
     sequel_enum (0.2.0)
       sequel
-    sinatra (2.0.4)
+    sinatra (2.1.0)
       mustermann (~> 1.0)
-      rack (~> 2.0)
-      rack-protection (= 2.0.4)
+      rack (~> 2.2)
+      rack-protection (= 2.1.0)
       tilt (~> 2.0)
-    sinatra-contrib (2.0.4)
-      activesupport (>= 4.0.0)
-      backports (>= 2.8.2)
+    sinatra-contrib (2.1.0)
       multi_json
       mustermann (~> 1.0)
-      rack-protection (= 2.0.4)
-      sinatra (= 2.0.4)
-      tilt (>= 1.3, < 3)
+      rack-protection (= 2.1.0)
+      sinatra (= 2.1.0)
+      tilt (~> 2.0)
     sinatra-sequel (0.9.0)
       sequel (>= 3.2.0)
       sinatra (>= 0.9.4)
     sqlite3 (1.3.13)
-    thread_safe (0.3.6)
-    tilt (2.0.8)
-    tzinfo (1.2.7)
-      thread_safe (~> 0.1)
+    tilt (2.0.10)
     yard (0.9.26)
-    zeitwerk (2.4.0)
 
 PLATFORMS
   ruby