Skip to content

Commit

Permalink
update workflow due to updating Gemfile structure
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Jun 7, 2024
1 parent a239a2e commit b00c490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
frozen_string_literal: ['yes', 'no']

env:
BUNDLE_WITH: 'development_common development_test'
BUNDLE_WITHOUT: 'development_lint development_local'
RUBYOPT: ${{ (matrix.frozen_string_literal == 'yes' && '--enable-frozen-string-literal') || '' }}
USE_GEM_PATCHED_LOCALLY: ${{ matrix.frozen_string_literal }}

Expand Down
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ group :rggen do
gem_patched 'rubyzip'
end

if ENV.key?('CI')
require File.join(root, 'stdgems-version/lib/stdgems_version')
gem 'csv', StdgemsVersion.version('csv')
for_ci do
gem_bundled 'csv'
end

0 comments on commit b00c490

Please sign in to comment.