Skip to content

Commit

Permalink
Added basic test case of bundled gems warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 15, 2023
1 parent 8e37cd8 commit 76c1ce4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Empty file.
8 changes: 8 additions & 0 deletions tool/test_for_warn_bundled_gems/test_warn_bundled_gems.rb
@@ -0,0 +1,8 @@
require "bundler/inline"

gemfile do
source "https://rubygems.org"
end

require "mutex_m"
require "rss"

0 comments on commit 76c1ce4

Please sign in to comment.