Skip to content

Commit

Permalink
Lock Active* gems to ~> 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrizor committed Dec 16, 2014
1 parent ef82f79 commit f24f9b0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 24 deletions.
39 changes: 17 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rails-erd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit f24f9b0

Please sign in to comment.