Skip to content

Commit

Permalink
Update GitHub workflow to actions/checkout@v4 and update Rails 7.1 Ge…
Browse files Browse the repository at this point in the history
…mfile
  • Loading branch information
spohlenz committed Feb 29, 2024
1 parent 213dd9c commit f36fed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem 'haml', '~> 6.0'
end

gem 'rails', '~> 7.1.0.beta1'
gem 'rails', '~> 7.1.0'

gem 'sqlite3', '~> 1.4'
gem 'sassc-rails'
Expand Down

0 comments on commit f36fed9

Please sign in to comment.