Created
October 10, 2015 10:16
-
-
Save nalabjp/29d159121d2d1c3ed2fe to your computer and use it in GitHub Desktop.
Default Gemfile for gem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
group :development, :test do | |
gem 'pry' | |
gem 'pry-doc' | |
gem 'pry-byebug' | |
gem 'pry-power_assert' | |
end | |
group :test do | |
gem 'minitest' | |
gem 'minitest-around' | |
gem 'minitest-power_assert' | |
gem 'minitest-stub_any_instance' | |
gem 'minitest-reporters' | |
end | |
# Specify your gem's dependencies in genkotsu.gemspec | |
gemspec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment