Skip to content

Commit 5641228

Browse files
committed
chore: remove hstore dependency
1 parent 366ae6a commit 5641228

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
source 'https://rubygems.org'
22

3+
gem 'activerecord-postgres-hstore', require: false
4+
gem 'simple_hstore_accessor', '~> 0.2', require: false
5+
36
gemspec

dip.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ interaction:
4242
provision:
4343
- docker volume create --name bundler_data
4444
- dip bundle config --local https://gems.railsc.ru/ ${APRESS_GEMS_CREDENTIALS}
45-
- dip bundle install --full-index
45+
- dip clean
46+
- dip bundle install
4647
- dip appraisal install

redis_counters-dumpers.gemspec

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Gem::Specification.new do |spec|
2323
spec.add_runtime_dependency 'redis-namespace', '>= 1.3'
2424
spec.add_runtime_dependency 'callbacks_rb', '>= 0.0.1'
2525
spec.add_runtime_dependency 'redis_counters', '>= 1.3'
26-
spec.add_runtime_dependency 'activerecord-postgres-hstore'
27-
spec.add_runtime_dependency 'simple_hstore_accessor', '~> 0.2'
2826

2927
spec.add_development_dependency 'bundler', '>= 1.7'
3028
spec.add_development_dependency 'rake', '>= 10.0'

0 commit comments

Comments
 (0)