Gemfile.lock in ruby-satisfaction-0.7.4 vs Gemfile.lock in ruby-satisfaction-0.7.5
- old
+ new
@@ -1,62 +1,53 @@
PATH
remote: .
specs:
- ruby-satisfaction (0.7.0)
- activesupport (~> 2.3)
- json (>= 1.4.6)
+ ruby-satisfaction (0.7.5)
+ activesupport
+ json (>= 1.7.3)
memcache-client (>= 1.5.0)
nokogiri (>= 1.4.2)
oauth (>= 0.3.5)
GEM
remote: http://rubygems.org/
specs:
- activesupport (2.3.11)
- columnize (0.3.2)
+ activesupport (3.2.6)
+ i18n (~> 0.6)
+ multi_json (~> 1.0)
configuration (1.2.0)
- diff-lcs (1.1.2)
+ diff-lcs (1.1.3)
fakeweb (1.3.0)
gemcutter (0.6.1)
- json (1.5.1)
+ i18n (0.6.0)
+ json (1.7.3)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
- linecache (0.43)
memcache-client (1.8.5)
- nokogiri (1.4.4)
- oauth (0.4.4)
+ multi_json (1.3.6)
+ nokogiri (1.5.5)
+ oauth (0.4.6)
open_gem (1.4.2)
launchy (~> 0.3.5)
rake (0.8.7)
rr (1.0.4)
- rspec (2.2.0)
- rspec-core (~> 2.2)
- rspec-expectations (~> 2.2)
- rspec-mocks (~> 2.2)
- rspec-core (2.2.1)
- rspec-expectations (2.2.0)
- diff-lcs (~> 1.1.2)
- rspec-mocks (2.2.0)
- ruby-debug (0.10.4)
- columnize (>= 0.1)
- ruby-debug-base (~> 0.10.4.0)
- ruby-debug-base (0.10.4)
- linecache (>= 0.3)
+ rspec (2.11.0)
+ rspec-core (~> 2.11.0)
+ rspec-expectations (~> 2.11.0)
+ rspec-mocks (~> 2.11.0)
+ rspec-core (2.11.0)
+ rspec-expectations (2.11.1)
+ diff-lcs (~> 1.1.3)
+ rspec-mocks (2.11.1)
PLATFORMS
ruby
DEPENDENCIES
- activesupport (~> 2.3)
- bundler (>= 1.0.0)
+ bundler (>= 1.1.4)
fakeweb (~> 1.3)
gemcutter (>= 0.6.1)
- json (>= 1.4.6)
- memcache-client (>= 1.5.0)
- nokogiri (>= 1.4.2)
- oauth (>= 0.3.5)
open_gem (>= 1.4)
rr (= 1.0.4)
- rspec (~> 2.2)
- ruby-debug (>= 0.10.4)
+ rspec (~> 2.11)
ruby-satisfaction!