Skip to content

Commit 525a00d

Browse files
committed
Try pinning oncurrent-ruby
1 parent a6f9528 commit 525a00d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Appraisals

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ appraise 'rails-7.0' do
44
gem 'activerecord', '~> 7.0.8'
55
gem 'activesupport', '~> 7.0.8'
66
gem 'sqlite3', '~> 1.7'
7+
gem 'concurrent-ruby', '1.3.4'
78
end
89

910
appraise 'rails-7.1' do

gemfiles/rails_7.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ source "https://rubygems.org"
55
gem "activerecord", "~> 7.0.8"
66
gem "activesupport", "~> 7.0.8"
77
gem "sqlite3", "~> 1.7"
8+
gem 'concurrent-ruby', '1.3.4'
89

910
gemspec path: "../"

0 commit comments

Comments
 (0)