mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Bump everything for Ruby 3.1 support
This commit is contained in:
parent
20debc39dd
commit
6fb839afac
2 changed files with 9 additions and 3 deletions
10
Gemfile
10
Gemfile
|
@ -3,9 +3,15 @@ source "https://rubygems.org"
|
|||
gemspec
|
||||
|
||||
gem "rake"
|
||||
gem "redis-namespace"
|
||||
gem "redis-client"
|
||||
gem "rails", "~> 6.0"
|
||||
gem "rails", "~> 6.1"
|
||||
|
||||
# Required for Ruby 3.1
|
||||
# https://github.com/mikel/mail/pull/1439
|
||||
gem "net-smtp"
|
||||
gem "net-imap"
|
||||
gem "net-pop"
|
||||
|
||||
gem "sqlite3", platforms: :ruby
|
||||
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
|
||||
gem "after_commit_everywhere"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'sidekiq', :path => '..'
|
||||
gem 'rails'
|
||||
gem 'rails', "~> 6.1"
|
||||
gem 'puma'
|
||||
|
||||
gem "redis-client"
|
||||
|
|
Loading…
Add table
Reference in a new issue