Skip to content

Commit ac37eff

Browse files
authored
Merge pull request #2122 from ruby/bundle-u
bundle update mutex_m
2 parents ffc1886 + adaf508 commit ac37eff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ GEM
6060
marcel (1.0.4)
6161
memory_profiler (1.0.2)
6262
minitest (5.25.1)
63-
mutex_m (0.2.0)
63+
mutex_m (0.3.0)
6464
net-protocol (0.2.2)
6565
timeout
6666
net-smtp (0.5.0)

test/rbs/collection/config_test.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ def test_generate_lock_from_collection_with_manifest_yaml
281281
source:
282282
type: stdlib
283283
- name: mutex_m
284-
version: "0"
284+
version: "0.3.0"
285285
source:
286-
type: stdlib
286+
type: rubygems
287287
- name: singleton
288288
version: "0"
289289
source:
@@ -792,9 +792,9 @@ def test_generate_lockfile__dependency_source
792792
source:
793793
type: stdlib
794794
- name: mutex_m
795-
version: "0"
795+
version: "0.3.0"
796796
source:
797-
type: stdlib
797+
type: rubygems
798798
- name: securerandom
799799
version: "0"
800800
source:

0 commit comments

Comments
 (0)