Skip to content

Commit

Permalink
Lock concurrent-ruby to below version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
harrylewis committed Jan 21, 2025
1 parent 542ce7b commit d771037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/mongoid_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ if RUBY_VERSION >= "3.0"
gem "evt"
end
gem "fiber-storage"
gem "concurrent-ruby", "< 1.3.5"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ gem "sqlite3", "~> 1.4", platform: :ruby
gem "sequel"
gem "evt"
gem "async"
gem "concurrent-ruby", "< 1.3.5"

gemspec path: "../"

0 comments on commit d771037

Please sign in to comment.