rubygems/bundler
Fork: 2097 Star: 4870 (更新于 1970-01-01 00:00:00)
license: MIT
Language: Ruby .
Manage your Ruby application's gem dependencies
最后发布版本: v2.1.4 ( 2020-01-06 02:18:48)
Bundler is now maintained in the rubygems/rubygems repository.
Bundler: a gem to bundle gems
Bundler makes sure Ruby applications run the same code on every machine.
It does this by managing the gems that the application depends on. Given a list of gems, it can automatically download and install those gems, as well as any other gems needed by the gems that are listed. Before installing gems, it checks the versions of every gem to make sure that they are compatible, and can all be loaded at the same time. After the gems have been installed, Bundler can help you update some or all of them when new versions become available. Finally, it records the exact versions that have been installed, so that others can install the exact same gems.
Installation and usage
To install (or update to the latest version):
gem install bundler
To install a prerelease version (if one is available), run gem install bundler --pre
. To uninstall Bundler, run gem uninstall bundler
.
Bundler is most commonly used to manage your application's dependencies. For example, these commands will allow you to use Bundler to manage the rspec
gem for your application:
bundle init
bundle add rspec
bundle install
bundle exec rspec
See bundler.io for the full documentation.
Troubleshooting
For help with common problems, see TROUBLESHOOTING.
Still stuck? Try filing an issue.
Other questions
To see what has changed in recent versions of Bundler, see the CHANGELOG.
To get in touch with the Bundler core team and other Bundler users, please see getting help.
Contributing
If you'd like to contribute to Bundler, that's awesome, and we <3 you. We've put together the Bundler contributor guide with all of the information you need to get started.
If you'd like to request a substantial change to Bundler or to the Bundler documentation, refer to the Bundler RFC process for more information.
While some Bundler contributors are compensated by Ruby Together, the project maintainers make decisions independent of Ruby Together. As a project, we welcome contributions regardless of the author's affiliation with Ruby Together.
Supporting
Ruby Together pays some Bundler maintainers for their ongoing work. As a grassroots initiative committed to supporting the critical Ruby infrastructure you rely on, Ruby Together is funded entirely by the Ruby community. Contribute today as an individual or (better yet) as a company to ensure that Bundler, RubyGems, and other shared tooling is around for years to come.
Code of Conduct
Everyone interacting in the Bundler project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the Bundler code of conduct.
License
Bundler is available under an MIT License.
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2020-01-06 02:18:48 v2.1.4
2020-01-02 20:28:03 v2.1.3
2019-12-20 08:43:00 v2.1.2
2019-12-20 01:29:11 v2.1.1
2019-12-15 23:17:09 v2.1.0
2019-11-13 02:20:32 v2.1.0.pre.3
2019-09-15 17:54:26 v2.1.0.pre.2
2019-08-28 08:48:35 v2.1.0.pre.1
2019-06-13 17:16:24 v2.0.2
2019-01-04 08:56:10 v2.0.1
主题(topics):
dependency-manager, ruby, rubygems
rubygems/bundler同语言 Ruby最近更新仓库
2024-10-25 21:50:52 maybe-finance/maybe
2024-10-15 12:03:41 capistrano/sshkit
2024-10-07 22:52:44 sous-chefs/postgresql
2024-10-06 00:01:30 rails/solid_queue
2024-09-26 23:26:21 dependabot/dependabot-core
2024-09-25 05:46:55 sparklemotion/sqlite3-ruby