Skip to content

Commit 828463a

Browse files
authored
Merge pull request #363 from jruby/dependabot/bundler/ruby-deps-18bc0de18e
Bump the ruby-deps group across 4 directories with 7 updates
2 parents 5719f09 + 160be7e commit 828463a

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
rspec-expectations (3.13.5)
1818
diff-lcs (>= 1.2.0, < 2.0)
1919
rspec-support (~> 3.13.0)
20-
rspec-mocks (3.13.5)
20+
rspec-mocks (3.13.6)
2121
diff-lcs (>= 1.2.0, < 2.0)
2222
rspec-support (~> 3.13.0)
2323
rspec-support (3.13.6)

examples/camping/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GIT
22
remote: https://github.com/jruby/warbler.git
3-
revision: 523237b6d931efcd6f13a79692f6aa46ad997443
3+
revision: 8e3d3658f43348222d380d7cb782f51b03ed20af
44
branch: master
55
specs:
6-
warbler (2.0.5)
7-
jruby-jars (>= 9.0.0)
8-
jruby-rack (>= 1.1.1, < 1.3)
9-
ostruct (= 0.6.2)
10-
rake (>= 13.0.3)
6+
warbler (2.1.0)
7+
jruby-jars (>= 9.4, < 10.1)
8+
jruby-rack (>= 1.2.3, < 1.3)
9+
ostruct (~> 0.6.2)
10+
rake (~> 13.0, >= 13.0.3)
1111
rexml (~> 3.0)
1212
rubyzip (>= 3.0.0)
1313

@@ -19,18 +19,18 @@ GEM
1919
mab (>= 0.0.3)
2020
rack (>= 1.0)
2121
jruby-jars (9.4.14.0)
22-
jruby-rack (1.2.5)
22+
jruby-rack (1.2.6)
2323
mab (0.0.3)
2424
markaby (0.9.4)
2525
builder
26-
ostruct (0.6.2)
26+
ostruct (0.6.3)
2727
rack (2.2.20)
2828
rackup (1.0.1)
2929
rack (< 3)
3030
webrick
3131
rake (13.3.0)
3232
rexml (3.4.4)
33-
rubyzip (3.1.1)
33+
rubyzip (3.2.0)
3434
webrick (1.9.1)
3535

3636
PLATFORMS

examples/rails7/Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GIT
22
remote: https://github.com/jruby/warbler.git
3-
revision: 523237b6d931efcd6f13a79692f6aa46ad997443
3+
revision: 8e3d3658f43348222d380d7cb782f51b03ed20af
44
branch: master
55
specs:
6-
warbler (2.0.5)
7-
jruby-jars (>= 9.0.0)
8-
jruby-rack (>= 1.1.1, < 1.3)
9-
ostruct (= 0.6.2)
10-
rake (>= 13.0.3)
6+
warbler (2.1.0)
7+
jruby-jars (>= 9.4, < 10.1)
8+
jruby-rack (>= 1.2.3, < 1.3)
9+
ostruct (~> 0.6.2)
10+
rake (~> 13.0, >= 13.0.3)
1111
rexml (~> 3.0)
1212
rubyzip (>= 3.0.0)
1313

@@ -87,8 +87,8 @@ GEM
8787
tzinfo (~> 2.0, >= 2.0.5)
8888
base64 (0.3.0)
8989
benchmark (0.4.1)
90-
bigdecimal (3.3.0)
91-
bigdecimal (3.3.0-java)
90+
bigdecimal (3.3.1)
91+
bigdecimal (3.3.1-java)
9292
builder (3.3.0)
9393
cgi (0.5.0)
9494
cgi (0.5.0-java)
@@ -115,7 +115,7 @@ GEM
115115
reline (>= 0.4.2)
116116
jar-dependencies (0.5.5)
117117
jruby-jars (9.4.14.0)
118-
jruby-rack (1.2.5)
118+
jruby-rack (1.2.6)
119119
logger (1.7.0)
120120
loofah (2.24.1)
121121
crass (~> 1.0.2)
@@ -127,7 +127,7 @@ GEM
127127
net-smtp
128128
marcel (1.1.0)
129129
mini_mime (1.1.5)
130-
minitest (5.25.5)
130+
minitest (5.26.0)
131131
net-imap (0.5.12)
132132
date
133133
net-protocol
@@ -143,7 +143,7 @@ GEM
143143
racc (~> 1.4)
144144
nokogiri (1.18.10-x86_64-linux-gnu)
145145
racc (~> 1.4)
146-
ostruct (0.6.2)
146+
ostruct (0.6.3)
147147
pp (0.6.3)
148148
prettyprint
149149
prettyprint (0.2.0)
@@ -200,7 +200,7 @@ GEM
200200
reline (0.6.2)
201201
io-console (~> 0.5)
202202
rexml (3.4.4)
203-
rubyzip (3.1.1)
203+
rubyzip (3.2.0)
204204
securerandom (0.4.1)
205205
sprockets (4.2.2)
206206
concurrent-ruby (~> 1.0)

examples/sinatra/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GIT
22
remote: https://github.com/jruby/warbler.git
3-
revision: 523237b6d931efcd6f13a79692f6aa46ad997443
3+
revision: 8e3d3658f43348222d380d7cb782f51b03ed20af
44
branch: master
55
specs:
6-
warbler (2.0.5)
7-
jruby-jars (>= 9.0.0)
8-
jruby-rack (>= 1.1.1, < 1.3)
9-
ostruct (= 0.6.2)
10-
rake (>= 13.0.3)
6+
warbler (2.1.0)
7+
jruby-jars (>= 9.4, < 10.1)
8+
jruby-rack (>= 1.2.3, < 1.3)
9+
ostruct (~> 0.6.2)
10+
rake (~> 13.0, >= 13.0.3)
1111
rexml (~> 3.0)
1212
rubyzip (>= 3.0.0)
1313

@@ -16,18 +16,18 @@ GEM
1616
specs:
1717
base64 (0.3.0)
1818
jruby-jars (9.4.14.0)
19-
jruby-rack (1.2.5)
19+
jruby-rack (1.2.6)
2020
mustermann (3.0.4)
2121
ruby2_keywords (~> 0.0.1)
22-
ostruct (0.6.2)
22+
ostruct (0.6.3)
2323
rack (2.2.20)
2424
rack-protection (3.2.0)
2525
base64 (>= 0.1.0)
2626
rack (~> 2.2, >= 2.2.4)
2727
rake (13.3.0)
2828
rexml (3.4.4)
2929
ruby2_keywords (0.0.5)
30-
rubyzip (3.1.1)
30+
rubyzip (3.2.0)
3131
sinatra (3.2.0)
3232
mustermann (~> 3.0)
3333
rack (~> 2.2, >= 2.2.4)

0 commit comments

Comments
 (0)