Gemfile.lock in fnordmetric-0.5.0 vs Gemfile.lock in fnordmetric-0.5.1
- old
+ new
@@ -68,23 +68,23 @@
PLATFORMS
ruby
DEPENDENCIES
- bson_ext (~> 1.4.0)
+ bson_ext (>= 1.4.0)
bundler (~> 1.0.0)
delorean
em-hiredis
eventmachine
haml
jeweler (~> 1.5.2)
json
- mongo (~> 1.4.0)
- mongoid (~> 2.2.0)
+ mongo (>= 1.4.0)
+ mongoid (>= 2.2.0)
rack
rack-test
- redis (~> 2.2.2)
+ redis (>= 2.2.2)
rspec (~> 2.6.0)
shoulda
- sinatra (~> 1.2.6)
+ sinatra (>= 1.2.6)
thin
yajl-ruby!