Sha256: 4afa2b99485f627b57e47db17a628dbfa7656f31ea58d67d0f746821b838012d
Contents?: true
Size: 492 Bytes
Versions: 4
Compression:
Stored size: 492 Bytes
Contents
# Development environment guide ## Preparing Clone `rom-mongodb` repository: ```bash git clone https://github.com/bestwebua/rom-mongo.git cd rom-mongo ``` Configure latest Ruby environment: ```bash echo 'ruby-3.1.2' > .ruby-version cp .circleci/gemspec_latest rom-mongodb.gemspec ``` ## Commiting Commit your changes excluding `.ruby-version`, `rom-mongodb.gemspec` ```bash git add . ':!.ruby-version' ':!rom-mongodb.gemspec' git commit -m 'Your new awesome rom-mongodb feature' ```
Version data entries
4 entries across 4 versions & 1 rubygems