Skip to content

Commit 6bd966f

Browse files
authored
Merge pull request #79 from rmm5t/limit-concurrent-ruby-in-matrix
Limit concurrent-ruby in build matrix for activemodels <7.1
2 parents b7e052e + c147942 commit 6bd966f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

gemfiles/activemodel-6.0.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source "https://rubygems.org"
22

33
gem "activemodel", "~> 6.0.0"
4+
gem "concurrent-ruby", "< 1.3.5"
45

56
gemspec path: "../"

gemfiles/activemodel-6.1.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source "https://rubygems.org"
22

33
gem "activemodel", "~> 6.1.0"
4+
gem "concurrent-ruby", "< 1.3.5"
45

56
gemspec path: "../"

gemfiles/activemodel-7.0.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source "https://rubygems.org"
22

33
gem "activemodel", "~> 7.0.0"
4+
gem "concurrent-ruby", "< 1.3.5"
45

56
gemspec path: "../"

0 commit comments

Comments
 (0)