Skip to content

Commit 647b886

Browse files
committed
CI: Fix Rails 7.0 and 6.1
See rails/rails#54260 for context.
1 parent fb9e102 commit 647b886

4 files changed

+8
-0
lines changed

gemfiles/Gemfile.rails-6.1-sprockets-3

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ gemspec path: '..'
44
gem 'actionpack', '~> 6.1.0'
55
gem 'railties', '~> 6.1.0'
66
gem 'sprockets', '~> 3.0'
7+
8+
gem 'concurrent-ruby', '< 1.3.5'

gemfiles/Gemfile.rails-6.1-sprockets-4

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ gemspec path: '..'
44
gem 'actionpack', '~> 6.1.0'
55
gem 'railties', '~> 6.1.0'
66
gem 'sprockets', '~> 4.0'
7+
8+
gem 'concurrent-ruby', '< 1.3.5'

gemfiles/Gemfile.rails-7.0-sprockets-3

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ gemspec path: '..'
44
gem 'actionpack', '~> 7.0.0'
55
gem 'railties', '~> 7.0.0'
66
gem 'sprockets', '~> 3.0'
7+
8+
gem 'concurrent-ruby', '< 1.3.5'

gemfiles/Gemfile.rails-7.0-sprockets-4

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ gemspec path: '..'
44
gem 'actionpack', '~> 7.0.0'
55
gem 'railties', '~> 7.0.0'
66
gem 'sprockets', '~> 4.0'
7+
8+
gem 'concurrent-ruby', '< 1.3.5'

0 commit comments

Comments
 (0)