This repository was archived by the owner on Jan 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - ' tmp/**/*'
44 - ' config/**/*'
55 - ' vendor/**/*'
6- TargetRubyVersion : 2.2
6+ TargetRubyVersion : 2.1
77GlobalVars :
88 AllowedVariables : []
99MethodLength :
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ sudo: false
22language : ruby
33cache : bundler
44rvm :
5+ - 2.1
56 - 2.2
6- - 2.3.4
7- - 2.4.1
7+ - 2.3
8+ - 2.4
89
910before_install :
1011 - gem install bundler --no-document
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ Unreleased]
7+ ### Added
8+
9+ - Add support for ruby 2.1
10+
11+
612## [ 4.0.0] - 2017-08-28
713### Summary
814
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313 spec . description = 'dkdeploy Cucumber step definitions'
1414 spec . summary = 'Cucumber step definitions for browser tests'
1515 spec . homepage = 'https://github.com/dkdeploy/dkdeploy-cucumber'
16- spec . required_ruby_version = '~> 2.2 '
16+ spec . required_ruby_version = '~> 2.1 '
1717
1818 spec . files = `git ls-files` . split ( $/)
1919 spec . executables = spec . files . grep ( %r{^bin\/ } ) { |f | File . basename ( f ) }
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
2323 spec . add_development_dependency 'bundler'
2424 spec . add_development_dependency 'rake'
25- spec . add_development_dependency 'rack' , '~> 2.0 '
25+ spec . add_development_dependency 'rack' , '~> 1.6.8 '
2626 spec . add_development_dependency 'rubocop' , '~> 0.48.1'
2727 spec . add_development_dependency 'rspec' , '~> 3.6'
2828 spec . add_development_dependency 'capybara' , '~> 2.15.1'
You can’t perform that action at this time.
0 commit comments