Browse Source

Merge pull request #10170 from TechEmpower/dependabot/bundler/frameworks/Ruby/sinatra/sinatra-4.2.0

Build(deps): bump sinatra from 4.1.1 to 4.2.0 in /frameworks/Ruby/sinatra
github-actions[bot] 2 months ago
parent
commit
269b91b3ad
2 changed files with 8 additions and 8 deletions
  1. 1 1
      frameworks/Ruby/sinatra/Gemfile
  2. 7 7
      frameworks/Ruby/sinatra/Gemfile.lock

+ 1 - 1
frameworks/Ruby/sinatra/Gemfile

@@ -2,7 +2,7 @@ source 'https://rubygems.org'
 
 gem 'activerecord', '~> 8.0', require: 'active_record'
 gem 'json', '~> 2.8'
-gem 'sinatra', '~> 4.0', require: 'sinatra/base'
+gem 'sinatra', '~> 4.2', require: 'sinatra/base'
 
 group :mysql, optional: true do
   gem 'trilogy', '~> 2.9.0', platforms: [:ruby, :windows]

+ 7 - 7
frameworks/Ruby/sinatra/Gemfile.lock

@@ -32,14 +32,14 @@ GEM
     json (2.13.2)
     logger (1.7.0)
     minitest (5.25.5)
-    mustermann (3.0.3)
+    mustermann (3.0.4)
       ruby2_keywords (~> 0.0.1)
     nio4r (2.7.4)
     pg (1.5.9)
     puma (7.0.2)
       nio4r (~> 2.0)
-    rack (3.2.0)
-    rack-protection (4.1.1)
+    rack (3.2.3)
+    rack-protection (4.2.0)
       base64 (>= 0.1.0)
       logger (>= 1.6.0)
       rack (>= 3.0.0, < 4)
@@ -48,14 +48,14 @@ GEM
       rack (>= 3.0.0)
     ruby2_keywords (0.0.5)
     securerandom (0.4.1)
-    sinatra (4.1.1)
+    sinatra (4.2.0)
       logger (>= 1.6.0)
       mustermann (~> 3.0)
       rack (>= 3.0.0, < 4)
-      rack-protection (= 4.1.1)
+      rack-protection (= 4.2.0)
       rack-session (>= 2.0.0, < 3)
       tilt (~> 2.0)
-    tilt (2.6.0)
+    tilt (2.6.1)
     timeout (0.4.3)
     trilogy (2.9.0)
     tzinfo (2.0.6)
@@ -73,7 +73,7 @@ DEPENDENCIES
   json (~> 2.8)
   pg (~> 1.5)
   puma (~> 7.0)
-  sinatra (~> 4.0)
+  sinatra (~> 4.2)
   trilogy (~> 2.9.0)
 
 BUNDLED WITH