Skip to content

Commit

Permalink
I wonder if it'll do the right thing if we don't try to pin byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
noelrappin committed Aug 16, 2023
1 parent 986f171 commit 5df5cc9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
matrix:
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
gemfile: ['Gemfile', 'gemfiles/aws_sdk_core_2.gemfile']
include:
- ruby: '3.2'
gemfile: ['Gemfile', 'gemfiles/aws_sdk_core_ruby_3_2.gemfile']
runs-on: ubuntu-20.04
services:
moto_sqs:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ end

group :development do
gem 'appraisal', git: 'https://github.com/thoughtbot/appraisal.git'
gem 'pry-byebug', '3.9.0'
gem 'pry-byebug'
gem 'rubocop', '<= 1.12'
end
2 changes: 1 addition & 1 deletion gemfiles/aws_sdk_core_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end

group :development do
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "pry-byebug", "3.9.0"
gem "pry-byebug"
gem "rubocop"
end

Expand Down
22 changes: 0 additions & 22 deletions gemfiles/aws_sdk_core_ruby_3_2.gemfile

This file was deleted.

0 comments on commit 5df5cc9

Please sign in to comment.