Skip to content

Commit

Permalink
Now we're trying to have the 3.2 version use a different gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
noelrappin committed Aug 16, 2023
1 parent 8c56d25 commit 986f171
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ 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
3 changes: 1 addition & 2 deletions gemfiles/aws_sdk_core_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ end

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

Expand Down
22 changes: 22 additions & 0 deletions gemfiles/aws_sdk_core_ruby_3_2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This file was generated by Appraisal

source "https://rubygems.org"

group :test do
gem "activejob"
gem "aws-sdk-core", "~> 2"
gem "codeclimate-test-reporter", require: nil
gem "httparty"
gem "multi_xml"
gem "simplecov"
gem "webrick"
end

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

gemspec path: "../"

0 comments on commit 986f171

Please sign in to comment.