Skip to content

Commit

Permalink
Add Ruby 3.1 to the CI matrix (#28)
Browse files Browse the repository at this point in the history
* Add Ruby 3.1 to the CI matrix

* Remove pry-byebug as it is not a supported debugger going forward
  • Loading branch information
petergoldstein authored Mar 11, 2022
1 parent 3b55631 commit 7867a76
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
ruby:
- head
- "3.1"
- "3.0"
- "2.7"
- "2.6"
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
source "https://rubygems.org"

gemspec

gem "pry-byebug" unless ENV["CI"]
1 change: 0 additions & 1 deletion rgeo-proj4.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "rgeo", "~> 2.0"

spec.add_development_dependency "minitest", "~> 5.14"
spec.add_development_dependency "pry-byebug", "~> 3.9.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rake-compiler", "~> 1.0"
spec.add_development_dependency "rubocop", "~> 1.8.1"
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require "rgeo/proj4"
require "common/factory_tests"
require "psych"
require "pry-byebug"

# Only here for Psych 4.0.0 breaking change.
# See https://github.com/ruby/psych/pull/487
Expand Down

0 comments on commit 7867a76

Please sign in to comment.