Skip to content

Commit

Permalink
bump pronto dependency to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Feb 1, 2021
1 parent 19452d3 commit fa73097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7']
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion pronto-spell.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_dependency('ffi-aspell', '~> 1.1.0')
s.add_dependency('pronto', '~> 0.10.0')
s.add_dependency('pronto', '~> 0.11.0')
s.add_development_dependency('rake', '~> 12.0')
s.add_development_dependency('rspec', '~> 3.4')
s.add_development_dependency('rspec-its', '~> 1.2')
Expand Down

0 comments on commit fa73097

Please sign in to comment.