(事実上)初参加 • Was at the venue ◦ RubyKaigi 2024は那覇に行ったがセッションゾーンに入れず(通常チ ケットなのに。時間的都合で) • On-site: 7 members from our team ◦ 5 members (registered) in this RubyKaigi 2025 AFTER EVENT • Had troubles since Bundler 2.0 (Jan 2019) (= Ruby 2.6) ◦ RubyGems/Bundler (RGB) に興味がある ◦ grep -i “gem” RubyKaigi2025 # → 2 ◦ grep -i “bundler”RubyKaigi2025 # → 0
(事実上)初参加 • Was at the venue ◦ RubyKaigi 2024は那覇に行ったがセッションゾーンに入れず(通常チ ケットなのに。時間的都合で) • On-site: 7 members from our team ◦ 5 members (registered) in this RubyKaigi 2025 AFTER EVENT
(事実上)初参加 • Was at the venue ◦ RubyKaigi 2024は那覇に行ったがセッションゾーンに入れず(通常チ ケットなのに。時間的都合で) • On-site: 7 members from our team ◦ 5 members (registered) in this RubyKaigi 2025 AFTER EVENT • Had troubles since Bundler 2.0 (Jan 2019) (= Ruby 2.6) ◦ RubyGems/Bundler (RGB) に興味がある ◦ grep -i “gem” RubyKaigi2025 # → 2 ◦ grep -i “bundler”RubyKaigi2025 # → 0
(事実上)初参加 • Was at the venue ◦ RubyKaigi 2024は那覇に行ったがセッションゾーンに入れず(通常チ ケットなのに。時間的都合で) • On-site: 7 members from our team ◦ 5 members (registered) in this RubyKaigi 2025 AFTER EVENT • Had troubles since Bundler 2.0 (Jan 2019) (= Ruby 2.6) ◦ RubyGems/Bundler (RGB) に興味がある ◦ grep -i “gem” RubyKaigi2025 # → 2 (Fat Gem + GO Gem) ◦ grep -i “bundler”RubyKaigi2025 # → 0
bundle install Fetching gem metadata from https://rubygems.org/.......... [...] Bundle complete! 1234 Gemfile dependencies, 5678 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. # => done
bundle install Fetching gem metadata from https://rubygems.org/.......... Bundler found mismatched checksums. This is a potential security risk. aws-sdk-core (3.223.0) sha256=d8c309116787cd24fb32095da4fa94d1f76e26baea705eabb66aa4585e8d8c78 from the lockfile CHECKSUMS at Gemfile.lock:1114:26 aws-sdk-core (3.223.0) sha256=d8c309116787cd24fb32095da4fa94d1f76e26baea705eabb66aa4585e8d8c77 from the API at https://rubygems.org/ If you trust the API at https://rubygems.org/, to resolve this issue you can: 1. remove the matching checksum in Gemfile.lock:1114:26 2. run `bundle install` To ignore checksum security warnings, disable checksum validation with `bundle config set --local disable_checksum_validation true`