Skip to content

Commit 43571de

Browse files
chore: update rack to 2.2.17 (#92)
1 parent 606a24d commit 43571de

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
phraseapp-in-context-editor-ruby (2.1.0)
4+
phraseapp-in-context-editor-ruby (3.2.0)
55
i18n (~> 1.0)
66
json (~> 2.0)
77
request_store (~> 1.2)
@@ -167,7 +167,7 @@ GEM
167167
protocol-http (~> 0.18)
168168
public_suffix (5.0.3)
169169
racc (1.7.3)
170-
rack (2.2.8)
170+
rack (2.2.14)
171171
rack-test (2.1.0)
172172
rack (>= 1.3)
173173
rails (7.0.7.2)
@@ -232,6 +232,7 @@ GEM
232232

233233
PLATFORMS
234234
arm64-darwin-22
235+
arm64-darwin-24
235236
x86_64-linux
236237

237238
DEPENDENCIES

examples/demo/Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
phraseapp-in-context-editor-ruby (2.0.0)
4+
phraseapp-in-context-editor-ruby (3.2.0)
55
i18n (~> 1.0)
66
json (~> 2.0)
77
request_store (~> 1.2)
@@ -145,7 +145,7 @@ GEM
145145
puma (5.6.7)
146146
nio4r (~> 2.0)
147147
racc (1.7.3)
148-
rack (2.2.8)
148+
rack (2.2.14)
149149
rack-test (2.1.0)
150150
rack (>= 1.3)
151151
rails (7.0.7.2)
@@ -229,6 +229,7 @@ GEM
229229

230230
PLATFORMS
231231
arm64-darwin-22
232+
arm64-darwin-24
232233
x86_64-linux
233234

234235
DEPENDENCIES
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PhraseappInContextEditor
2-
VERSION = "3.1.0"
2+
VERSION = "3.2.0"
33
end

0 commit comments

Comments
 (0)