Skip to content

Commit 3534e13

Browse files
authored
Merge pull request #75 from kirushik/dependabot/bundler/grape-2.2.0
Bump grape from 2.1.3 to 2.2.0
2 parents 7151877 + 61ba60d commit 3534e13

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.4)
4+
activesupport (7.2.1)
55
base64
66
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
88
connection_pool (>= 2.2.5)
99
drb
1010
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
1112
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
1415
addressable (2.8.5)
1516
public_suffix (>= 2.0.2, < 6.0)
1617
async-rack (0.4.0.1)
1718
rack (>= 1.1.0)
1819
base64 (0.2.0)
1920
bigdecimal (3.1.8)
20-
concurrent-ruby (1.3.3)
21+
concurrent-ruby (1.3.4)
2122
connection_pool (2.4.1)
2223
drb (2.2.1)
2324
dry-core (1.0.1)
@@ -54,24 +55,24 @@ GEM
5455
rack (>= 1.2.2)
5556
rack-contrib
5657
rack-respond_to
57-
grape (2.1.3)
58+
grape (2.2.0)
5859
activesupport (>= 6)
5960
dry-types (>= 1.1)
6061
mustermann-grape (~> 1.1.0)
6162
rack (>= 2)
6263
zeitwerk
6364
http_parser.rb (0.8.0)
64-
i18n (1.14.5)
65+
i18n (1.14.6)
6566
concurrent-ruby (~> 1.0)
6667
log4r (1.1.10)
68+
logger (1.6.1)
6769
mini_portile2 (2.8.7)
68-
minitest (5.24.1)
70+
minitest (5.25.1)
6971
multi_json (1.15.0)
70-
mustermann (3.0.0)
72+
mustermann (3.0.3)
7173
ruby2_keywords (~> 0.0.1)
7274
mustermann-grape (1.1.0)
7375
mustermann (>= 1.0.0)
74-
mutex_m (0.2.0)
7576
nokogiri (1.16.7)
7677
mini_portile2 (~> 2.8.2)
7778
racc (~> 1.4)
@@ -88,9 +89,10 @@ GEM
8889
nokogiri (>= 1.13.10)
8990
rexml
9091
ruby2_keywords (0.0.5)
92+
securerandom (0.3.1)
9193
tzinfo (2.0.6)
9294
concurrent-ruby (~> 1.0)
93-
zeitwerk (2.6.16)
95+
zeitwerk (2.6.18)
9496

9597
PLATFORMS
9698
ruby

0 commit comments

Comments
 (0)