Skip to content

Commit

Permalink
Fix build, latest ent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Apr 22, 2024
1 parent 79d254d commit 33006ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Ent-Changes.md
Expand Up @@ -4,6 +4,12 @@

Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.

HEAD
---------

- Limiters now have attr_readers for all static config elements [#6259]
- Handle fractional values for SIDEKIQ_COUNT when containers have fractional CPU allocations, e.g. `SIDEKIQ_COUNT=2.5` will create 2 Sidekiq processes. [#6244]

7.2.2
---------

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ gem "redis-client"
# gem "bumbler"
# gem "debug"

gem "sqlite3", platforms: :ruby
gem "sqlite3", "~> 1.4", platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
gem "after_commit_everywhere", require: false
gem "yard"
Expand Down

0 comments on commit 33006ba

Please sign in to comment.