Skip to content

Commit

Permalink
Add warning gem to development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirano55 committed Jan 2, 2025
1 parent 8b0e949 commit 017f713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ GEM
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
warning (1.5.0)

PLATFORMS
ruby
Expand All @@ -67,6 +68,7 @@ DEPENDENCIES
rubocop-rake
rubocop-rspec
trace_location!
warning

BUNDLED WITH
2.6.2
1 change: 1 addition & 0 deletions trace_location.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'bundler'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'warning'
end

0 comments on commit 017f713

Please sign in to comment.