Skip to content

Commit

Permalink
Silence Bundler warnings (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez authored Sep 23, 2024
1 parent b0a05ae commit 26328e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/support/dependency_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def build_gem(gem_name, version = '1.0.0')
s.authors = 'Mr. Smith'
s.summary = 'summary'
s.files = #{lib_file.inspect}
s.license = 'MIT'
s.homepage = 'http://github.com/thoughtbot/#{gem_name}'
s.required_ruby_version = '>= 2.3.0'
end
gemspec
end
Expand Down

0 comments on commit 26328e5

Please sign in to comment.