Gemfile.lock in massive-0.1.1 vs Gemfile.lock in massive-0.2.0
- old
+ new
@@ -1,98 +1,113 @@
PATH
remote: .
specs:
- massive (0.1.1)
+ massive (0.2.0)
active_model_serializers
file_processor (= 0.2.0)
- mongoid (~> 3.1.x)
+ mongoid (~> 4.0.0.beta)
resque
GEM
remote: https://rubygems.org/
specs:
active_model_serializers (0.8.1)
activemodel (>= 3.0)
- activemodel (3.2.17)
- activesupport (= 3.2.17)
- builder (~> 3.0.0)
- activesupport (3.2.17)
- i18n (~> 0.6, >= 0.6.4)
- multi_json (~> 1.0)
- builder (3.0.4)
+ activemodel (4.1.1)
+ activesupport (= 4.1.1)
+ builder (~> 3.1)
+ activesupport (4.1.1)
+ i18n (~> 0.6, >= 0.6.9)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.1)
+ tzinfo (~> 1.1)
+ bson (2.2.3)
+ builder (3.2.2)
celluloid (0.15.2)
timers (~> 1.1.0)
- celluloid-io (0.15.0)
- celluloid (>= 0.15.0)
- nio4r (>= 0.5.0)
coderay (1.1.0)
- columnize (0.3.6)
+ columnize (0.8.9)
+ connection_pool (2.0.0)
database_cleaner (1.2.0)
- debugger (1.6.2)
+ debugger (1.6.6)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
- debugger-ruby_core_source (~> 1.2.3)
+ debugger-ruby_core_source (~> 1.3.2)
debugger-linecache (1.2.0)
- debugger-ruby_core_source (1.2.3)
- diff-lcs (1.2.4)
- excon (0.31.0)
+ debugger-ruby_core_source (1.3.4)
+ diff-lcs (1.2.5)
+ docile (1.1.3)
+ excon (0.33.0)
ffi (1.9.3)
file_processor (0.2.0)
- fog (1.20.0)
+ fog (1.22.0)
+ fog-brightbox
+ fog-core (~> 1.21, >= 1.21.1)
+ fog-json
+ nokogiri (~> 1.5, >= 1.5.11)
+ fog-brightbox (0.0.2)
+ fog-core
+ fog-json
+ fog-core (1.22.0)
builder
- excon (~> 0.31.0)
- formatador (~> 0.2.0)
+ excon (~> 0.33)
+ formatador (~> 0.2)
mime-types
- multi_json (~> 1.0)
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
- nokogiri (>= 1.5.11)
+ fog-json (1.0.0)
+ multi_json (~> 1.0)
formatador (0.2.4)
- guard (2.5.1)
+ guard (2.6.1)
formatador (>= 0.2.4)
- listen (~> 2.6)
+ listen (~> 2.7)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
- guard-rspec (4.2.8)
+ guard-rspec (4.2.9)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
i18n (0.6.9)
- listen (2.7.0)
+ json (1.8.1)
+ listen (2.7.5)
celluloid (>= 0.15.2)
- celluloid-io (>= 0.15.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
- lumberjack (1.0.4)
+ lumberjack (1.0.5)
method_source (0.8.2)
- mime-types (2.1)
- mini_portile (0.5.2)
- mongoid (3.1.6)
- activemodel (~> 3.2)
- moped (~> 1.4)
- origin (~> 1.0)
- tzinfo (~> 0.3.29)
+ mime-types (2.2)
+ mini_portile (0.6.0)
+ minitest (5.3.3)
+ mongoid (4.0.0.beta1)
+ activemodel (>= 4.0.0)
+ moped (~> 2.0.beta6)
+ origin (~> 2.1)
+ tzinfo (>= 0.3.37)
mono_logger (1.1.0)
- moped (1.5.2)
- multi_json (1.8.2)
- net-scp (1.1.2)
+ moped (2.0.0.rc1)
+ bson (~> 2.2)
+ connection_pool (~> 2.0)
+ optionable (~> 0.2.0)
+ multi_json (1.10.0)
+ net-scp (1.2.1)
net-ssh (>= 2.6.5)
- net-ssh (2.8.0)
- nio4r (1.0.0)
- nokogiri (1.6.1)
- mini_portile (~> 0.5.0)
- origin (1.1.0)
+ net-ssh (2.9.1)
+ nokogiri (1.6.2.1)
+ mini_portile (= 0.6.0)
+ optionable (0.2.0)
+ origin (2.1.1)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.5.2)
- rack-protection (1.5.2)
+ rack-protection (1.5.3)
rack
- rake (10.1.0)
+ rake (10.3.1)
rb-fsevent (0.9.4)
- rb-inotify (0.9.3)
+ rb-inotify (0.9.4)
ffi (>= 0.5.0)
redis (3.0.7)
redis-namespace (1.4.1)
redis (~> 3.0.4)
resque (1.25.2)
@@ -103,27 +118,30 @@
vegas (~> 0.1.2)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
- rspec-core (2.14.7)
- rspec-expectations (2.14.3)
+ rspec-core (2.14.8)
+ rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
- rspec-mocks (2.14.4)
- simplecov (0.7.1)
- multi_json (~> 1.0)
- simplecov-html (~> 0.7.1)
- simplecov-html (0.7.1)
- sinatra (1.4.4)
+ rspec-mocks (2.14.6)
+ simplecov (0.8.2)
+ docile (~> 1.1.0)
+ multi_json
+ simplecov-html (~> 0.8.0)
+ simplecov-html (0.8.0)
+ sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
- slop (3.4.7)
+ slop (3.5.0)
terminal-notifier-guard (1.5.3)
- thor (0.18.1)
+ thor (0.19.1)
+ thread_safe (0.3.3)
tilt (1.4.1)
timers (1.1.0)
- tzinfo (0.3.39)
+ tzinfo (1.1.0)
+ thread_safe (~> 0.1)
vegas (0.1.11)
rack (>= 1.0.0)
PLATFORMS
ruby