Skip to content

Commit

Permalink
add sqlite3 to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Oct 3, 2024
1 parent f00a140 commit 67b95d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- ruby-version: "3.4"
gemfile: gemfiles/rails_6.gemfile
runs-on: ubuntu-latest
name: ${{ format('Tests (Ruby {0} {1})', matrix.ruby-version, matrix.gemfile) }}
name: ${{ format('Tests (Ruby {0})', matrix.ruby-version) }}
continue-on-error: true
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "6.1.7.8"
gem "sqlite3", "1.4.0"
gem "sqlite3", "1.4.2"

gemspec path: "../"

0 comments on commit 67b95d1

Please sign in to comment.