Skip to content

Commit 6834815

Browse files
Bump sinatra from 4.1.1 to 4.2.0 (#113)
Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3541d0f commit 6834815

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "activesupport", "~> 8.0"
88

99
gem "slack-ruby-client", "~> 2.5"
1010

11-
gem "sinatra", "~> 4.1"
11+
gem "sinatra", "~> 4.2"
1212

1313
gem "puma", "~> 6.6"
1414

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GEM
3838
protocol-rack (~> 0.7)
3939
protocol-websocket (~> 0.17)
4040
awesome_print (1.9.2)
41-
base64 (0.2.0)
41+
base64 (0.3.0)
4242
benchmark (0.4.0)
4343
bigdecimal (3.1.9)
4444
concurrent-ruby (1.3.5)
@@ -83,7 +83,7 @@ GEM
8383
minitest (5.25.5)
8484
multi_json (1.15.0)
8585
multipart-post (2.4.1)
86-
mustermann (3.0.3)
86+
mustermann (3.0.4)
8787
ruby2_keywords (~> 0.0.1)
8888
net-http (0.6.0)
8989
uri
@@ -103,12 +103,12 @@ GEM
103103
protocol-http (~> 0.2)
104104
puma (6.6.0)
105105
nio4r (~> 2.0)
106-
rack (3.1.12)
107-
rack-protection (4.1.1)
106+
rack (3.2.3)
107+
rack-protection (4.2.0)
108108
base64 (>= 0.1.0)
109109
logger (>= 1.6.0)
110110
rack (>= 3.0.0, < 4)
111-
rack-session (2.1.0)
111+
rack-session (2.1.1)
112112
base64 (>= 0.1.0)
113113
rack (>= 3.0.0)
114114
rackup (2.2.1)
@@ -119,18 +119,18 @@ GEM
119119
connection_pool
120120
ruby2_keywords (0.0.5)
121121
securerandom (0.4.1)
122-
sinatra (4.1.1)
122+
sinatra (4.2.0)
123123
logger (>= 1.6.0)
124124
mustermann (~> 3.0)
125125
rack (>= 3.0.0, < 4)
126-
rack-protection (= 4.1.1)
126+
rack-protection (= 4.2.0)
127127
rack-session (>= 2.0.0, < 3)
128128
tilt (~> 2.0)
129-
sinatra-contrib (4.1.1)
129+
sinatra-contrib (4.2.0)
130130
multi_json (>= 0.0.2)
131131
mustermann (~> 3.0)
132-
rack-protection (= 4.1.1)
133-
sinatra (= 4.1.1)
132+
rack-protection (= 4.2.0)
133+
sinatra (= 4.2.0)
134134
tilt (~> 2.0)
135135
slack-ruby-client (2.5.2)
136136
faraday (>= 2.0)
@@ -145,7 +145,7 @@ GEM
145145
async-websocket
146146
slack-ruby-client
147147
syllables (0.1.4)
148-
tilt (2.6.0)
148+
tilt (2.6.1)
149149
traces (0.15.2)
150150
tzinfo (2.0.6)
151151
concurrent-ruby (~> 1.0)
@@ -167,7 +167,7 @@ DEPENDENCIES
167167
puma (~> 6.6)
168168
rackup (~> 2.2)
169169
redis (~> 5.4)
170-
sinatra (~> 4.1)
170+
sinatra (~> 4.2)
171171
sinatra-contrib (~> 4.1)
172172
slack-ruby-client (~> 2.5)
173173
slack-ruby-socket-mode-bot (~> 0.3.0)

0 commit comments

Comments
 (0)