Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyf/bundle-locker
https://github.com/jeremyf/bundle-locker
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremyf/bundle-locker
- Owner: jeremyf
- License: mit
- Created: 2012-12-14T20:10:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T21:52:18.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T22:09:06.968Z (about 1 month ago)
- Language: Ruby
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bundle::Locker
Lock Gemfile gem declarations to specific Gemfile.lock versions
## Installation
Add this line to your application's Gemfile:
gem 'bundle-locker'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bundle-locker
## Usage
$ bundle-locker /path/to/Gemfile
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request