Skip to content

Commit

Permalink
chore: tweak action
Browse files Browse the repository at this point in the history
  • Loading branch information
fursich committed Sep 4, 2024
1 parent b241507 commit df36d2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: false
- run: bundle exec rake spec
bundler-cache: true
rubygems: 'latest'
- run: bundle exec rake
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails_7.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in dumped_railers.gemspec
gem 'activerecord', '7.1.4'
gem 'activerecord', '~> 7.1.0'
gem 'sqlite3', '~> 1.7'

gemspec path: '../'

0 comments on commit df36d2d

Please sign in to comment.