Skip to content

Commit 0c50abb

Browse files
committed
deps: pin concurrent-ruby to 1.3.4
Root cause: ruby-concurrency/concurrent-ruby@d7ce956 Fixed in Rails 8.0+: rails/rails@0f5e7a6
1 parent a90f14b commit 0c50abb

File tree

10 files changed

+20
-5
lines changed

10 files changed

+20
-5
lines changed

gemfiles/rails-6.0/Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ gem "nokogiri", "~> 1.15.6" # remove constraint when min. RUBY_VERSION >= 3
77
gem "pry-byebug"
88
gem "rails", "~> 6.0.6"
99

10+
gem "concurrent-ruby", "1.3.4"
11+
1012
# keep in sync with ../../Gemfile
1113
group :development, :test do
1214
gem "combustion"

gemfiles/rails-6.0/Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ GEM
7171
activesupport (>= 3.0.0)
7272
railties (>= 3.0.0)
7373
thor (>= 0.14.6)
74-
concurrent-ruby (1.3.5)
74+
concurrent-ruby (1.3.4)
7575
crass (1.0.6)
7676
date (3.4.1)
7777
diff-lcs (1.5.1)
@@ -193,6 +193,7 @@ PLATFORMS
193193

194194
DEPENDENCIES
195195
combustion
196+
concurrent-ruby (= 1.3.4)
196197
nokogiri (~> 1.15.6)
197198
pry-byebug
198199
rails (~> 6.0.6)

gemfiles/rails-6.1/Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ gem "nokogiri", "~> 1.15.6" # remove constraint when min. RUBY_VERSION >= 3
77
gem "pry-byebug"
88
gem "rails", "~> 6.1.7"
99

10+
gem "concurrent-ruby", "1.3.4"
11+
1012
# keep in sync with ../../Gemfile
1113
group :development, :test do
1214
gem "combustion"

gemfiles/rails-6.1/Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ GEM
7575
activesupport (>= 3.0.0)
7676
railties (>= 3.0.0)
7777
thor (>= 0.14.6)
78-
concurrent-ruby (1.3.5)
78+
concurrent-ruby (1.3.4)
7979
crass (1.0.6)
8080
date (3.4.1)
8181
diff-lcs (1.5.1)
@@ -196,6 +196,7 @@ PLATFORMS
196196

197197
DEPENDENCIES
198198
combustion
199+
concurrent-ruby (= 1.3.4)
199200
nokogiri (~> 1.15.6)
200201
pry-byebug
201202
rails (~> 6.1.7)

gemfiles/rails-7.0/Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ gem "nokogiri", "~> 1.15.6" # remove constraint when min. RUBY_VERSION >= 3
77
gem "pry-byebug"
88
gem "rails", "~> 7.0.8"
99

10+
gem "concurrent-ruby", "1.3.4"
11+
1012
# keep in sync with ../../Gemfile
1113
group :development, :test do
1214
gem "combustion"

gemfiles/rails-7.0/Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
activesupport (>= 3.0.0)
8282
railties (>= 3.0.0)
8383
thor (>= 0.14.6)
84-
concurrent-ruby (1.3.5)
84+
concurrent-ruby (1.3.4)
8585
crass (1.0.6)
8686
date (3.4.1)
8787
diff-lcs (1.5.1)
@@ -195,6 +195,7 @@ PLATFORMS
195195

196196
DEPENDENCIES
197197
combustion
198+
concurrent-ruby (= 1.3.4)
198199
nokogiri (~> 1.15.6)
199200
pry-byebug
200201
rails (~> 7.0.8)

gemfiles/rails-7.1/Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ gem "nokogiri", "~> 1.15.5" # remove constraint when min. RUBY_VERSION >= 3
77
gem "pry-byebug"
88
gem "rails", "~> 7.1.0"
99

10+
gem "concurrent-ruby", "1.3.4"
11+
1012
# keep in sync with ../../Gemfile
1113
group :development, :test do
1214
gem "combustion"

gemfiles/rails-7.1/Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
activesupport (>= 3.0.0)
9696
railties (>= 3.0.0)
9797
thor (>= 0.14.6)
98-
concurrent-ruby (1.3.5)
98+
concurrent-ruby (1.3.4)
9999
connection_pool (2.5.0)
100100
crass (1.0.6)
101101
date (3.4.1)
@@ -232,6 +232,7 @@ PLATFORMS
232232

233233
DEPENDENCIES
234234
combustion
235+
concurrent-ruby (= 1.3.4)
235236
nokogiri (~> 1.15.5)
236237
pry-byebug
237238
rails (~> 7.1.0)

gemfiles/rails-7.2/Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ gemspec path: "../.."
66
gem "pry-byebug"
77
gem "rails", "~> 7.2.0.beta3"
88

9+
gem "concurrent-ruby", "1.3.4"
10+
911
# keep in sync with ../../Gemfile
1012
group :development, :test do
1113
gem "combustion"

gemfiles/rails-7.2/Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ GEM
8989
activesupport (>= 3.0.0)
9090
railties (>= 3.0.0)
9191
thor (>= 0.14.6)
92-
concurrent-ruby (1.3.5)
92+
concurrent-ruby (1.3.4)
9393
connection_pool (2.5.0)
9494
crass (1.0.6)
9595
date (3.4.1)
@@ -238,6 +238,7 @@ PLATFORMS
238238

239239
DEPENDENCIES
240240
combustion
241+
concurrent-ruby (= 1.3.4)
241242
pry-byebug
242243
rails (~> 7.2.0.beta3)
243244
rake (~> 13.0)

0 commit comments

Comments
 (0)