Skip to content

Commit

Permalink
chore: adds CODEOWNERS and updates Gemfile (#21)
Browse files Browse the repository at this point in the history
* Adds Codeowners and updates Gemfile

* update ruby version

* updated gemfile
  • Loading branch information
NQuinn27 authored Oct 16, 2023
1 parent 232b5bc commit 58b8fb2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
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

0 comments on commit 58b8fb2

Please sign in to comment.