Skip to content

Remove duplicate ostruct entry from Gemfile#2212

Merged
tancnle merged 1 commit intorouge-ruby:masterfrom
larouxn:remove_duplicate_ostruct_in_gemfile
Feb 13, 2026
Merged

Remove duplicate ostruct entry from Gemfile#2212
tancnle merged 1 commit intorouge-ruby:masterfrom
larouxn:remove_duplicate_ostruct_in_gemfile

Conversation

@larouxn
Copy link
Contributor

@larouxn larouxn commented Feb 13, 2026

It appears #2202 added a second ostruct entry to the Gemfile which leads to the following warning. We should remove it as we only need the single pre-existing entry.

image

See lines 28 and 42. 👇

rouge/Gemfile

Lines 19 to 44 in 474be87

group :development do
gem 'pry'
# Needed for a Rake task
gem 'git'
gem 'yard'
gem 'rubocop', '~> 1.0', '<= 1.11'
gem 'rubocop-performance'
gem 'ostruct'
# docs
gem 'github-markup'
# for visual tests
gem 'sinatra'
gem 'puma'
gem 'shotgun'
gem "mutex_m" if RUBY_VERSION >= '3.4'
gem "base64" if RUBY_VERSION >= '3.4'
gem 'ostruct'
gem 'reline'
end

@tancnle
Copy link
Collaborator

tancnle commented Feb 13, 2026

Thanks for fixing this @larouxn 🚀

@tancnle tancnle added this pull request to the merge queue Feb 13, 2026
Merged via the queue into rouge-ruby:master with commit 92202ab Feb 13, 2026
10 checks passed
@larouxn larouxn deleted the remove_duplicate_ostruct_in_gemfile branch February 13, 2026 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants