Gemfile.lock in ordered_tree-0.2.1 vs Gemfile.lock in ordered_tree-1.0.0
- old
+ new
@@ -1,59 +1,61 @@
+PATH
+ remote: .
+ specs:
+ ordered_tree (1.0.0)
+ activerecord (>= 4.0)
+
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
- activemodel (3.1.1)
- activesupport (= 3.1.1)
- builder (~> 3.0.0)
- i18n (~> 0.6)
- activerecord (3.1.1)
- activemodel (= 3.1.1)
- activesupport (= 3.1.1)
- arel (~> 2.2.1)
- tzinfo (~> 0.3.29)
- activesupport (3.1.1)
- multi_json (~> 1.0)
- arel (2.2.1)
- builder (3.0.0)
+ activemodel (4.0.2)
+ activesupport (= 4.0.2)
+ builder (~> 3.1.0)
+ activerecord (4.0.2)
+ activemodel (= 4.0.2)
+ activerecord-deprecated_finders (~> 1.0.2)
+ activesupport (= 4.0.2)
+ arel (~> 4.0.0)
+ activerecord-deprecated_finders (1.0.3)
+ activesupport (4.0.2)
+ i18n (~> 0.6, >= 0.6.4)
+ minitest (~> 4.2)
+ multi_json (~> 1.3)
+ thread_safe (~> 0.1)
+ tzinfo (~> 0.3.37)
+ arel (4.0.1)
+ atomic (1.1.14)
+ builder (3.1.4)
+ coderay (1.0.9)
diff-lcs (1.1.3)
- ffi (1.0.10)
- git (1.2.5)
- guard (0.8.8)
- thor (~> 0.14.6)
- guard-rspec (0.5.3)
- guard (>= 0.8.4)
- i18n (0.6.0)
- jeweler (1.6.4)
- bundler (~> 1.0)
- git (>= 1.2.5)
- rake
- libnotify (0.5.9)
- multi_json (1.0.3)
- rake (0.9.2.2)
- rb-inotify (0.8.8)
- ffi (>= 0.5.0)
- rcov (0.9.11)
+ i18n (0.6.9)
+ method_source (0.8.2)
+ minitest (4.7.5)
+ multi_json (1.8.2)
+ pry (0.9.12.2)
+ coderay (~> 1.0.5)
+ method_source (~> 0.8)
+ slop (~> 3.4)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
- sqlite3 (1.3.4)
- thor (0.14.6)
- tzinfo (0.3.31)
+ slop (3.4.7)
+ sqlite3 (1.3.8)
+ thread_safe (0.1.3)
+ atomic
+ tzinfo (0.3.38)
PLATFORMS
ruby
DEPENDENCIES
- activerecord (>= 3.1.1)
- bundler (~> 1.0.0)
- guard-rspec
- jeweler (~> 1.6.2)
- libnotify
- rb-inotify
- rcov
- rspec (~> 2.6.0)
+ activerecord
+ activesupport
+ ordered_tree!
+ pry (= 0.9.12.2)
+ rspec
sqlite3