Skip to content

Commit

Permalink
Bump gems that require ostruct
Browse files Browse the repository at this point in the history
It's been moved out of the stdlib:
ruby/ruby@5f4be3a
  • Loading branch information
rwstauner committed Jan 9, 2025
1 parent d031f03 commit 482714c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
27 changes: 14 additions & 13 deletions benchmarks/erubi-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
builder (3.3.0)
byebug (11.1.3)
capybara (3.39.2)
Expand All @@ -81,24 +81,24 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
connection_pool (2.5.0)
crass (1.0.6)
digest (3.1.1)
drb (2.2.1)
erubi (1.13.0)
erubi (1.13.1)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.11.5)
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
logger (1.6.1)
loofah (2.22.0)
logger (1.6.2)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -109,8 +109,8 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
mini_portile2 (2.8.8)
minitest (5.25.4)
mutex_m (0.2.0)
net-imap (0.2.4)
digest
Expand All @@ -124,7 +124,7 @@ GEM
digest
net-protocol
timeout
nokogiri (1.16.7)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
psych (5.1.2)
Expand All @@ -147,9 +147,9 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (~> 1.14)
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)
railties (7.2.1)
actionpack (= 7.2.1)
activesupport (= 7.2.1)
Expand All @@ -166,7 +166,7 @@ GEM
io-console (~> 0.5)
rexml (3.2.6)
rubyzip (2.3.2)
securerandom (0.3.1)
securerandom (0.4.1)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -211,6 +211,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux
Expand Down
1 change: 1 addition & 0 deletions benchmarks/lobsters/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ group :test, :development do
gem 'database_cleaner'
gem 'rspec-rails', '~> 6.0.0.rc1'
gem "factory_bot_rails"
gem "ostruct" # required for such an old rubocop
gem "rubocop", "0.81", require: false
gem "rubocop-rails", require: false
gem "rubocop-rspec", require: false
Expand Down
12 changes: 7 additions & 5 deletions benchmarks/lobsters/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.1)
json (2.9.1)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -165,8 +165,9 @@ GEM
version_gem (~> 1.1)
oauth-tty (1.0.5)
version_gem (~> 1.1, >= 1.1.1)
parallel (1.24.0)
parser (3.3.0.5)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pdf-reader (2.12.0)
Expand All @@ -178,7 +179,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (5.0.4)
racc (1.7.3)
racc (1.8.1)
rack (2.2.8)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
Expand Down Expand Up @@ -214,7 +215,7 @@ GEM
regexp_parser (2.9.0)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.2.6)
rexml (3.4.0)
rotp (6.3.0)
rqrcode (2.2.0)
chunky_png (~> 1.0)
Expand Down Expand Up @@ -331,6 +332,7 @@ DEPENDENCIES
memory_profiler
nokogiri (>= 1.13.9)
oauth
ostruct
pdf-reader
rack-attack
rack-mini-profiler
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/rubocop/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
ruby2_keywords
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
json (2.9.1)
language_server-protocol (3.17.0.3)
minitest (5.21.2)
mutex_m (0.2.0)
Expand Down

0 comments on commit 482714c

Please sign in to comment.