Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Jul 19, 2024
1 parent d792245 commit 5490bba
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 99 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Dependency Review

on:
push:
pull_request:
branches:
- main
Expand All @@ -23,3 +24,5 @@ jobs:
uses: actions/dependency-review-action@7d90b4f05fea31dde1c4a1fb3fa787e197ea93ab # v3.0.7
with:
config-file: amazon-ospo/dependency-review-config/default/dependency-review-config.yml@main
base-ref: refs/heads/main
head-ref: ruisebas/dependency
10 changes: 7 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

source 'https://rubygems.org'

gem 'xcpretty', '0.3.0'
gem 'fastlane', '2.205.1'
gem 'jazzy', '0.14.2'
gem 'xcpretty'
gem 'fastlane', '>= 2.205.1'
gem 'jazzy'
#gem 'xcodeproj', git: 'git://github.com/CocoaPods/Xcodeproj.git', ref: 'a234cae'
gem 'xcodeproj', github: 'CocoaPods/Xcodeproj', ref: 'a234cae'
gem 'rexml', '>= 3.3.2'
gem 'json', '2.6.3'
eval_gemfile('fastlane/Pluginfile')

Loading

0 comments on commit 5490bba

Please sign in to comment.