source 'https://rubygems.org' gemspec :path => "../../" # Rake 11.x does not work with Ruby 1.8.x gem 'rake', '~> 11.0' if RUBY_VERSION =~ /^1\./ gem 'cucumber', '< 2.0.0' gem 'tins', '< 1.7' # The 'tins' gem requires Ruby 2.x on/after this version gem 'json', '< 2.0' # The 'json' gem drops pre-Ruby 2.x support on/after this version gem 'term-ansicolor', '< 1.4' # The 'term-ansicolor' gem requires Ruby 2.x on/after this version end gem 'cuke_modeler', '< 2.0'