Skip to content

Commit

Permalink
[CI] Explicitly bundle gemfied stdlib gems
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 17, 2024
1 parent 11e26ba commit 8f5d528
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
rails-version: '7.2'

env:
RUBY_VERSION: ${{ matrix.ruby-version }}
RAILS_VERSION: ${{ matrix.rails-version }}
steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ if ENV['RAILS_VERSION']
else
gem 'rails'
end

if ENV['RUBY_VERSION'] >= '3.3'
gem 'mutex_m'
gem 'base64'
gem 'bigdecimal'
gem 'drb'
end

0 comments on commit 8f5d528

Please sign in to comment.