Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,15 @@ there is a small amount of setup:
$ gem install bundler
```

3. Install the top-level project dependencies.

```sh
$ bundle install
```

4. Install the Spanner dependencies.
3. Install the Spanner dependencies.

```sh
$ cd google-cloud-spanner/
$ bundle install
```

Note: We commit `Gemfile.lock` to ensure consistent dependency versions in development and CI. If you update dependencies in `Gemfile` or `google-cloud-spanner.gemspec`, make sure to run `bundle update` and commit the updated `Gemfile.lock`.

## Console

In order to run code interactively, you can automatically load
Expand Down
1 change: 0 additions & 1 deletion google-cloud-spanner/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Gemfile.lock
coverage/*
doc/*
pkg/*
Expand Down
10 changes: 3 additions & 7 deletions google-cloud-spanner/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,15 @@ there is a small amount of setup:
$ gem install bundler
```

3. Install the top-level project dependencies.

```sh
$ bundle install
```

4. Install the Spanner dependencies.
3. Install the Spanner dependencies.

```sh
$ cd google-cloud-spanner/
$ bundle install
```

Note: We commit `Gemfile.lock` to ensure consistent dependency versions in development and CI. If you update dependencies in `Gemfile` or `google-cloud-spanner.gemspec`, make sure to run `bundle update` and commit the updated `Gemfile.lock`.

## Console

In order to run code interactively, you can automatically load
Expand Down
Loading
Loading