Skip to content

Commit

Permalink
Merge pull request #114 from CocoaPods/ruby-3
Browse files Browse the repository at this point in the history
Run specs on ruby 3
  • Loading branch information
dnkoutso authored Aug 3, 2021
2 parents 2977d8c + f276018 commit 2a9db9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-10.15]
ruby: [2.3, 2.5, 2.6, 2.7]
ruby: [2.3, 2.5, 2.6, 2.7, 3.0]

name: ${{ matrix.os }} / Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ group :development do
gem 'mocha-on-bacon'
gem 'prettybacon'
gem 'rake'
gem 'rexml', '~> 3.2.4'
gem 'vcr'
gem 'webmock', '< 1.9'

Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ GEM
ffi (>= 0.5.0)
rb-kqueue (0.2.3)
ffi (>= 0.5.0)
rexml (3.2.4)
rubocop (0.38.0)
parser (>= 2.3.0.6, < 3.0)
powerpack (~> 0.1)
Expand All @@ -57,7 +58,7 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
unicode-display_width (1.0.2)
unicode-display_width (1.7.0)
vcr (2.9.3)
webmock (1.8.11)
addressable (>= 2.2.7)
Expand All @@ -75,6 +76,7 @@ DEPENDENCIES
mocha-on-bacon
prettybacon
rake
rexml (~> 3.2.4)
rubocop
simplecov
vcr
Expand Down

0 comments on commit 2a9db9d

Please sign in to comment.