Skip to content

Commit acc9b2f

Browse files
authored
Merge pull request #411 from ghassanmas/add-arm-platform
feat: allow to use two arm arch
2 parents 4ca760a + e14c1d6 commit acc9b2f

File tree

1 file changed

+33
-31
lines changed

1 file changed

+33
-31
lines changed

Gemfile3.lock

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ GIT
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
activemodel (7.0.4)
20-
activesupport (= 7.0.4)
21-
activesupport (7.0.4)
19+
activemodel (7.0.4.3)
20+
activesupport (= 7.0.4.3)
21+
activesupport (7.0.4.3)
2222
concurrent-ruby (~> 1.0, >= 1.0.2)
2323
i18n (>= 1.6, < 2)
2424
minitest (>= 5.1)
2525
tzinfo (~> 2.0)
26-
addressable (2.8.1)
26+
addressable (2.8.4)
2727
public_suffix (>= 2.0.2, < 6.0)
2828
bson (4.15.0)
2929
bson_ext (1.5.1)
3030
codecov (0.6.0)
3131
simplecov (>= 0.15, < 0.22)
3232
coderay (1.1.3)
33-
concurrent-ruby (1.1.10)
33+
concurrent-ruby (1.2.2)
3434
crack (0.4.5)
3535
rexml
36-
dalli (3.2.3)
36+
dalli (3.2.4)
3737
delayed_job (4.1.11)
3838
activesupport (>= 3.0, < 8.0)
3939
delayed_job_mongoid (3.0.0)
@@ -55,13 +55,13 @@ GEM
5555
elasticsearch-transport (7.8.1)
5656
faraday (~> 1)
5757
multi_json
58-
enumerize (2.5.0)
58+
enumerize (2.6.1)
5959
activesupport (>= 3.2)
6060
factory_bot (6.2.1)
6161
activesupport (>= 5.0.0)
62-
faker (3.0.0)
62+
faker (3.2.0)
6363
i18n (>= 1.8.11, < 2)
64-
faraday (1.10.2)
64+
faraday (1.10.3)
6565
faraday-em_http (~> 1.0)
6666
faraday-em_synchrony (~> 1.0)
6767
faraday-excon (~> 1.1)
@@ -105,19 +105,19 @@ GEM
105105
i18n (1.12.0)
106106
concurrent-ruby (~> 1.0)
107107
kgio (2.11.4)
108-
listen (3.7.1)
108+
listen (3.8.0)
109109
rb-fsevent (~> 0.10, >= 0.10.3)
110110
rb-inotify (~> 0.9, >= 0.9.10)
111111
lumberjack (1.2.8)
112112
method_source (1.0.0)
113113
mime-types (3.4.1)
114114
mime-types-data (~> 3.2015)
115-
mime-types-data (3.2022.0105)
115+
mime-types-data (3.2023.0218.1)
116116
mini_portile2 (2.3.0)
117-
minitest (5.16.3)
118-
mongo (2.18.1)
117+
minitest (5.18.0)
118+
mongo (2.18.2)
119119
bson (>= 4.14.1, < 5.0.0)
120-
mongoid (7.5.1)
120+
mongoid (7.5.2)
121121
activemodel (>= 5.1, < 7.1, != 7.0.0)
122122
mongo (>= 2.10.5, < 3.0.0)
123123
ruby2_keywords (~> 0.0.5)
@@ -127,32 +127,32 @@ GEM
127127
mongoid
128128
rake
129129
multi_json (1.15.0)
130-
multipart-post (2.2.3)
130+
multipart-post (2.3.0)
131131
mustermann (3.0.0)
132132
ruby2_keywords (~> 0.0.1)
133133
nenv (0.3.0)
134134
netrc (0.11.0)
135-
newrelic_rpm (8.12.0)
135+
newrelic_rpm (9.2.0)
136136
nokogiri (1.8.5)
137137
mini_portile2 (~> 2.3.0)
138138
notiffany (0.1.3)
139139
nenv (~> 0.1)
140140
shellany (~> 0.0)
141141
protected_attributes_continued (1.8.2)
142142
activemodel (>= 5.0)
143-
pry (0.14.1)
143+
pry (0.14.2)
144144
coderay (~> 1.1)
145145
method_source (~> 1.0)
146146
pry-nav (1.0.0)
147147
pry (>= 0.9.10, < 0.15)
148-
public_suffix (5.0.0)
149-
rack (2.2.4)
150-
rack-protection (3.0.2)
148+
public_suffix (5.0.1)
149+
rack (2.2.6.4)
150+
rack-protection (3.0.6)
151151
rack
152-
rack-test (2.0.2)
152+
rack-test (2.1.0)
153153
rack (>= 1.3)
154154
rack-timeout (0.6.3)
155-
raindrops (0.20.0)
155+
raindrops (0.20.1)
156156
rake (13.0.6)
157157
rb-fsevent (0.11.2)
158158
rb-inotify (0.10.1)
@@ -172,15 +172,15 @@ GEM
172172
rspec-mocks (~> 3.12.0)
173173
rspec-collection_matchers (1.2.0)
174174
rspec-expectations (>= 2.99.0.beta1)
175-
rspec-core (3.12.0)
175+
rspec-core (3.12.2)
176176
rspec-support (~> 3.12.0)
177-
rspec-expectations (3.12.0)
177+
rspec-expectations (3.12.3)
178178
diff-lcs (>= 1.2.0, < 2.0)
179179
rspec-support (~> 3.12.0)
180180
rspec-its (1.3.0)
181181
rspec-core (>= 3.0.0)
182182
rspec-expectations (>= 3.0.0)
183-
rspec-mocks (3.12.0)
183+
rspec-mocks (3.12.5)
184184
diff-lcs (>= 1.2.0, < 2.0)
185185
rspec-support (~> 3.12.0)
186186
rspec-support (3.12.0)
@@ -192,17 +192,17 @@ GEM
192192
simplecov_json_formatter (~> 0.1)
193193
simplecov-html (0.12.3)
194194
simplecov_json_formatter (0.1.4)
195-
sinatra (3.0.2)
195+
sinatra (3.0.6)
196196
mustermann (~> 3.0)
197197
rack (~> 2.2, >= 2.2.4)
198-
rack-protection (= 3.0.2)
198+
rack-protection (= 3.0.6)
199199
tilt (~> 2.0)
200200
sinatra-param (1.6.0)
201201
sinatra (>= 1.3)
202202
thor (1.2.1)
203-
tilt (2.0.11)
204-
timecop (0.9.5)
205-
tzinfo (2.0.5)
203+
tilt (2.1.0)
204+
timecop (0.9.6)
205+
tzinfo (2.0.6)
206206
concurrent-ruby (~> 1.0)
207207
unf (0.1.4)
208208
unf_ext
@@ -221,6 +221,8 @@ GEM
221221
yajl-ruby (1.3.1)
222222

223223
PLATFORMS
224+
aarch64-linux
225+
arm64-darwin-22
224226
x86_64-linux
225227

226228
DEPENDENCIES
@@ -271,4 +273,4 @@ RUBY VERSION
271273
ruby 3.0.4p208
272274

273275
BUNDLED WITH
274-
2.2.33
276+
2.3.4

0 commit comments

Comments
 (0)