Skip to content

Commit

Permalink
chore: remove hstore dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Napolskih committed Nov 13, 2017
1 parent 366ae6a commit 5641228
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source 'https://rubygems.org'

gem 'activerecord-postgres-hstore', require: false
gem 'simple_hstore_accessor', '~> 0.2', require: false

gemspec
3 changes: 2 additions & 1 deletion dip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ interaction:
provision:
- docker volume create --name bundler_data
- dip bundle config --local https://gems.railsc.ru/ ${APRESS_GEMS_CREDENTIALS}
- dip bundle install --full-index
- dip clean
- dip bundle install
- dip appraisal install
2 changes: 0 additions & 2 deletions redis_counters-dumpers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'redis-namespace', '>= 1.3'
spec.add_runtime_dependency 'callbacks_rb', '>= 0.0.1'
spec.add_runtime_dependency 'redis_counters', '>= 1.3'
spec.add_runtime_dependency 'activerecord-postgres-hstore'
spec.add_runtime_dependency 'simple_hstore_accessor', '~> 0.2'

spec.add_development_dependency 'bundler', '>= 1.7'
spec.add_development_dependency 'rake', '>= 10.0'
Expand Down

0 comments on commit 5641228

Please sign in to comment.