summaryrefslogtreecommitdiff
path: root/tool/test_for_warn_bundled_gems/test_no_warn_dash_gem.rb
blob: 72ae23b040b0f4dce856558834c52b11f91d80d0 (plain)
1
2
3
4
5
6
7
8
require "bundler/inline"

gemfile do
  source "https://rubygems.org"
  gem "net-smtp"
end

require "net/smtp"