Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gemfile.lock and CI to ensure compatibility with Rubies from 2.6-3.1 #5115

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, "3.0"]
ruby: [2.6, 2.7, "3.0", 3.1]
services:
redis:
image: redis
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -22,3 +22,7 @@ group :load_test do
gem "hiredis"
gem "toxiproxy"
end

gem "net-smtp", require: false
gem "net-imap", require: false
gem "net-pop", require: false
37 changes: 31 additions & 6 deletions Gemfile.lock
Expand Up @@ -81,16 +81,18 @@ GEM
codecov (0.2.8)
json
simplecov
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
crass (1.0.6)
digest (3.1.0)
docile (1.3.2)
erubi (1.10.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
globalid (1.0.0)
activesupport (>= 5.0)
hiredis (0.6.3)
i18n (1.8.10)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
io-wait (0.2.1)
json (2.3.1)
loofah (2.9.0)
crass (~> 1.0.2)
Expand All @@ -101,7 +103,22 @@ GEM
method_source (1.0.0)
mini_mime (1.0.3)
mini_portile2 (2.5.0)
minitest (5.14.4)
minitest (5.15.0)
net-imap (0.2.3)
digest
net-protocol
strscan
net-pop (0.1.1)
digest
net-protocol
timeout
net-protocol (0.1.2)
io-wait
timeout
net-smtp (0.3.1)
digest
net-protocol
timeout
nio4r (2.5.7)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
Expand Down Expand Up @@ -174,15 +191,17 @@ GEM
standard (1.6.0)
rubocop (= 1.24.1)
rubocop-performance (= 1.13.1)
strscan (3.0.1)
thor (1.1.0)
timeout (0.2.0)
toxiproxy (1.0.3)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.4.2)
zeitwerk (2.5.3)

PLATFORMS
ruby
Expand All @@ -192,6 +211,9 @@ DEPENDENCIES
codecov
hiredis
minitest
net-imap
net-pop
net-smtp
rails (>= 6.0.2)
rake
redis-namespace!
Expand All @@ -200,3 +222,6 @@ DEPENDENCIES
sqlite3
standard
toxiproxy

BUNDLED WITH
2.3.4