Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rails_error_dashboard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Gem::Specification.new do |spec|
# Fixed in Rails 7.0.10+ (https://github.com/rails/rails/pull/54264)
# Allowing up to < 1.3.7 as tests pass with Rails 7.0.10+
# See: https://github.com/rails/rails/issues/54271
spec.add_dependency "concurrent-ruby", "~> 1.3.0", "< 1.3.7"
spec.add_dependency "concurrent-ruby", "~> 1.3.0", "< 1.3.8"

# Development and testing dependencies
spec.add_development_dependency "rspec-rails", "~> 7.0"
Expand Down
Loading