Skip to content

Commit 8f2676e

Browse files
authored
Merge pull request #48 from DatepollSystems/feature/update-ruby
Feature/update ruby
2 parents a05fe28 + 85dd35b commit 8f2676e

File tree

5 files changed

+45
-40
lines changed

5 files changed

+45
-40
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- name: Checkout repo
2424
uses: actions/checkout@v4
2525

26-
- name: Setup Ruby 3.3.0
26+
- name: Setup Ruby 3.3.6
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: '3.3.0'
29+
ruby-version: '3.3.6'
3030
bundler-cache: true
31-
31+
3232
- name: Netrc maven.pkg.github.com
3333
uses: extractions/netrc@v2
3434
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4
1515

16-
- name: Setup Ruby 3.3.0
16+
- name: Setup Ruby 3.3.6
1717
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: '3.3.0'
19+
ruby-version: '3.3.6'
2020
bundler-cache: true
2121

2222
- name: Netrc api.github.com

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.3.6

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'fastlane', '2.220.0'
3+
gem 'fastlane'

Gemfile.lock

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ GEM
55
base64
66
nkf
77
rexml
8-
addressable (2.8.6)
9-
public_suffix (>= 2.0.2, < 6.0)
8+
addressable (2.8.7)
9+
public_suffix (>= 2.0.2, < 7.0)
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.926.0)
14-
aws-sdk-core (3.194.2)
13+
aws-partitions (1.1004.0)
14+
aws-sdk-core (3.212.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
16-
aws-partitions (~> 1, >= 1.651.0)
17-
aws-sigv4 (~> 1.8)
16+
aws-partitions (~> 1, >= 1.992.0)
17+
aws-sigv4 (~> 1.9)
1818
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.80.0)
20-
aws-sdk-core (~> 3, >= 3.193.0)
21-
aws-sigv4 (~> 1.1)
22-
aws-sdk-s3 (1.149.1)
23-
aws-sdk-core (~> 3, >= 3.194.0)
19+
aws-sdk-kms (1.95.0)
20+
aws-sdk-core (~> 3, >= 3.210.0)
21+
aws-sigv4 (~> 1.5)
22+
aws-sdk-s3 (1.170.1)
23+
aws-sdk-core (~> 3, >= 3.210.0)
2424
aws-sdk-kms (~> 1)
25-
aws-sigv4 (~> 1.8)
26-
aws-sigv4 (1.8.0)
25+
aws-sigv4 (~> 1.5)
26+
aws-sigv4 (1.10.1)
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
babosa (1.0.4)
2929
base64 (0.2.0)
@@ -38,8 +38,8 @@ GEM
3838
domain_name (0.6.20240107)
3939
dotenv (2.8.1)
4040
emoji_regex (3.2.3)
41-
excon (0.110.0)
42-
faraday (1.10.3)
41+
excon (0.112.0)
42+
faraday (1.10.4)
4343
faraday-em_http (~> 1.0)
4444
faraday-em_synchrony (~> 1.0)
4545
faraday-excon (~> 1.1)
@@ -60,15 +60,15 @@ GEM
6060
faraday-httpclient (1.0.1)
6161
faraday-multipart (1.0.4)
6262
multipart-post (~> 2)
63-
faraday-net_http (1.0.1)
63+
faraday-net_http (1.0.2)
6464
faraday-net_http_persistent (1.2.0)
6565
faraday-patron (1.0.0)
6666
faraday-rack (1.0.0)
6767
faraday-retry (1.0.3)
68-
faraday_middleware (1.2.0)
68+
faraday_middleware (1.2.1)
6969
faraday (~> 1.0)
7070
fastimage (2.3.1)
71-
fastlane (2.220.0)
71+
fastlane (2.225.0)
7272
CFPropertyList (>= 2.3, < 4.0.0)
7373
addressable (>= 2.8, < 3.0.0)
7474
artifactory (~> 3.0)
@@ -84,6 +84,7 @@ GEM
8484
faraday-cookie_jar (~> 0.0.6)
8585
faraday_middleware (~> 1.0)
8686
fastimage (>= 2.1.0, < 3.0.0)
87+
fastlane-sirp (>= 1.0.0)
8788
gh_inspector (>= 1.1.2, < 2.0.0)
8889
google-apis-androidpublisher_v3 (~> 0.3)
8990
google-apis-playcustomapp_v1 (~> 0.1)
@@ -109,6 +110,8 @@ GEM
109110
xcodeproj (>= 1.13.0, < 2.0.0)
110111
xcpretty (~> 0.3.0)
111112
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
113+
fastlane-sirp (1.0.0)
114+
sysrandom (~> 1.0)
112115
gh_inspector (1.1.3)
113116
google-apis-androidpublisher_v3 (0.54.0)
114117
google-apis-core (>= 0.11.0, < 2.a)
@@ -126,7 +129,7 @@ GEM
126129
google-apis-core (>= 0.11.0, < 2.a)
127130
google-apis-storage_v1 (0.31.0)
128131
google-apis-core (>= 0.11.0, < 2.a)
129-
google-cloud-core (1.7.0)
132+
google-cloud-core (1.7.1)
130133
google-cloud-env (>= 1.0, < 3.a)
131134
google-cloud-errors (~> 1.0)
132135
google-cloud-env (1.6.0)
@@ -147,31 +150,31 @@ GEM
147150
os (>= 0.9, < 2.0)
148151
signet (>= 0.16, < 2.a)
149152
highline (2.0.3)
150-
http-cookie (1.0.5)
153+
http-cookie (1.0.7)
151154
domain_name (~> 0.5)
152155
httpclient (2.8.3)
153156
jmespath (1.6.2)
154-
json (2.7.2)
155-
jwt (2.8.1)
157+
json (2.8.1)
158+
jwt (2.9.3)
156159
base64
157-
mini_magick (4.12.0)
160+
mini_magick (4.13.2)
158161
mini_mime (1.1.5)
159162
multi_json (1.15.0)
160163
multipart-post (2.4.1)
161-
nanaimo (0.3.0)
164+
nanaimo (0.4.0)
162165
naturally (2.2.1)
163166
nkf (0.2.0)
164-
optparse (0.5.0)
167+
optparse (0.6.0)
165168
os (1.1.4)
166169
plist (3.7.1)
167-
public_suffix (5.0.5)
170+
public_suffix (6.0.1)
168171
rake (13.2.1)
169172
representable (3.2.0)
170173
declarative (< 0.1.0)
171174
trailblazer-option (>= 0.1.1, < 0.2.0)
172175
uber (< 0.2.0)
173176
retriable (3.1.2)
174-
rexml (3.2.6)
177+
rexml (3.3.9)
175178
rouge (2.0.7)
176179
ruby2_keywords (0.0.5)
177180
rubyzip (2.3.2)
@@ -184,6 +187,7 @@ GEM
184187
simctl (1.6.10)
185188
CFPropertyList
186189
naturally
190+
sysrandom (1.0.5)
187191
terminal-notifier (2.0.0)
188192
terminal-table (3.0.2)
189193
unicode-display_width (>= 1.1.1, < 3)
@@ -193,15 +197,15 @@ GEM
193197
tty-spinner (0.9.3)
194198
tty-cursor (~> 0.7)
195199
uber (0.1.0)
196-
unicode-display_width (2.5.0)
200+
unicode-display_width (2.6.0)
197201
word_wrap (1.0.0)
198-
xcodeproj (1.24.0)
202+
xcodeproj (1.27.0)
199203
CFPropertyList (>= 2.3.3, < 4.0)
200204
atomos (~> 0.1.3)
201205
claide (>= 1.0.2, < 2.0)
202206
colored2 (~> 3.1)
203-
nanaimo (~> 0.3.0)
204-
rexml (~> 3.2.4)
207+
nanaimo (~> 0.4.0)
208+
rexml (>= 3.3.6, < 4.0)
205209
xcpretty (0.3.0)
206210
rouge (~> 2.0.7)
207211
xcpretty-travis-formatter (1.0.1)
@@ -210,11 +214,12 @@ GEM
210214
PLATFORMS
211215
arm64-darwin-22
212216
arm64-darwin-23
217+
arm64-darwin-24
213218
x86_64-darwin-19
214219
x86_64-darwin-20
215220

216221
DEPENDENCIES
217-
fastlane (= 2.220.0)
222+
fastlane
218223

219224
BUNDLED WITH
220-
2.5.10
225+
2.5.22

0 commit comments

Comments
 (0)