能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
997 B

  1. # encoding: utf-8
  2. # Gemfile style guide derived from:
  3. # http://mcdowall.info/posts/gemfile-best-practices-and-discourse/
  4. # Use `bundle install` after changing this file
  5. # `bundle update [gemname]` to force update of gem
  6. # `bundle show [gemname]` to see where a bundled gem is installed
  7. # `bundle open [gemname]` to edit a bundled gem
  8. # `bundle package` to add gem to vendor/cache
  9. source 'https://rubygems.org'
  10. # place gems sourced from github.com in this section _________________________
  11. # place gems sourced from a project path in this section _____________________
  12. # place general project gems in this section (alphabetical order) ____________
  13. gem 'git', '~> 1.3.0' # git management
  14. gem 'github_changelog_generator', '~> 1.13.1'
  15. gem 'rake', '~> 11.2.2'
  16. gem 'version', '~> 1.0.0' # version management gem
  17. # place gems related to test/specs in this section (alphabetical order) ______
  18. # place gems related to development in this section (alphabetical order) _____