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

Test ruby platform #3015

Closed
wants to merge 2 commits into from
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
23 changes: 17 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_mime (1.1.2)
mini_portile2 (2.8.5)
minitest (5.18.0)
msgpack (1.7.1)
multi_json (1.15.0)
Expand All @@ -358,8 +359,15 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
notifications-ruby-client (5.4.0)
jwt (>= 1.5, < 3)
openid_connect (1.4.2)
Expand Down Expand Up @@ -398,7 +406,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-oauth2 (1.21.3)
Expand Down Expand Up @@ -555,10 +563,10 @@ GEM
semantic_range (>= 2.3.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0)
redis (>= 4.5.0, < 5)
sidekiq-cron (1.10.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
Expand Down Expand Up @@ -650,7 +658,10 @@ GEM
zeitwerk (2.6.8)

PLATFORMS
arm64-darwin-21
ruby
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
actionpack-cloudfront (>= 1.2.0)
Expand Down Expand Up @@ -715,7 +726,7 @@ DEPENDENCIES
sentry-ruby
sentry-sidekiq
shakapacker (= 6.6.0)
shoulda-matchers (~> 5.3.0)
shoulda-matchers (~> 5.0)
sidekiq (< 7)
sidekiq-cron
simplecov
Expand All @@ -730,7 +741,7 @@ DEPENDENCIES
yabeda-http_requests
yabeda-prometheus
yabeda-puma-plugin
yabeda-rails (= 0.9.0)
yabeda-rails
yabeda-sidekiq

RUBY VERSION
Expand Down