Skip to content

Commit a18dc25

Browse files
committed
Forced cucumber less than 2 for Ruby 1.8.7 support.
1 parent 366c9d8 commit a18dc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ end
3131

3232
group :test do
3333
gem 'rspec', '~> 2.12'
34-
gem 'cucumber'
34+
gem 'cucumber', '< 2.0'
3535
gem 'simplecov', :require => false
3636
gem 'net-ssh', '~> 2.1'
3737
gem 'multipart-post'

0 commit comments

Comments
 (0)