Upgrade to Ruby 3.2 (#30)

* Upgrade to Ruby 3.2

* Upgrade and fix rubocop linting

* Bundle exec the parse issue command

* Go back to manually installing dependencies for issue ops
This commit is contained in:
Chase S
2023-08-14 14:13:37 +00:00
committed by GitHub
parent 090d41bc3b
commit 65b029a677
12 changed files with 86 additions and 66 deletions
+3 -3
View File
@@ -15,9 +15,9 @@ group :development do
gem "pry-byebug", "~> 3.9"
gem "rspec", "~> 3.10"
gem "rspec-github", "~> 2.3", ">= 2.3.1"
gem "rubocop", "~> 0.80", "< 0.81"
gem "rubocop-github", "~> 0.14.0"
gem "rubocop-performance", "~> 1.6.1"
gem "rubocop", "~> 1.5"
gem "rubocop-github", "~> 0.2"
gem "rubocop-performance", "~> 1.18"
gem "ruby-debug-ide", "~> 0.7.2"
gem "shoulda-matchers", "~> 4.5.1"
end