summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2017-12-08 16:33:15 +0100
committerAzul <azul@riseup.net>2017-12-08 16:33:15 +0100
commitff8b2635c308d45ec38fd4eed257db7da9b3c4b0 (patch)
tree788004e6c43446c1a0eb087db81f4ba46920338a /Gemfile
parent90c3fc431133cf18d83afd8e394e45c0bd5f63ac (diff)
upgrade: bundle to latest that still supports ruby 2.1.5
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 596f280..3199e0a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -75,6 +75,7 @@ group :test do
# we use cucumber to document and test the api
gem 'cucumber-rails', require: false
+ gem 'cucumber', '~> 2.4.0' # version that still supports ruby 2.1
end
group :test, :development do
@@ -93,7 +94,7 @@ end
group :test, :debug do
# bundler on jessie doesn't support `:platforms => :ruby_21`
- gem 'byebug'
+ gem 'byebug', '~> 9.0.6'
end
##