Skip to content

Commit

Permalink
chore: Relax version for addressable
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Jan 18, 2017
1 parent b01044e commit ef8b5f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion dip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion string_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ef8b5f1

Please sign in to comment.