Skip to content

Commit

Permalink
Use bundler-cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed May 14, 2024
1 parent 7d00d43 commit 79335e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.image }}
bundler-cache: true
- name: Run tests
run: |
gem install -g
rake
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gem 'i18n', '<= 2'

group :development do
group :development, :test do
gem 'jeweler', '~> 2'
gem 'rake', '~> 12'
end
Expand Down

0 comments on commit 79335e0

Please sign in to comment.