From 1784987afde1ee1b860ce2a0b088e90d6f46e459 Mon Sep 17 00:00:00 2001 From: Jerry Green Date: Mon, 14 Aug 2017 20:29:57 +0500 Subject: [PATCH] update dependencies --- Gemfile.lock | 63 ++++++++++++++++++++-------------------- multilang-hstore.gemspec | 2 +- 2 files changed, 33 insertions(+), 32 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 543aa71..144129f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,41 +1,39 @@ GEM remote: http://rubygems.org/ specs: - activemodel (4.2.0) - activesupport (= 4.2.0) - builder (~> 3.1) - activerecord (4.2.0) - activemodel (= 4.2.0) - activesupport (= 4.2.0) - arel (~> 6.0) - activesupport (4.2.0) + activemodel (5.1.3) + activesupport (= 5.1.3) + activerecord (5.1.3) + activemodel (= 5.1.3) + activesupport (= 5.1.3) + arel (~> 8.0) + activesupport (5.1.3) + concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - arel (6.0.0) - builder (3.2.2) - diff-lcs (1.2.5) - i18n (0.7.0) - json (1.8.2) - minitest (5.5.1) - pg (0.18.1) - rake (10.4.2) - rspec (3.1.0) - rspec-core (~> 3.1.0) - rspec-expectations (~> 3.1.0) - rspec-mocks (~> 3.1.0) - rspec-core (3.1.7) - rspec-support (~> 3.1.0) - rspec-expectations (3.1.2) + arel (8.0.0) + concurrent-ruby (1.0.5) + diff-lcs (1.3) + i18n (0.8.6) + minitest (5.10.3) + pg (0.21.0) + rake (12.0.0) + rspec (3.6.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) + rspec-core (3.6.0) + rspec-support (~> 3.6.0) + rspec-expectations (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.1.0) - rspec-mocks (3.1.3) - rspec-support (~> 3.1.0) - rspec-support (3.1.2) - thread_safe (0.3.4) - tzinfo (1.2.2) + rspec-support (~> 3.6.0) + rspec-mocks (3.6.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.6.0) + rspec-support (3.6.0) + thread_safe (0.3.6) + tzinfo (1.2.3) thread_safe (~> 0.1) PLATFORMS @@ -46,3 +44,6 @@ DEPENDENCIES pg (>= 0.0.1) rake rspec + +BUNDLED WITH + 1.14.6 diff --git a/multilang-hstore.gemspec b/multilang-hstore.gemspec index 25b0679..1000b39 100644 --- a/multilang-hstore.gemspec +++ b/multilang-hstore.gemspec @@ -20,6 +20,6 @@ Gem::Specification.new do |s| "spec/spec_helper.rb" ] s.add_dependency 'pg', '~> 0.0' - s.add_dependency 'activerecord', '~> 4.0' + s.add_dependency 'activerecord', '>= 4.0' end