From ef8b5f1067c3708eb2a55acc1d57814cc0177cae Mon Sep 17 00:00:00 2001 From: Michail Merkushin Date: Wed, 18 Jan 2017 12:03:39 +0500 Subject: [PATCH] chore: Relax version for addressable --- .drone.yml | 6 +++--- Gemfile | 3 --- dip.yml | 2 +- string_tools.gemspec | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 23e504f..d7004d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,13 @@ matrix: include: - DOCKER_RUBY_VERSION: 2.2 - RUBY_IMAGE_TAG: 2.2-1 + RUBY_IMAGE_TAG: 2.2-3 - DOCKER_RUBY_VERSION: 1.9.3 - RUBY_IMAGE_TAG: 1.9.3-2 + RUBY_IMAGE_TAG: 1.9.3-3 build: - image: abakpress/dind:2 + image: abakpress/dind:3 privileged: true volumes: - /home/data/drone/images:/images diff --git a/Gemfile b/Gemfile index 4e8cf2b..b8461fb 100644 --- a/Gemfile +++ b/Gemfile @@ -4,9 +4,6 @@ source 'https://rubygems.org' gemspec if RUBY_VERSION < '2' - gem 'activerecord', '< 5.0' - gem 'actionpack', '< 5.0' - gem 'activesupport', '< 5.0' gem 'pry-debugger' else gem 'pry-byebug' diff --git a/dip.yml b/dip.yml index 50d0b2b..732ab91 100644 --- a/dip.yml +++ b/dip.yml @@ -2,7 +2,7 @@ version: '1' environment: DOCKER_RUBY_VERSION: 1.9.3 - RUBY_IMAGE_TAG: 1.9.3-2 + RUBY_IMAGE_TAG: 1.9.3-3 COMPOSE_FILE_EXT: development RAILS_ENV: test diff --git a/string_tools.gemspec b/string_tools.gemspec index 3bd6af5..28bd364 100644 --- a/string_tools.gemspec +++ b/string_tools.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'actionpack', '>= 3.1.12' spec.add_runtime_dependency 'activesupport', '>= 3.1.12' spec.add_runtime_dependency 'rchardet19', '~> 1.3.5' - spec.add_runtime_dependency 'addressable', '~> 2.3.2' + spec.add_runtime_dependency 'addressable', '>= 2.3.2' spec.add_runtime_dependency 'ru_propisju', '>= 2.1.4' spec.add_runtime_dependency 'sanitize', '>= 3.1.2' spec.add_runtime_dependency 'nokogiri'