From 26ce2be8fb0061ba2131d9283b96116aa59f7f89 Mon Sep 17 00:00:00 2001 From: Ashish Kulkarni Date: Mon, 1 Feb 2021 08:48:16 +0530 Subject: [PATCH] bump pronto dependency to 0.11.0 --- .github/workflows/checks.yml | 2 +- pronto-foodcritic.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 065eb49..4d74b36 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 diff --git a/pronto-foodcritic.gemspec b/pronto-foodcritic.gemspec index e5d9c0d..46119bc 100644 --- a/pronto-foodcritic.gemspec +++ b/pronto-foodcritic.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.require_paths = ['lib'] s.add_dependency('foodcritic', '~> 15', '>= 10.0.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')