Skip to content

Commit 32852a3

Browse files
authored
Merge pull request #31 from ruby-grape/dependabot/bundler/activesupport-6.1.4.1
Bump activesupport from 6.0.1 to 6.1.4.1
2 parents e805823 + 249081a commit 32852a3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (6.0.1)
4+
activesupport (6.1.4.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
9+
zeitwerk (~> 2.3)
1010
addressable (2.8.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
ast (2.4.0)
@@ -27,7 +27,7 @@ GEM
2727
coderay (1.1.2)
2828
coercible (1.0.0)
2929
descendants_tracker (~> 0.0.1)
30-
concurrent-ruby (1.1.5)
30+
concurrent-ruby (1.1.9)
3131
descendants_tracker (0.0.4)
3232
thread_safe (~> 0.3, >= 0.3.1)
3333
diff-lcs (1.3)
@@ -67,7 +67,7 @@ GEM
6767
ffi
6868
guard (~> 2.3)
6969
spoon
70-
i18n (1.7.0)
70+
i18n (1.8.10)
7171
concurrent-ruby (~> 1.0)
7272
ice_nine (0.11.2)
7373
jaro_winkler (1.5.4)
@@ -82,7 +82,7 @@ GEM
8282
mime-types-data (3.2019.1009)
8383
mini_mime (1.0.2)
8484
mini_portile2 (2.6.1)
85-
minitest (5.13.0)
85+
minitest (5.14.4)
8686
multi_json (1.14.1)
8787
mustermann (1.0.3)
8888
mustermann-grape (1.0.0)
@@ -146,8 +146,8 @@ GEM
146146
ffi
147147
thor (0.20.3)
148148
thread_safe (0.3.6)
149-
tzinfo (1.2.5)
150-
thread_safe (~> 0.1)
149+
tzinfo (2.0.4)
150+
concurrent-ruby (~> 1.0)
151151
unicode-display_width (1.6.0)
152152
virtus (1.0.5)
153153
axiom-types (~> 0.1)
@@ -156,7 +156,7 @@ GEM
156156
equalizer (~> 0.0, >= 0.0.9)
157157
xpath (3.2.0)
158158
nokogiri (~> 1.8)
159-
zeitwerk (2.2.1)
159+
zeitwerk (2.4.2)
160160

161161
PLATFORMS
162162
ruby

0 commit comments

Comments
 (0)