From f24f9b05de637c908ff433cb0259106a84f8c373 Mon Sep 17 00:00:00 2001 From: Kerri Miller Date: Mon, 15 Dec 2014 22:16:41 -0800 Subject: [PATCH] Lock Active* gems to ~> 3.2 --- Gemfile.lock | 39 +++++++++++++++++---------------------- rails-erd.gemspec | 4 ++-- 2 files changed, 19 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e24f6a1e..516b06e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,48 +2,43 @@ PATH remote: . specs: rails-erd (1.2.0) - activerecord (>= 3.0) - activesupport (>= 3.0) + activerecord (~> 3.2) + activesupport (~> 3.2) choice (~> 0.1.6) ruby-graphviz (~> 1.0.4) GEM remote: http://rubygems.org/ specs: - activemodel (4.1.8) - activesupport (= 4.1.8) - builder (~> 3.1) - activerecord (4.1.8) - activemodel (= 4.1.8) - activesupport (= 4.1.8) - arel (~> 5.0.0) + activemodel (3.2.19) + activesupport (= 3.2.19) + builder (~> 3.0.0) + activerecord (3.2.19) + activemodel (= 3.2.19) + activesupport (= 3.2.19) + arel (~> 3.0.2) + tzinfo (~> 0.3.29) activerecord-jdbc-adapter (1.2.5) activerecord-jdbcsqlite3-adapter (1.2.5) activerecord-jdbc-adapter (~> 1.2.5) jdbc-sqlite3 (~> 3.7.2) - activesupport (4.1.8) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.1) - tzinfo (~> 1.1) - arel (5.0.1.20140414130214) + activesupport (3.2.19) + i18n (~> 0.6, >= 0.6.4) + multi_json (~> 1.0) + arel (3.0.3) bouncy-castle-java (1.5.0146.1) - builder (3.2.2) + builder (3.0.4) choice (0.1.6) i18n (0.6.11) jdbc-sqlite3 (3.7.2) jruby-openssl (0.8.2) bouncy-castle-java (>= 1.5.0146.1) - json (1.8.1) - minitest (5.5.0) + multi_json (1.10.1) rake (10.0.3) redcarpet (2.2.2) ruby-graphviz (1.0.8) sqlite3 (1.3.7) - thread_safe (0.3.4) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (0.3.42) yard (0.8.3) PLATFORMS diff --git a/rails-erd.gemspec b/rails-erd.gemspec index 2d93e60c..de7ee8aa 100644 --- a/rails-erd.gemspec +++ b/rails-erd.gemspec @@ -14,8 +14,8 @@ Gem::Specification.new do |s| s.rubyforge_project = "rails-erd" - s.add_runtime_dependency "activerecord", [">= 3.0"] - s.add_runtime_dependency "activesupport", [">= 3.0"] + s.add_runtime_dependency "activerecord", ["~> 3.2"] + s.add_runtime_dependency "activesupport", ["~> 3.2"] s.add_runtime_dependency "ruby-graphviz", ["~> 1.0.4"] s.add_runtime_dependency "choice", ["~> 0.1.6"]