Skip to content

Commit

Permalink
Update Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfigCat committed Mar 30, 2020
1 parent 935b469 commit 610eb26
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 1 deletion.
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
bundle install
```
4. Commit & Push
## Publish
Use the **same version** for the git tag as in the `version.rb`.
- Via git tag
Expand Down
70 changes: 70 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
PATH
remote: .
specs:
configcat (2.0.4)
concurrent-ruby (~> 1.1)
semantic (~> 1.6)

GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.6)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
docile (1.3.2)
hashdiff (1.0.1)
json (2.3.0)
public_suffix (4.0.3)
rake (12.3.3)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
safe_yaml (1.0.5)
semantic (1.6.1)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.0.1)
tins (1.24.1)
sync
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
ruby

DEPENDENCIES
configcat!
coveralls (~> 0.8)
rake (~> 12.3)
rspec (~> 3.0)
webmock (~> 3.0)

BUNDLED WITH
2.1.4

0 comments on commit 610eb26

Please sign in to comment.