# cucumber-ruby を Homebrew, apt, Nix でインストール

cucumber-ruby のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cucumber-ruby
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cucumber-ruby
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install cucumber
```

  証拠: Debian stable package indexes: cucumber from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#cucumber
```

  証拠: nixpkgs package indexes: pkgs/by-name/cu/cucumber/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:cucumber-ruby
- **パッケージマネージャ:** Homebrew
- **バージョン:** 11.1.1
- **ソース概要:** Cucumber for Ruby
- **ホームページ:** <https://cucumber.io>
- **リポジトリ:** <https://github.com/cucumber/cucumber-ruby>
- **最終更新:** 2026-06-25T09:54:46Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cucumber (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 11.1.1
## プロジェクトの歴史と使われ方

Cucumber-Ruby is the Ruby implementation of Cucumber, the behavior-driven-development test runner for executable specifications written in plain-language Gherkin.

### プロジェクトの歴史

The cucumber-ruby repository was created in 2008. The current official README identifies it as the Ruby implementation of Cucumber and points to sibling implementations for JavaScript, Java, and other languages.

### 採用の歴史

Official Cucumber documentation presents Cucumber as a tool for automated acceptance tests written in plain language so that non-programmers and programmers can read the same test artifacts. The installation docs keep Ruby as one implementation among many, but Cucumber-Ruby remains the gem-oriented implementation and Rails integration path.

### 使われ方

Cucumber-Ruby is installed as the cucumber Ruby gem, run through the cucumber executable or bundle exec cucumber, and initialized with a features directory containing Gherkin feature files, step definitions, and support code.

### パッケージ好きにとっての重要性

Cucumber-Ruby is historically important in package-manager indexes because the command is named cucumber while distributions may package it as cucumber-ruby to disambiguate the Ruby implementation from Cucumber-JS, Cucumber-JVM, and other language ports.

### タイムライン

- 2008: Public cucumber/cucumber-ruby repository created.
- 2010s: Cucumber grows into a multi-language project with official implementations beyond Ruby.
- 2020s: Official docs continue to document Ruby gem, Bundler, and Rails installation paths.

### Related projects

- Gherkin, Cucumber-JS, Cucumber-JVM, Cucumber-Rails, Bundler, RubyGems.

### ソース

- <https://github.com/cucumber/cucumber-ruby>
- <https://api.github.com/repos/cucumber/cucumber-ruby>
- <https://raw.githubusercontent.com/cucumber/cucumber-ruby/main/README.md>
- <https://cucumber.io/docs/cucumber/>
- <https://cucumber.io/docs/installation/ruby>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./config/cucumber.yml
## 他のパッケージマネージャ記録

- Debian apt - cucumber - 2.4.0-5: installed executable or alias match | Debian stable package indexes: cucumber from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | acceptance testing framework | http://cukes.info/
- Nix - cucumber: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/cu/cucumber/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cucumber - 2.4.0-5: installed executable or alias match | Ubuntu 24.04 LTS package indexes: cucumber from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | acceptance testing framework | http://cukes.info/


## Combined YAML source

View the package source record on GitHub. [combined/cucumber-ruby.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cucumber-ruby.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
