Skip to content

Commit

Permalink
add min gem versions to allow min appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Oct 3, 2024
1 parent 613ade7 commit 23de3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
fail-fast: false
matrix:
ruby-version: ['3.1', '3.2', '3.3', '3.4']
gemfile: ['gemfiles/rails_6.gemfile', 'gemfiles/rails_7.gemfile']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down
4 changes: 2 additions & 2 deletions acts_as_textcaptcha.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Gem::Specification.new do |spec|

# testing
spec.add_development_dependency("appraisal")
spec.add_development_dependency("rails")
spec.add_development_dependency("rails", "~> 6.1")
spec.add_development_dependency("minitest")
spec.add_development_dependency("sqlite3")
spec.add_development_dependency("sqlite3", "~> 1.4")
spec.add_development_dependency("webmock")
end

0 comments on commit 23de3cb

Please sign in to comment.