Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: adds CODEOWNERS and updates Gemfile #21

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.github/CODEOWNERS @primer-io/checkout-pci-reviewers
.github/workflows @primer-io/checkout-pci-reviewers

/Sources/Primer3DS/Classes/version.swift @primer-io/checkout-pci-reviewers
Primer3DS.podspec @primer-io/checkout-pci-reviewers
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7.5"
ruby-version: "3.2.2"
bundler-cache: true

- name: Setup node
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source "https://rubygems.org"

gem "fastlane"
gem "cocoapods"
gem 'activesupport', '~> 7.0', '<= 7.0.8'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ PLATFORMS
x86_64-darwin-20

DEPENDENCIES
activesupport (~> 7.0, <= 7.0.8)
cocoapods
fastlane

Expand Down