about summary refs log tree commit diff
path: root/pkgs/development/tools/cucumber/Gemfile
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2017-08-02 21:55:55 -0700
committerJamey Sharp <jamey@minilop.net>2017-08-02 21:55:55 -0700
commit4ca9f899b1a20325b6002cef27b22332cebf2837 (patch)
tree22f125dca20b7f3f5a8fd604f3df18e3be319354 /pkgs/development/tools/cucumber/Gemfile
parentcd4d0c72a8fccd1e943b66afc40225105bf63b47 (diff)
downloadnixlib-4ca9f899b1a20325b6002cef27b22332cebf2837.tar
nixlib-4ca9f899b1a20325b6002cef27b22332cebf2837.tar.gz
nixlib-4ca9f899b1a20325b6002cef27b22332cebf2837.tar.bz2
nixlib-4ca9f899b1a20325b6002cef27b22332cebf2837.tar.lz
nixlib-4ca9f899b1a20325b6002cef27b22332cebf2837.tar.xz
nixlib-4ca9f899b1a20325b6002cef27b22332cebf2837.tar.zst
nixlib-4ca9f899b1a20325b6002cef27b22332cebf2837.zip
cucumber: init at 2.4.0
Diffstat (limited to 'pkgs/development/tools/cucumber/Gemfile')
-rw-r--r--pkgs/development/tools/cucumber/Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/cucumber/Gemfile b/pkgs/development/tools/cucumber/Gemfile
new file mode 100644
index 000000000000..f738129eca4f
--- /dev/null
+++ b/pkgs/development/tools/cucumber/Gemfile
@@ -0,0 +1,2 @@
+source 'https://rubygems.org'
+gem 'cucumber'