Skip to content

Commit 9c1ba5a

Browse files
committed
1 parent ed09c6d commit 9c1ba5a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

gemfiles/ruby_2_2.gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
source "https://rubygems.org"
44

5-
gem "mutex_m", "~> 0.2"
6-
gem "stringio", "~> 3.0"
5+
gem "appraisal", "~> 2.2.0"
6+
gem "mutex_m", "~> 0.1.2"
7+
gem "stringio", "~> 0.0.2"
78

89
gemspec path: "../"

gemfiles/ruby_2_3.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "mutex_m", "~> 0.2"
6-
gem "stringio", "~> 3.0"
5+
gem "mutex_m", "~> 0.1.2"
6+
gem "stringio", "~> 0.0.2"
77

88
gemspec path: "../"

gemfiles/ruby_2_4.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "mutex_m", "~> 0.2"
6-
gem "stringio", "~> 3.0"
5+
gem "mutex_m", "~> 0.1.2"
6+
gem "stringio", "~> 0.0.2"
77

88
gemspec path: "../"

0 commit comments

Comments
 (0)