From eb4def2f57242047c6fff1bf18ffdb254b010976 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 8 Dec 2017 16:38:33 +0100 Subject: upgrade: drop ruby 2.1 requirement --- Gemfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 3199e0a..48c1ef6 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ require File.expand_path('../lib/gemfile_tools.rb', __FILE__) ## CORE # rake 11.x throws lots of warnings about rails 3.2 code gem "rake" -gem "rails", "~> 4.2.7" +gem "rails", "~> 4.2.10" # TODO: drop this and the respond_with usage gem 'responders', '~> 2.0' gem "couchrest", "~> 2.0.0.rc3" @@ -75,7 +75,6 @@ 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,8 +92,7 @@ group :development do end group :test, :debug do - # bundler on jessie doesn't support `:platforms => :ruby_21` - gem 'byebug', '~> 9.0.6' + gem 'byebug' end ## -- cgit v1.2.3