Skip to content

Commit

Permalink
Pin concurrent-ruby to < 1.3.5 until we're on rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Jan 21, 2025
1 parent de3d1e9 commit c4be9b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion activerecord-virtual_attributes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.add_runtime_dependency "activerecord", "~> 7.0"
spec.add_dependency "concurrent-ruby", "< 1.3.5" # Temporary pin down as concurrent-ruby 1.3.5 breaks Rails 7.0, and rails-core doesn't
# plan to ship a new 7.0 to fix it. See https://github.com/rails/rails/pull/54264
spec.add_runtime_dependency "activerecord", "~> 7.0", ">=7.0.8.7"

spec.add_development_dependency "byebug"
spec.add_development_dependency "database_cleaner-active_record", "~> 2.1"
Expand Down

0 comments on commit c4be9b1

Please sign in to comment.