Gemfile.lock in rcmd-1.6.1 vs Gemfile.lock in rcmd-1.6.2
- old
+ new
@@ -1,43 +1,42 @@
PATH
remote: .
specs:
- rcmd (1.6.1)
- activerecord (= 4.0.0)
+ rcmd (1.6.2)
+ activerecord (= 4.2.6)
+ activesupport (= 4.2.6)
io-console
net-ssh
regexp-examples
thread
tty-prompt
GEM
remote: https://rubygems.org/
specs:
- activemodel (4.0.0)
- activesupport (= 4.0.0)
- builder (~> 3.1.0)
- activerecord (4.0.0)
- activemodel (= 4.0.0)
- activerecord-deprecated_finders (~> 1.0.2)
- activesupport (= 4.0.0)
- arel (~> 4.0.0)
- activerecord-deprecated_finders (1.0.4)
- activesupport (4.0.0)
- i18n (~> 0.6, >= 0.6.4)
- minitest (~> 4.2)
- multi_json (~> 1.3)
- thread_safe (~> 0.1)
- tzinfo (~> 0.3.37)
- arel (4.0.2)
- builder (3.1.4)
+ activemodel (4.2.6)
+ activesupport (= 4.2.6)
+ builder (~> 3.1)
+ activerecord (4.2.6)
+ activemodel (= 4.2.6)
+ activesupport (= 4.2.6)
+ arel (~> 6.0)
+ activesupport (4.2.6)
+ 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.4)
+ builder (3.2.3)
diff-lcs (1.3)
equatable (0.5.0)
hitimes (1.2.6)
i18n (0.8.6)
io-console (0.4.6)
- minitest (4.7.5)
- multi_json (1.12.2)
+ json (1.8.6)
+ minitest (5.10.3)
necromancer (0.4.0)
net-ssh (4.2.0)
pastel (0.7.1)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
@@ -68,17 +67,18 @@
timers (~> 4.1.2)
tty-cursor (~> 0.5.0)
tty-reader (~> 0.1.0)
tty-reader (0.1.0)
wisper (~> 2.0.0)
- tzinfo (0.3.53)
+ tzinfo (1.2.3)
+ thread_safe (~> 0.1)
wisper (2.0.0)
PLATFORMS
ruby
DEPENDENCIES
- bundler (~> 1.15)
+ bundler (>= 1.0)
rake (~> 10.0)
rcmd!
rspec (~> 3.0, >= 2.0.0)
BUNDLED WITH