Skip to content

Commit

Permalink
Update ruby/gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylmakalle committed Nov 30, 2024
1 parent 13a0b76 commit 4ef22a2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.3.5
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source "https://rubygems.org"

gem "fastlane"
gem "fastlane-sirp", :git => 'https://github.com/appbot/fastlane-sirp.git', :ref => '189b2340a6064764f994b24f7fdae0dbbb458130'

gem "standard", group: [:development, :test]
25 changes: 16 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/appbot/fastlane-sirp.git
revision: 189b2340a6064764f994b24f7fdae0dbbb458130
ref: 189b2340a6064764f994b24f7fdae0dbbb458130
specs:
fastlane-sirp (1.0.0)
sysrandom (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -11,16 +19,16 @@ GEM
ast (2.4.1)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.1000.0)
aws-sdk-core (3.211.0)
aws-partitions (1.1014.0)
aws-sdk-core (3.214.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.95.0)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.169.0)
aws-sdk-s3 (1.174.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -111,8 +119,6 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
fastlane-sirp (1.0.0)
sysrandom (~> 1.0)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.54.0)
google-apis-core (>= 0.11.0, < 2.a)
Expand Down Expand Up @@ -155,7 +161,7 @@ GEM
domain_name (~> 0.5)
httpclient (2.8.3)
jmespath (1.6.2)
json (2.7.5)
json (2.8.2)
jwt (2.9.3)
base64
mini_magick (4.13.2)
Expand All @@ -165,13 +171,13 @@ GEM
nanaimo (0.4.0)
naturally (2.2.1)
nkf (0.2.0)
optparse (0.5.0)
optparse (0.6.0)
os (1.1.4)
parallel (1.20.0)
parser (2.7.2.0)
ast (~> 2.4.1)
plist (3.7.1)
public_suffix (5.1.1)
public_suffix (6.0.1)
rainbow (3.0.0)
rake (13.2.1)
regexp_parser (1.8.2)
Expand Down Expand Up @@ -240,6 +246,7 @@ PLATFORMS

DEPENDENCIES
fastlane
fastlane-sirp!
standard

BUNDLED WITH
Expand Down

0 comments on commit 4ef22a2

Please sign in to comment.