Skip to content

Commit

Permalink
Add rails gemfile for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jrothrock committed Apr 26, 2024
1 parent bd89a6d commit 05a5c66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
fail-fast: false
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2' ]
BUNDLE_GEMFILE: gems/rails.gemfile
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Gemfile.lock
# Ignore .idea
.idea
# Ignore log files
log/*.log
log/*.log
3 changes: 3 additions & 0 deletions gems/rails.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
eval_gemfile("../Gemfile")

gem "rails"

0 comments on commit 05a5c66

Please sign in to comment.