Skip to content

Commit

Permalink
gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sigewuzhere committed Feb 24, 2020
1 parent 7e4ab58 commit ce03ed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
bin/rspec --format doc
```
2. Increase the version in the `lib/configcat/version.rb` file.
3. Commit & Push
3. Update Gemfile.lock by running:
```bash
4. bundle install
```
5. Commit & Push
## Publish
Use the **same version** for the git tag as in the `version.rb`.
- Via git tag
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
configcat (1.2.3)
configcat (2.0.1)
concurrent-ruby
semantic

Expand Down

0 comments on commit ce03ed1

Please sign in to comment.