Skip to content

Commit

Permalink
Adding support for more Ruby version until 3.2 and adding factorybot …
Browse files Browse the repository at this point in the history
…6.4 (#40)
  • Loading branch information
jotolo committed Dec 22, 2023
1 parent 1f9b532 commit 253c405
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
ruby-version:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- 'head'
gemfile:
- 'gemfiles/fb_4_11.gemfile'
- 'gemfiles/fb_5_2.gemfile'
- 'gemfiles/fb_6_2.gemfile'
- 'gemfiles/fb_6_4.gemfile'

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/fb_6_4.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

source "https://rubygems.org"

gem "factory_bot", "~> 6.4.0"

gemspec path: "../"

0 comments on commit 253c405

Please sign in to comment.