Skip to content

Commit 42834eb

Browse files
authored
Merge pull request #355 from Shopify/rwstauner/ostruct
Bump gems that require ostruct
2 parents d031f03 + 482714c commit 42834eb

File tree

4 files changed

+23
-19
lines changed

4 files changed

+23
-19
lines changed

benchmarks/erubi-rails/Gemfile.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
addressable (2.8.6)
6969
public_suffix (>= 2.0.2, < 6.0)
7070
base64 (0.2.0)
71-
bigdecimal (3.1.8)
71+
bigdecimal (3.1.9)
7272
builder (3.3.0)
7373
byebug (11.1.3)
7474
capybara (3.39.2)
@@ -81,24 +81,24 @@ GEM
8181
regexp_parser (>= 1.5, < 3.0)
8282
xpath (~> 3.2)
8383
concurrent-ruby (1.3.4)
84-
connection_pool (2.4.1)
84+
connection_pool (2.5.0)
8585
crass (1.0.6)
8686
digest (3.1.1)
8787
drb (2.2.1)
88-
erubi (1.13.0)
88+
erubi (1.13.1)
8989
globalid (1.2.1)
9090
activesupport (>= 6.1)
91-
i18n (1.14.5)
91+
i18n (1.14.6)
9292
concurrent-ruby (~> 1.0)
9393
io-console (0.7.2)
9494
irb (1.14.0)
9595
rdoc (>= 4.0.0)
9696
reline (>= 0.4.2)
97-
jbuilder (2.11.5)
97+
jbuilder (2.13.0)
9898
actionview (>= 5.0.0)
9999
activesupport (>= 5.0.0)
100-
logger (1.6.1)
101-
loofah (2.22.0)
100+
logger (1.6.2)
101+
loofah (2.24.0)
102102
crass (~> 1.0.2)
103103
nokogiri (>= 1.12.0)
104104
mail (2.8.1)
@@ -109,8 +109,8 @@ GEM
109109
marcel (1.0.4)
110110
matrix (0.4.2)
111111
mini_mime (1.1.5)
112-
mini_portile2 (2.8.7)
113-
minitest (5.25.1)
112+
mini_portile2 (2.8.8)
113+
minitest (5.25.4)
114114
mutex_m (0.2.0)
115115
net-imap (0.2.4)
116116
digest
@@ -124,7 +124,7 @@ GEM
124124
digest
125125
net-protocol
126126
timeout
127-
nokogiri (1.16.7)
127+
nokogiri (1.18.1)
128128
mini_portile2 (~> 2.8.2)
129129
racc (~> 1.4)
130130
psych (5.1.2)
@@ -147,9 +147,9 @@ GEM
147147
activesupport (>= 5.0.0)
148148
minitest
149149
nokogiri (>= 1.6)
150-
rails-html-sanitizer (1.6.0)
150+
rails-html-sanitizer (1.6.2)
151151
loofah (~> 2.21)
152-
nokogiri (~> 1.14)
152+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
153153
railties (7.2.1)
154154
actionpack (= 7.2.1)
155155
activesupport (= 7.2.1)
@@ -166,7 +166,7 @@ GEM
166166
io-console (~> 0.5)
167167
rexml (3.2.6)
168168
rubyzip (2.3.2)
169-
securerandom (0.3.1)
169+
securerandom (0.4.1)
170170
selenium-webdriver (4.10.0)
171171
rexml (~> 3.2, >= 3.2.5)
172172
rubyzip (>= 1.2.2, < 3.0)
@@ -211,6 +211,7 @@ PLATFORMS
211211
arm64-darwin-21
212212
arm64-darwin-22
213213
arm64-darwin-23
214+
arm64-darwin-24
214215
x86_64-darwin-20
215216
x86_64-darwin-21
216217
x86_64-linux

benchmarks/lobsters/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ group :test, :development do
6262
gem 'database_cleaner'
6363
gem 'rspec-rails', '~> 6.0.0.rc1'
6464
gem "factory_bot_rails"
65+
gem "ostruct" # required for such an old rubocop
6566
gem "rubocop", "0.81", require: false
6667
gem "rubocop-rails", require: false
6768
gem "rubocop-rspec", require: false

benchmarks/lobsters/Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
rails-dom-testing (>= 1, < 3)
132132
railties (>= 4.2.0)
133133
thor (>= 0.14, < 2.0)
134-
json (2.7.1)
134+
json (2.9.1)
135135
logger (1.6.1)
136136
loofah (2.22.0)
137137
crass (~> 1.0.2)
@@ -165,8 +165,9 @@ GEM
165165
version_gem (~> 1.1)
166166
oauth-tty (1.0.5)
167167
version_gem (~> 1.1, >= 1.1.1)
168-
parallel (1.24.0)
169-
parser (3.3.0.5)
168+
ostruct (0.6.1)
169+
parallel (1.26.3)
170+
parser (3.3.6.0)
170171
ast (~> 2.4.1)
171172
racc
172173
pdf-reader (2.12.0)
@@ -178,7 +179,7 @@ GEM
178179
psych (5.1.2)
179180
stringio
180181
public_suffix (5.0.4)
181-
racc (1.7.3)
182+
racc (1.8.1)
182183
rack (2.2.8)
183184
rack-attack (6.7.0)
184185
rack (>= 1.0, < 4)
@@ -214,7 +215,7 @@ GEM
214215
regexp_parser (2.9.0)
215216
reline (0.5.10)
216217
io-console (~> 0.5)
217-
rexml (3.2.6)
218+
rexml (3.4.0)
218219
rotp (6.3.0)
219220
rqrcode (2.2.0)
220221
chunky_png (~> 1.0)
@@ -331,6 +332,7 @@ DEPENDENCIES
331332
memory_profiler
332333
nokogiri (>= 1.13.9)
333334
oauth
335+
ostruct
334336
pdf-reader
335337
rack-attack
336338
rack-mini-profiler

benchmarks/rubocop/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
ruby2_keywords
2121
i18n (1.14.1)
2222
concurrent-ruby (~> 1.0)
23-
json (2.7.1)
23+
json (2.9.1)
2424
language_server-protocol (3.17.0.3)
2525
minitest (5.21.2)
2626
mutex_m (0.2.0)

0 commit comments

Comments
 (0)